Home
last modified time | relevance | path

Searched refs:PortContextList (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c66 dmList_t *PortContextList = agNULL; in dmCreatePort() local
114 DMLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(dmAllShared->FreePortContextList)); in dmCreatePort()
116 onePortContext = DMLIST_OBJECT_BASE(dmIntPortContext_t, FreeLink, PortContextList); in dmCreatePort()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c103 tdList_t *PortContextList; in tiINIDiscoverTargets() local
137 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIDiscoverTargets()
138 if (PortContextList == agNULL) in tiINIDiscoverTargets()
143 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIDiscoverTargets()
145 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiINIDiscoverTargets()
148 …TI_DBG1(("tiINIDiscoverTargets: onePortContext is NULL, PortContextList = %p\n", PortContextList)); in tiINIDiscoverTargets()
157 PortContextList = PortContextList->flink; in tiINIDiscoverTargets()
253 tdList_t *PortContextList; in tiINIGetDeviceHandles() local
302 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIGetDeviceHandles()
303 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIGetDeviceHandles()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c5015 tdList_t *PortContextList; in tiCOMPortStop() local
5048 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiCOMPortStop()
5049 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiCOMPortStop()
5051 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiCOMPortStop()
5063 PortContextList = PortContextList->flink; in tiCOMPortStop()
5143 tdList_t *PortContextList; in tiCOMGetPortInfo() local
5164 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiCOMGetPortInfo()
5165 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiCOMGetPortInfo()
5167 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiCOMGetPortInfo()
5175 PortContextList = PortContextList->flink; in tiCOMGetPortInfo()
[all …]
H A Dossacmnapi.c786 tdList_t *PortContextList = agNULL; in ossaHwCB() local
926 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
928 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList); in ossaHwCB()
1040 PortContextList = tdsaPortContext->MainLink.flink; in ossaHwCB()
1041 while (PortContextList != &(tdsaPortContext->MainLink)) in ossaHwCB()
1043 twoPortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in ossaHwCB()
1046 PortContextList = PortContextList->flink; in ossaHwCB()
1161 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
1163 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList); in ossaHwCB()
1344 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c2208 tdList_t *PortContextList; in tiTGTGetDeviceHandles() local
2229 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiTGTGetDeviceHandles()
2230 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiTGTGetDeviceHandles()
2232 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiTGTGetDeviceHandles()
2239 PortContextList = PortContextList->flink; in tiTGTGetDeviceHandles()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3610 tdList_t *PortContextList; in tdssAddSATAToSharedcontext() local
3634 PortContextList = tdsaAllShared->MainPortContextList.flink; in tdssAddSATAToSharedcontext()
3635 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tdssAddSATAToSharedcontext()
3637 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tdssAddSATAToSharedcontext()
3645 PortContextList = PortContextList->flink; in tdssAddSATAToSharedcontext()