Searched defs:nic_rx_stats (Results 1 – 2 of 2) sorted by relevance
802 struct nic_rx_stats { struct824 u64 fw_total_rcvd;825 u64 fw_total_fwd;827 u64 fw_total_mcast;828 u64 fw_total_bcast;830 u64 fw_err_pko;831 u64 fw_err_link;832 u64 fw_err_drop;833 u64 fw_rx_vxlan;834 u64 fw_rx_vxlan_err;[all …]
83 static void gather_rx_stats(struct hinic_rxq_stats *nic_rx_stats, struct hinic_rxq *rxq) in gather_rx_stats()111 struct hinic_rxq_stats *nic_rx_stats, in gather_nic_stats()842 struct hinic_rxq_stats nic_rx_stats = {}; in hinic_get_stats64() local