Lines Matching refs:PortContextList

104   tdList_t          *PortContextList;
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->flink;
254 tdList_t *PortContextList;
303 PortContextList = tdsaAllShared->MainPortContextList.flink;
304 while (PortContextList != &(tdsaAllShared->MainPortContextList))
306 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
316 PortContextList = PortContextList->flink;
515 tdList_t *PortContextList;
564 PortContextList = tdsaAllShared->MainPortContextList.flink;
565 while (PortContextList != &(tdsaAllShared->MainPortContextList))
567 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
577 PortContextList = PortContextList->flink;
980 tdList_t *PortContextList;
1006 PortContextList = tdsaAllShared->MainPortContextList.flink;
1007 while (PortContextList != &(tdsaAllShared->MainPortContextList))
1009 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
1017 PortContextList = PortContextList->flink;
1121 tdList_t *PortContextList;
1155 PortContextList = tdsaAllShared->MainPortContextList.flink;
1157 if(PortContextList == agNULL)
1159 TI_DBG6(("tiINIGetExpDeviceHandleBySasAddress: PortContextList is NULL!!\n"));
1163 while (PortContextList != &(tdsaAllShared->MainPortContextList))
1165 onePortContext = TDLIST_OBJECT_BASE(tdsaPortContext_t, MainLink, PortContextList);
1181 if(PortContextList != agNULL)
1183 PortContextList = PortContextList->flink;