Searched refs:rv (Results 1 - 8 of 8) sorted by relevance

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_i82559.c426 uint8_t rv; local
429 rv = READCSR8(sc, R_SCB_CMD);
430 } while (rv != K_CMD_ACCEPTED);
437 uint8_t rv; local
440 rv = READCSR8(sc, R_SCB_CMD);
441 } while (rv != K_CMD_ACCEPTED);
616 int rv; local
620 rv = i82559_add_txbuf(sc, pkt);
624 return rv;
H A Ddev_rtl8139.c420 int rv; local
444 rv = 0;
448 rv = -1;
453 return rv;
H A Ddev_bcm4401.c547 int rv; local
551 rv = bcm4401_add_txbuf(sc, pkt);
552 if (rv == 0) {
557 return rv;
H A Ddev_dp83815.c566 int rv; local
570 rv = dp83815_add_txbuf(sc, pkt);
574 return rv;
H A Ddev_tulip.c619 int rv; local
623 rv = tulip_add_txbuf(sc, pkt);
627 return rv;
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c686 int rv; local
690 rv = tulip_add_txbuf(sc, pkt);
694 return rv;
3445 int rv;
3456 rv = srom_write_word(sc, addr, word);
3459 return rv;
3444 int rv; local
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c1446 int rv = (*fn)(pcitree[port].args[i].pa_tag); local
1447 if (rv != 0)
1448 return rv;
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c602 int rv; local
606 rv = bcm4401_add_txbuf(sc, pkt);
607 if (rv == 0) {
614 return rv;

Completed in 62 milliseconds