Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmport.c67 dmList_t *PortContextList = agNULL; in dmCreatePort() local
115 DMLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(dmAllShared->FreePortContextList)); in dmCreatePort()
117 onePortContext = DMLIST_OBJECT_BASE(dmIntPortContext_t, FreeLink, PortContextList); in dmCreatePort()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditddisc.c104 tdList_t *PortContextList; in tiINIDiscoverTargets() local
138 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIDiscoverTargets()
139 if (PortContextList == agNULL) in tiINIDiscoverTargets()
144 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIDiscoverTargets()
146 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiINIDiscoverTargets()
149 …TI_DBG1(("tiINIDiscoverTargets: onePortContext is NULL, PortContextList = %p\n", PortContextList)); in tiINIDiscoverTargets()
158 PortContextList = PortContextList->flink; in tiINIDiscoverTargets()
254 tdList_t *PortContextList; in tiINIGetDeviceHandles() local
303 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIGetDeviceHandles()
304 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIGetDeviceHandles()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdport.c5016 tdList_t *PortContextList; in tiCOMPortStop() local
5049 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiCOMPortStop()
5050 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiCOMPortStop()
5052 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiCOMPortStop()
5064 PortContextList = PortContextList->flink; in tiCOMPortStop()
5144 tdList_t *PortContextList; in tiCOMGetPortInfo() local
5165 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiCOMGetPortInfo()
5166 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiCOMGetPortInfo()
5168 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tiCOMGetPortInfo()
5176 PortContextList = PortContextList->flink; in tiCOMGetPortInfo()
[all …]
Dossacmnapi.c787 tdList_t *PortContextList = agNULL; in ossaHwCB() local
927 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
929 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList); in ossaHwCB()
1041 PortContextList = tdsaPortContext->MainLink.flink; in ossaHwCB()
1042 while (PortContextList != &(tdsaPortContext->MainLink)) in ossaHwCB()
1044 twoPortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in ossaHwCB()
1047 PortContextList = PortContextList->flink; in ossaHwCB()
1162 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
1164 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList); in ossaHwCB()
1345 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList)); in ossaHwCB()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
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-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
Dossasat.c3611 tdList_t *PortContextList; in tdssAddSATAToSharedcontext() local
3635 PortContextList = tdsaAllShared->MainPortContextList.flink; in tdssAddSATAToSharedcontext()
3636 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tdssAddSATAToSharedcontext()
3638 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList); in tdssAddSATAToSharedcontext()
3646 PortContextList = PortContextList->flink; in tdssAddSATAToSharedcontext()