Lines Matching refs:nRet
1314 int nRet; in GobiNetResume() local
1350 nRet = usbnet_resume( pIntf ); in GobiNetResume()
1351 if (nRet != 0) in GobiNetResume()
1353 DBG( "usbnet_resume error %d\n", nRet ); in GobiNetResume()
1354 return nRet; in GobiNetResume()
1359 nRet = 0; in GobiNetResume()
1361 nRet = StartRead( pGobiDev ); in GobiNetResume()
1363 if (nRet != 0) in GobiNetResume()
1365 DBG( "StartRead error %d\n", nRet ); in GobiNetResume()
1366 return nRet; in GobiNetResume()
1388 return nRet; in GobiNetResume()