Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3198 ri->ri_nextin = ri->ri_nextout = ri->ri_first; in tulip_reset()
3210 ri->ri_nextin = ri->ri_nextout = ri->ri_first; in tulip_reset()
3352 if (eop == ri->ri_nextout) in tulip_rx_intr()
3386 if (eop == ri->ri_nextout || DESC_STATUS(eop) & TULIP_DSTS_OWNER) { in tulip_rx_intr()
3555 tulip_descinfo_t * const nextout = ri->ri_nextout; in tulip_rx_intr()
3574 if (++ri->ri_nextout == ri->ri_last) in tulip_rx_intr()
3575 ri->ri_nextout = ri->ri_first; in tulip_rx_intr()
3943 eop = nextout = ri->ri_nextout; in tulip_txput()
4051 if (eop != ri->ri_nextout) { in tulip_txput()
4053 eop->di_map = ri->ri_nextout->di_map; in tulip_txput()
[all …]
H A Dif_devar.h102 tulip_descinfo_t *ri_nextout; /* next to processed by adapter */ member