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

/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c996 * \param eventSource point to the event source structure
1008 agsaEventSource_t *eventSource,
1032 SA_DBG2(("saHwEventAck: agContext %p eventSource %p\n", agContext, eventSource));
1033 SA_DBG1(("saHwEventAck: event 0x%x param0 0x%x param1 0x%x\n", eventSource->event, param0, param1));
1035 agPortContext = eventSource->agPortContext;
1088 if(eventSource->event == OSSA_HW_EVENT_PHY_DOWN)
1134 SA_DBG3(("saHwEventAck,eventSource->param 0x%X\n",eventSource->param));
1135 SA_DBG3(("saHwEventAck,eventSource
1004 saHwEventAck( agsaRoot_t *agRoot, agsaContext_t *agContext, bit32 queueNum, agsaEventSource_t *eventSource, bit32 param0, bit32 param1 ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c824 agsaEventSource_t eventSource; local
1622 /* save eventSource related information in tdsaAllShared */
1623 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE;
1624 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext;
1625 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN;
1627 tdsaAllShared->eventSource[PhyID].Source.param = PhyID;
1637 /* save eventSource related information in tdsaAllShared */
1638 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE;
1639 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext;
1640 tdsaAllShared->eventSource[PhyI
6461 agsaEventSource_t *eventSource; local
[all...]
H A Dtdsatypes.h297 tdsaHwEventSource_t eventSource[TD_MAX_NUM_PHYS]; member in struct:tdsaContext_s
H A Dtdinit.c592 tdsaAllShared->eventSource[i].EventValid = agFALSE;
593 tdsaAllShared->eventSource[i].Source.agPortContext = agNULL;
594 tdsaAllShared->eventSource[i].Source.event = 0;
596 tdsaAllShared->eventSource[i].Source.param = 0xFF;
H A Dtdport.c7791 agsaEventSource_t *eventSource; local
7799 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE &&
7805 eventSource = &(tdsaAllShared->eventSource[PhyID].Source);
7810 eventSource, /* agsaEventSource_t */
7820 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2258 agsaEventSource_t *eventSource; local
2266 if (tdsaAllShared->eventSource[PhyID].EventValid == agTRUE &&
2272 eventSource = &(tdsaAllShared->eventSource[PhyID].Source);
2277 eventSource, /* agsaEventSource_t */
2287 tdsaAllShared->eventSource[PhyID].EventValid = agFALSE;
6392 agsaEventSource_t eventSource[TD_MAX_NUM_PHYS]; local
6402 eventSource[i].agPortContext = onePortContext->agPortContext;
6403 eventSource[i].event = OSSA_HW_EVENT_BROADCAST_CHANGE;
6405 eventSource[
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h167 agsaEventSource_t *eventSource,

Completed in 139 milliseconds