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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dem_txrx.c492 uint32_t next_pidx, pidx; local
500 for (i = 0, next_pidx = pidx; i < count; i++) {
501 rxd = (struct e1000_rx_desc *)&rxr->rx_base[next_pidx];
506 if (++next_pidx == scctx->isc_nrxd[0])
507 next_pidx = 0;
521 uint32_t next_pidx, pidx; local
529 for (i = 0, next_pidx = pidx; i < count; i++) {
530 rxd = &rxr->rx_base[next_pidx];
535 if (++next_pidx == scctx->isc_nrxd[0])
536 next_pidx
[all...]
H A Digb_txrx.c373 uint32_t next_pidx, pidx; local
381 for (i = 0, next_pidx = pidx; i < count; i++) {
382 rxd = (union e1000_adv_rx_desc *)&rxr->rx_base[next_pidx];
385 if (++next_pidx == scctx->isc_nrxd[0])
386 next_pidx = 0;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c398 uint32_t next_pidx, pidx; local
406 for (i = 0, next_pidx = pidx; i < count; i++) {
407 rxd = (union igc_adv_rx_desc *)&rxr->rx_base[next_pidx];
410 if (++next_pidx == scctx->isc_nrxd[0])
411 next_pidx = 0;

Completed in 41 milliseconds