Searched refs:nextout (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c3555 tulip_descinfo_t * const nextout = ri->ri_nextout; local
3561 error = bus_dmamap_load_mbuf(ri->ri_data_tag, *nextout->di_map, ms,
3562 tulip_dma_map_rxbuf, nextout->di_desc, BUS_DMA_NOWAIT);
3568 nextout->di_desc->d_status = TULIP_DSTS_OWNER;
3569 KASSERT(nextout->di_mbuf == NULL, ("clobbering earlier rx mbuf"));
3570 nextout->di_mbuf = ms;
3572 ms, nextout - ri->ri_first);
3897 tulip_descinfo_t *eop, *nextout; local
3943 eop = nextout = ri->ri_nextout;
4020 eop = nextout;
4157 tulip_desc_t *nextout; local
[all...]

Completed in 38 milliseconds