Home
last modified time | relevance | path

Searched refs:eventSource (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c1007 agsaEventSource_t *eventSource, in saHwEventAck() argument
1034 agPortContext = eventSource->agPortContext; in saHwEventAck()
1087 if(eventSource->event == OSSA_HW_EVENT_PHY_DOWN) in saHwEventAck()
1133 SA_DBG3(("saHwEventAck,eventSource->param 0x%X\n",eventSource->param)); in saHwEventAck()
1134 SA_DBG3(("saHwEventAck,eventSource->event 0x%X\n",eventSource->event)); in saHwEventAck()
1139 phyportid |= ((eventSource->param & 0x0000000F) << 4); in saHwEventAck()
1141 phyportid |= (eventSource->event & 0x0000FFFF) << 8; in saHwEventAck()
1143 eventSource->param & 0x0000000F, eventSource->event & 0x0000FFFF)); in saHwEventAck()
1148 phyportid |= ((eventSource->param & 0x000000FF) << SHIFT24); in saHwEventAck()
1150 phyportid |= (eventSource->event & 0x00FFFFFF) << SHIFT8; in saHwEventAck()
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c823 agsaEventSource_t eventSource; in ossaHwCB() local
1940 eventSource.param = PhyID; in ossaHwCB()
2082 eventSource.param = PhyID; in ossaHwCB()
2898 eventSource.param = PhyID; in ossaHwCB()
2945 eventSource.param = PhyID; in ossaHwCB()
2992 eventSource.param = PhyID; in ossaHwCB()
3063 eventSource.param = PhyID; in ossaHwCB()
3111 eventSource.param = PhyID; in ossaHwCB()
6460 agsaEventSource_t *eventSource; in ossaDeregisterDeviceHandleCB() local
6546 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in ossaDeregisterDeviceHandleCB()
[all …]
H A Dtdsatypes.h296 tdsaHwEventSource_t eventSource[TD_MAX_NUM_PHYS]; member
H A Dtdinit.c591 tdsaAllShared->eventSource[i].EventValid = agFALSE; in tiCOMInit()
592 tdsaAllShared->eventSource[i].Source.agPortContext = agNULL; in tiCOMInit()
593 tdsaAllShared->eventSource[i].Source.event = 0; in tiCOMInit()
595 tdsaAllShared->eventSource[i].Source.param = 0xFF; in tiCOMInit()
H A Dtdport.c7790 agsaEventSource_t *eventSource; in ttdssReportRemovals() local
7798 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE && in ttdssReportRemovals()
7804 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in ttdssReportRemovals()
7809 eventSource, /* agsaEventSource_t */ in ttdssReportRemovals()
7819 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE; in ttdssReportRemovals()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2257 agsaEventSource_t *eventSource; in tdssReportRemovals() local
2265 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE && in tdssReportRemovals()
2271 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in tdssReportRemovals()
2276 eventSource, /* agsaEventSource_t */ in tdssReportRemovals()
2286 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE; in tdssReportRemovals()
6391 agsaEventSource_t eventSource[TD_MAX_NUM_PHYS]; in tdsaAckBC() local
6401 eventSource[i].agPortContext = onePortContext->agPortContext; in tdsaAckBC()
6402 eventSource[i].event = OSSA_HW_EVENT_BROADCAST_CHANGE; in tdsaAckBC()
6404 eventSource[i].param = i; in tdsaAckBC()
6409 &eventSource[i], /* agsaEventSource_t */ in tdsaAckBC()
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h166 agsaEventSource_t *eventSource,