Home
last modified time | relevance | path

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

/linux/tools/net/ynl/ynltool/
H A Dqstats.c77 if (qs->_present.rx_hw_gro_wire_packets) in print_json_qstats()
78 jsonw_uint_field(json_wtr, "hw-gro-wire-packets", qs->rx_hw_gro_wire_packets); in print_json_qstats()
202 print_one(qs->_present.rx_hw_gro_wire_packets, "rx-hw-gro-wire-packets", in print_plain_qstats()
203 qs->rx_hw_gro_wire_packets, &n); in print_plain_qstats()
594 !qs->_present.rx_hw_gro_wire_packets) in do_hw_gro()
601 savings = (double)(qs->rx_hw_gro_wire_packets - in do_hw_gro()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1133 u64 rx_hw_gro_wire_packets; member
H A Dbnxt.c1816 rx_stats->rx_hw_gro_wire_packets += segs; in bnxt_gro_skb()
13519 stats->rx_total_hw_gro_wire_packets += sw_stats->rx.rx_hw_gro_wire_packets; in bnxt_get_one_ring_err_stats()
15948 stats->hw_gro_wire_packets = cpr->sw_stats->rx.rx_hw_gro_wire_packets; in bnxt_get_queue_stats_rx()