Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.c2361 sURBList ** ppThisURBList; local
2381 ppThisURBList = &pClientMem->mpURBList;
2382 while (*ppThisURBList != NULL)
2384 ppThisURBList = &(*ppThisURBList)->mpNext;
2387 *ppThisURBList = kmalloc( sizeof( sURBList ), GFP_ATOMIC );
2388 if (*ppThisURBList == NULL)
2394 (*ppThisURBList)->mpNext = NULL;
2395 (*ppThisURBList)->mpURB = pURB;