Lines Matching refs:mpActiveURB
2153 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()
2385 pAutoPM->mpActiveURB = NULL; in GobiUSBNetAutoPMThread()
2393 status = usb_submit_urb( pAutoPM->mpActiveURB, GFP_KERNEL ); in GobiUSBNetAutoPMThread()
2399 usb_free_urb( pAutoPM->mpActiveURB ); in GobiUSBNetAutoPMThread()
2400 pAutoPM->mpActiveURB = NULL; in GobiUSBNetAutoPMThread()
2659 pGobiDev->mAutoPM.mpActiveURB = NULL; in GobiUSBNetOpen()