Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaphy.c1007 agsaEventSource_t *eventSource, in saHwEventAck() argument
1031 SA_DBG2(("saHwEventAck: agContext %p eventSource %p\n", agContext, eventSource)); in saHwEventAck()
1032 …SA_DBG1(("saHwEventAck: event 0x%x param0 0x%x param1 0x%x\n", eventSource->event, param0, param1)… in saHwEventAck()
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()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c823 agsaEventSource_t eventSource; in ossaHwCB() local
1622 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE; in ossaHwCB()
1623 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext; in ossaHwCB()
1624 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN; in ossaHwCB()
1626 tdsaAllShared->eventSource[PhyID].Source.param = PhyID; in ossaHwCB()
1637 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE; in ossaHwCB()
1638 tdsaAllShared->eventSource[PhyID].Source.agPortContext = agPortContext; in ossaHwCB()
1639 tdsaAllShared->eventSource[PhyID].Source.event = OSSA_HW_EVENT_PHY_DOWN; in ossaHwCB()
1641 tdsaAllShared->eventSource[PhyID].Source.param = PhyID; in ossaHwCB()
1657 tdsaAllShared->eventSource[PhyID].EventValid = agTRUE; in ossaHwCB()
[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/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/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h166 agsaEventSource_t *eventSource,