Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.c109 uint16_t *coal_pkts, in bnxt_start_xmit() argument
176 txbd->opaque = *coal_pkts; in bnxt_start_xmit()
481 uint16_t coal_pkts = 0; in bnxt_xmit_pkts() local
496 coal_pkts++; in bnxt_xmit_pkts()
498 &coal_pkts, &last_txbd); in bnxt_xmit_pkts()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h259 u64 coal_pkts; /* # of coalesced packets */ member
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c873 txq->stats.coal_pkts += wr->npkt; in ship_tx_pkt_coalesce_wr()
2108 txq->stats.coal_pkts = 0; in t4_sge_alloc_eth_txq()