Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.h125 struct fbnic_stat_counter rde_pkt_err; member
H A Dfbnic_hw_stats.c393 &hw_q->rde_pkt_err); in fbnic_reset_hw_rxq_stats()
413 &hw_q->rde_pkt_err); in fbnic_get_hw_rxq_stats32()
H A Dfbnic_netdev.c462 rx_errors += fbd->hw_stats.hw_q[i].rde_pkt_err.value; in fbnic_get_stats64()
614 rx->hw_drops = fbd->hw_stats.hw_q[idx].rde_pkt_err.value + in fbnic_get_queue_stats_rx()
H A Dfbnic_ethtool.c102 FBNIC_HW_Q_STAT("rde_%u_pkt_err", rde_pkt_err),