Searched refs:mpURBList (Results 1 – 3 of 3) sorted by relevance
2217 pURBListEntry = pAutoPM->mpURBList; in GobiUSBNetTXTimeout()2220 pAutoPM->mpURBList = pAutoPM->mpURBList->mpNext; in GobiUSBNetTXTimeout()2224 pURBListEntry = pAutoPM->mpURBList; in GobiUSBNetTXTimeout()2297 pURBListEntry = pAutoPM->mpURBList; in GobiUSBNetAutoPMThread()2300 pAutoPM->mpURBList = pAutoPM->mpURBList->mpNext; in GobiUSBNetAutoPMThread()2304 pURBListEntry = pAutoPM->mpURBList; in GobiUSBNetAutoPMThread()2340 if (pAutoPM->mpURBList == NULL) in GobiUSBNetAutoPMThread()2349 pURBListEntry = pAutoPM->mpURBList; in GobiUSBNetAutoPMThread()2350 pAutoPM->mpURBList = pAutoPM->mpURBList->mpNext; in GobiUSBNetAutoPMThread()2379 pURBListEntry->mpNext = pAutoPM->mpURBList; in GobiUSBNetAutoPMThread()[all …]
265 sURBList * mpURBList; member342 sURBList * mpURBList; member
1771 (*ppClientMem)->mpURBList = NULL;2381 ppThisURBList = &pClientMem->mpURBList;2443 if (pClientMem->mpURBList != NULL)2445 pDelURBList = pClientMem->mpURBList;2446 pClientMem->mpURBList = pClientMem->mpURBList->mpNext;