Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/de/
Dif_de.c3190 for (di = ri->ri_first; di < ri->ri_last; di++) { in tulip_reset()
3211 for (di = ri->ri_first; di < ri->ri_last; di++) { in tulip_reset()
3217 for (di = ri->ri_first; di < ri->ri_last; di++) { in tulip_reset()
3382 if (++eop == ri->ri_last) in tulip_rx_intr()
3415 if (++dip == ri->ri_last) in tulip_rx_intr()
3482 if (++eop == ri->ri_last) in tulip_rx_intr()
3573 if (++ri->ri_nextout == ri->ri_last) in tulip_rx_intr()
3718 if (++ri->ri_nextin == ri->ri_last) in tulip_tx_intr()
4027 if (++nextout == ri->ri_last) in tulip_txput()
4038 if (++nextout == ri->ri_last) in tulip_txput()
[all …]
Dif_devar.h98 tulip_descinfo_t *ri_last; /* one after last entry */ member