Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c338 qidx_t ift_cidx; member
442 #define TXQ_AVAIL(txq) (txq->ift_size - get_inuse(txq->ift_size, txq->ift_cidx, txq->ift_pidx, txq-…
1928 txq->ift_pidx = txq->ift_cidx = txq->ift_npending = 0; in iflib_txq_setup()
2641 txq->ift_cidx = txq->ift_pidx; in iflib_stop()
2643 txq->ift_cidx = txq->ift_pidx = 0; in iflib_stop()
3537 cidx = txq->ift_cidx; in iflib_encap()
3734 cidx = txq->ift_cidx; in iflib_tx_desc_free()
3775 txq->ift_cidx = cidx; in iflib_tx_desc_free()
6897 CTLFLAG_RD, &txq->ift_cidx, 1, "Consumer Index"); in iflib_add_device_sysctl_post()