Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tx.c11 if (unlikely((txq)->fc_cache_pkts < (pkts))) { \
13 (txq)->fc_cache_pkts = \
17 if (unlikely((txq)->fc_cache_pkts < (pkts))) \
56 txq->fc_cache_pkts -= pkts; in nix_xmit_pkts()
96 txq->fc_cache_pkts -= pkts; in nix_xmit_pkts_mseg()
134 txq->fc_cache_pkts -= pkts; in nix_xmit_pkts_vector()
H A Dotx2_ethdev.h348 int64_t fc_cache_pkts; member
H A Dotx2_ethdev.c1305 txq->fc_cache_pkts = 0; in otx2_nix_tx_queue_setup()
2083 txq->fc_cache_pkts = 0; in otx2_nix_tx_queue_stop()