Home
last modified time | relevance | path

Searched refs:next_rfd (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Di82596.c597 uint32_t next_rfd; in i82596_receive() local
671 next_rfd = get_uint32(rfd_p + 4); in i82596_receive()
672 set_uint32(next_rfd + 8, rbd); in i82596_receive()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c1475 struct RxFD *next_rfd; in tc35815_rx() local
1592 next_rfd = fd_bus_to_virt(lp, in tc35815_rx()
1594 if (next_rfd < lp->rfd_base || next_rfd > lp->rfd_limit) { in tc35815_rx()
1612 if (lp->rfd_cur != next_rfd) in tc35815_rx()
1614 lp->rfd_cur, next_rfd); in tc35815_rx()