Home
last modified time | relevance | path

Searched refs:tx_rsq (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c99 cur = txr->tx_rsq[rs_cidx]; in igc_dump_rs()
105 cur = txr->tx_rsq[rs_cidx]; in igc_dump_rs()
313 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igc_isc_txd_encap()
351 cur = txr->tx_rsq[rs_cidx]; in igc_isc_txd_credits_update()
377 cur = txr->tx_rsq[rs_cidx]; in igc_isc_txd_credits_update()
H A Dif_igc.h268 qidx_t *tx_rsq; member
H A Dif_igc.c1810 …if (!(txr->tx_rsq = (qidx_t *) malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_DEVBUF, M_NOWAIT | M_… in igc_if_tx_queues_alloc()
1816 txr->tx_rsq[j] = QIDX_INVALID; in igc_if_tx_queues_alloc()
1883 if (txr->tx_rsq == NULL) in igc_if_queues_free()
1886 free(txr->tx_rsq, M_DEVBUF); in igc_if_queues_free()
1887 txr->tx_rsq = NULL; in igc_if_queues_free()
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dem_txrx.c111 cur = txr->tx_rsq[rs_cidx]; in em_dump_rs()
117 cur = txr->tx_rsq[rs_cidx]; in em_dump_rs()
446 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in em_isc_txd_encap()
488 cur = txr->tx_rsq[rs_cidx]; in em_isc_txd_credits_update()
518 cur = txr->tx_rsq[rs_cidx]; in em_isc_txd_credits_update()
H A Digb_txrx.c289 txr->tx_rsq[txr->tx_rs_pidx] = pidx_last; in igb_isc_txd_encap()
327 cur = txr->tx_rsq[rs_cidx]; in igb_isc_txd_credits_update()
353 cur = txr->tx_rsq[rs_cidx]; in igb_isc_txd_credits_update()
H A Dif_em.h379 qidx_t *tx_rsq; member
H A Dif_em.c3106 …if (!(txr->tx_rsq = (qidx_t *) malloc(sizeof(qidx_t) * scctx->isc_ntxd[0], M_DEVBUF, M_NOWAIT | M_…
3112 txr->tx_rsq[j] = QIDX_INVALID;
3179 if (txr->tx_rsq == NULL)
3182 free(txr->tx_rsq, M_DEVBUF);
3183 txr->tx_rsq = NULL;