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

/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c67 dmList_t *PortContextList = agNULL; local
115 DMLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(dmAllShared->FreePortContextList));
117 onePortContext = DMLIST_OBJECT_BASE(dmIntPortContext_t, FreeLink, PortContextList);
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c104 tdList_t *PortContextList; local
138 PortContextList = tdsaAllShared->MainPortContextList.flink;
139 if (PortContextList == agNULL)
141 TI_DBG1(("tiINIDiscoverTargets: PortContextList is NULL\n"));
144 while (PortContextList != &(tdsaAllShared->MainPortContextList))
146 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
149 TI_DBG1(("tiINIDiscoverTargets: onePortContext is NULL, PortContextList = %p\n", PortContextList));
158 PortContextList = PortContextList
254 tdList_t *PortContextList; local
515 tdList_t *PortContextList; local
980 tdList_t *PortContextList; local
1121 tdList_t *PortContextList; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c5016 tdList_t *PortContextList; local
5049 PortContextList = tdsaAllShared->MainPortContextList.flink;
5050 while (PortContextList != &(tdsaAllShared->MainPortContextList))
5052 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
5064 PortContextList = PortContextList->flink;
5144 tdList_t *PortContextList; local
5165 PortContextList = tdsaAllShared->MainPortContextList.flink;
5166 while (PortContextList != &(tdsaAllShared->MainPortContextList))
5168 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
6381 tdList_t *PortContextList; local
6499 tdList_t *PortContextList; local
6801 tdList_t *PortContextList; local
[all...]
H A Dossacmnapi.c787 tdList_t *PortContextList = agNULL; local
927 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList));
929 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList);
1041 PortContextList = tdsaPortContext->MainLink.flink;
1042 while (PortContextList != &(tdsaPortContext->MainLink))
1044 twoPortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
1047 PortContextList = PortContextList->flink;
1162 TDLIST_DEQUEUE_FROM_HEAD(&PortContextList, &(tdsaAllShared->FreePortContextList));
1164 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, FreeLink, PortContextList);
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c2208 tdList_t *PortContextList; local
2229 PortContextList = tdsaAllShared->MainPortContextList.flink;
2230 while (PortContextList != &(tdsaAllShared->MainPortContextList))
2232 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
2239 PortContextList = PortContextList->flink;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3611 tdList_t *PortContextList; local
3635 PortContextList = tdsaAllShared->MainPortContextList.flink;
3636 while (PortContextList != &(tdsaAllShared->MainPortContextList))
3638 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
3646 PortContextList = PortContextList->flink;

Completed in 194 milliseconds