Searched refs:mpActiveURB (Results 1 – 2 of 2) sorted by relevance
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()[all …]
351 struct urb * mpActiveURB; member