Lines Matching refs:result

244 		status_t result = gUSBModule->send_request(fDevice,
247 if (result != B_OK) {
248 TRACE_ALWAYS("Error reading MAC[%d] address:%#010x\n", i, result);
249 return result;
263 status_t result = ASIXDevice::SetupDevice(deviceReplugged);
264 if (result != B_OK) {
265 return result;
268 result = fMII.Init(fDevice);
272 result = _SetupAX88772A();
275 result = _SetupAX88772B();
278 result = _SetupAX88772();
282 if (result != B_OK)
283 return result;
285 result = fMII.SetupPHY();
286 if (result != B_OK) {
287 return result;
291 result = gUSBModule->send_request(fDevice,
297 if (result != B_OK) {
298 TRACE_ALWAYS("Error of setting medium mode: %#010x\n", result);
301 TRACE_RET(result);
302 return result;
312 status_t result = gUSBModule->send_request(fDevice,
316 if (result != B_OK) {
317 TRACE_ALWAYS("Error of wrinting GPIOs: %#010x\n", result);
318 return result;
326 result = gUSBModule->send_request(fDevice,
334 if (result != B_OK) {
335 TRACE_ALWAYS("Error of selecting PHY:%#010x\n", result);
336 return result;
361 result = gUSBModule->send_request(fDevice,
367 if (result != B_OK) {
369 i, resetCommands[i].reset, result);
370 return result;
391 status_t result = gUSBModule->send_request(fDevice,
399 if (result != B_OK) {
400 TRACE_ALWAYS("Error of selecting PHY:%#010x\n", result);
401 return result;
415 result = gUSBModule->send_request(fDevice,
421 if (result != B_OK) {
423 i, resetCommands[i].reset, result);
424 return result;
437 status_t result = gUSBModule->send_request(fDevice,
441 if (result != B_OK) {
442 TRACE_ALWAYS("Error of reloading EEPROM: %#010x\n", result);
443 return result;
446 result = _WakeupPHY();
447 if (result != B_OK)
448 return result;
463 status_t result = gUSBModule->send_request(fDevice,
467 if (result != B_OK) {
468 TRACE_ALWAYS("Error of reloading EEPROM: %#010x\n", result);
469 return result;
472 result = _WakeupPHY();
473 if (result != B_OK)
474 return result;
488 status_t result = gUSBModule->send_request(fDevice,
492 if (result != B_OK) {
493 TRACE_ALWAYS("Error of writing IPGs:%#010x\n", result);
494 return result;
507 result = gUSBModule->send_request(fDevice,
512 if (result != B_OK) {
513 TRACE_ALWAYS("Error of writing frame burst:%#010x\n", result);
514 return result;
524 result = WriteRXControlRegister(rxcontrol);
525 if (result != B_OK) {
527 rxcontrol, result);
530 TRACE_RET(result);
531 return result;
590 status_t result = gUSBModule->send_request(fDevice,
594 if (result != B_OK) {
595 TRACE_ALWAYS("Error of reading medium status:%#010x.\n", result);
596 return result;