Searched defs:nic_tx_stats (Results 1 – 2 of 2) sorted by relevance
850 struct nic_tx_stats { struct852 u64 total_pkts_sent; /* Total frames sent on the interface */853 u64 total_bytes_sent; /* Total octets sent on the interface */854 u64 mcast_pkts_sent; /* Packets sent to the multicast DMAC */855 u64 bcast_pkts_sent; /* Packets sent to a broadcast DMAC */856 u64 ctl_sent; /* Control/PAUSE packets sent */857 u64 one_collision_sent; /* Packets sent that experienced a861 u64 multi_collision_sent; /* Packets sent that experienced865 u64 max_collision_fail; /* Packets dropped due to excessive868 u64 max_deferral_fail; /* Packets not sent due to max[all …]
96 static void gather_tx_stats(struct hinic_txq_stats *nic_tx_stats, struct hinic_txq *txq) in gather_tx_stats()112 struct hinic_txq_stats *nic_tx_stats) in gather_nic_stats()843 struct hinic_txq_stats nic_tx_stats = {}; in hinic_get_stats64() local