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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dem_txrx.c311 int i, j, first, pidx_last; local
383 pidx_last = i;
386 DPRINTF(iflib_get_dev(sc->ctx), "TSO path pidx_last=%d i=%d ntxd[0]=%d\n", pidx_last, i, scctx->isc_ntxd[0]);
391 pidx_last = i;
394 DPRINTF(iflib_get_dev(sc->ctx), "pidx_last=%d i=%d ntxd[0]=%d\n", pidx_last, i, scctx->isc_ntxd[0]);
404 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
405 DPRINTF(iflib_get_dev(sc->ctx), "setting to RS on %d rs_pidx %d first: %d\n", pidx_last, txr->tx_rs_pidx, first);
410 DPRINTF(iflib_get_dev(sc->ctx), "tx_buffers[%d]->eop = %d ipi_new_pidx=%d\n", first, pidx_last,
[all...]
H A Digb_txrx.c248 int i, j, pidx_last; local
252 pidx_last = olinfo_status = 0;
284 pidx_last = i;
290 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c277 int i, j, pidx_last; local
281 pidx_last = olinfo_status = 0;
309 pidx_last = i;
315 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last;

Completed in 61 milliseconds