Home
last modified time | relevance | path

Searched defs:nic_tx_stats (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cavium/liquidio/
A Dliquidio_common.h850 struct nic_tx_stats { struct
852 u64 total_pkts_sent; /* Total frames sent on the interface */
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 a
861 u64 multi_collision_sent; /* Packets sent that experienced
865 u64 max_collision_fail; /* Packets dropped due to excessive
868 u64 max_deferral_fail; /* Packets not sent due to max
871 u64 fifo_err; /* Packets sent that experienced a
875 u64 runts; /* Packets sent with an octet count
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_main.c107 struct hinic_txq_stats *nic_tx_stats = &nic_dev->tx_stats; in update_tx_stats() local
861 struct hinic_txq_stats *nic_tx_stats; in hinic_get_stats64() local

Completed in 108 milliseconds