Home
last modified time | relevance | path

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

/linux/tools/net/ynl/ynltool/
H A Dqstats.c50 qs->_present.rx_csum_complete || qs->_present.rx_hw_gro_packets) { in print_json_qstats()
73 if (qs->_present.rx_hw_gro_packets) in print_json_qstats()
74 jsonw_uint_field(json_wtr, "hw-gro-packets", qs->rx_hw_gro_packets); in print_json_qstats()
198 print_one(qs->_present.rx_hw_gro_packets, "rx-hw-gro-packets", in print_plain_qstats()
199 qs->rx_hw_gro_packets, &n); in print_plain_qstats()
593 !qs->_present.rx_hw_gro_packets || in do_hw_gro()
602 qs->rx_hw_gro_packets) / in do_hw_gro()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1132 u64 rx_hw_gro_packets; member
H A Dbnxt.c1815 rx_stats->rx_hw_gro_packets++; in bnxt_gro_skb()
13518 stats->rx_total_hw_gro_packets += sw_stats->rx.rx_hw_gro_packets; in bnxt_get_one_ring_err_stats()
15947 stats->hw_gro_packets = cpr->sw_stats->rx.rx_hw_gro_packets; in bnxt_get_queue_stats_rx()