Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c335 qidx_t ift_cidx; member
439 #define TXQ_AVAIL(txq) (txq->ift_size - get_inuse(txq->ift_size, txq->ift_cidx, txq->ift_pidx, txq-…
1924 txq->ift_pidx = txq->ift_cidx = txq->ift_npending = 0; in iflib_txq_setup()
2635 txq->ift_cidx = txq->ift_pidx; in iflib_stop()
2637 txq->ift_cidx = txq->ift_pidx = 0; in iflib_stop()
3623 cidx = txq->ift_cidx; in iflib_encap()
3817 cidx = txq->ift_cidx; in iflib_tx_desc_free()
3858 txq->ift_cidx = cidx; in iflib_tx_desc_free()
6970 CTLFLAG_RD, &txq->ift_cidx, 1, "Consumer Index"); in iflib_add_device_sysctl_post()