Searched refs:ri_nextout (Results 1 – 2 of 2) sorted by relevance
3198 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 …]
102 tulip_descinfo_t *ri_nextout; /* next to processed by adapter */ member