Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c2153 pAutoPM->mpActiveURB = ERR_PTR( -EAGAIN ); in GobiUSBNetURBCallback()
2206 pURB = pAutoPM->mpActiveURB; in GobiUSBNetTXTimeout()
2278 pURB = pAutoPM->mpActiveURB; in GobiUSBNetAutoPMThread()
2282 if (IS_ERR( pAutoPM->mpActiveURB ) in GobiUSBNetAutoPMThread()
2283 && PTR_ERR( pAutoPM->mpActiveURB ) == -EAGAIN ) in GobiUSBNetAutoPMThread()
2316 if (IS_ERR( pAutoPM->mpActiveURB ) in GobiUSBNetAutoPMThread()
2317 && PTR_ERR( pAutoPM->mpActiveURB ) == -EAGAIN ) in GobiUSBNetAutoPMThread()
2319 pAutoPM->mpActiveURB = NULL; in GobiUSBNetAutoPMThread()
2331 if (pAutoPM->mpActiveURB != NULL) in GobiUSBNetAutoPMThread()
2355 pAutoPM->mpActiveURB = pURBListEntry->mpURB; in GobiUSBNetAutoPMThread()
[all …]
H A DStructs.h351 struct urb * mpActiveURB; member