Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_de.c3200 if (eop == ri->ri_nextout) in tulip_rx_intr()
3412 if (++ri->ri_nextout == ri->ri_last) in tulip_rx_intr()
3413 ri->ri_nextout = ri->ri_first; in tulip_rx_intr()
3763 eop = nextout = ri->ri_nextout; in tulip_txput()
3882 if (eop < ri->ri_nextout) { in tulip_txput()
3883 TULIP_TXDESC_PRESYNC(sc, ri->ri_nextout, in tulip_txput()
3897 ri->ri_nextout = nextout; in tulip_txput()
3984 nextout = ri->ri_nextout; in tulip_txput_setup()
4007 if (++ri->ri_nextout == ri->ri_last) in tulip_txput_setup()
4008 ri->ri_nextout = ri->ri_first; in tulip_txput_setup()
[all …]
H A Dif_devar.h94 tulip_desc_t *ri_nextout; /* next to processed by adapter */ member