Searched refs:eventSource (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | saphy.c | 1008 agsaEventSource_t *eventSource, in saHwEventAck() argument 1035 agPortContext = eventSource->agPortContext; in saHwEventAck() 1088 if(eventSource->event == OSSA_HW_EVENT_PHY_DOWN) in saHwEventAck() 1134 SA_DBG3(("saHwEventAck,eventSource->param 0x%X\n",eventSource->param)); in saHwEventAck() 1135 SA_DBG3(("saHwEventAck,eventSource->event 0x%X\n",eventSource->event)); in saHwEventAck() 1140 phyportid |= ((eventSource->param & 0x0000000F) << 4); in saHwEventAck() 1142 phyportid |= (eventSource->event & 0x0000FFFF) << 8; in saHwEventAck() 1144 eventSource->param & 0x0000000F, eventSource->event & 0x0000FFFF)); in saHwEventAck() 1149 phyportid |= ((eventSource->param & 0x000000FF) << SHIFT24); in saHwEventAck() 1151 phyportid |= (eventSource->event & 0x00FFFFFF) << SHIFT8; in saHwEventAck() [all …]
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | ossacmnapi.c | 824 agsaEventSource_t eventSource; in ossaHwCB() local 1941 eventSource.param = PhyID; in ossaHwCB() 2083 eventSource.param = PhyID; in ossaHwCB() 2899 eventSource.param = PhyID; in ossaHwCB() 2946 eventSource.param = PhyID; in ossaHwCB() 2993 eventSource.param = PhyID; in ossaHwCB() 3064 eventSource.param = PhyID; in ossaHwCB() 3112 eventSource.param = PhyID; in ossaHwCB() 6461 agsaEventSource_t *eventSource; in ossaDeregisterDeviceHandleCB() local 6547 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in ossaDeregisterDeviceHandleCB() [all …]
|
| H A D | tdsatypes.h | 297 tdsaHwEventSource_t eventSource[TD_MAX_NUM_PHYS]; member
|
| H A D | tdinit.c | 592 tdsaAllShared->eventSource[i].EventValid = agFALSE; in tiCOMInit() 593 tdsaAllShared->eventSource[i].Source.agPortContext = agNULL; in tiCOMInit() 594 tdsaAllShared->eventSource[i].Source.event = 0; in tiCOMInit() 596 tdsaAllShared->eventSource[i].Source.param = 0xFF; in tiCOMInit()
|
| H A D | tdport.c | 7791 agsaEventSource_t *eventSource; in ttdssReportRemovals() local 7799 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE && in ttdssReportRemovals() 7805 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in ttdssReportRemovals() 7810 eventSource, /* agsaEventSource_t */ in ttdssReportRemovals() 7820 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE; in ttdssReportRemovals()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itddisc.c | 2258 agsaEventSource_t *eventSource; in tdssReportRemovals() local 2266 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE && in tdssReportRemovals() 2272 eventSource = &(tdsaAllShared->eventSource[PhyID].Source); in tdssReportRemovals() 2277 eventSource, /* agsaEventSource_t */ in tdssReportRemovals() 2287 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE; in tdssReportRemovals() 6392 agsaEventSource_t eventSource[TD_MAX_NUM_PHYS]; in tdsaAckBC() local 6402 eventSource[i].agPortContext = onePortContext->agPortContext; in tdsaAckBC() 6403 eventSource[i].event = OSSA_HW_EVENT_BROADCAST_CHANGE; in tdsaAckBC() 6405 eventSource[i].param = i; in tdsaAckBC() 6410 &eventSource[i], /* agsaEventSource_t */ in tdsaAckBC()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | saapi.h | 167 agsaEventSource_t *eventSource,
|