Searched refs:tx_total_collisions (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/agere/
H A Det131x.h1167 u32 tx_total_collisions; /* 0x610C */ member in struct:macstat_regs
H A Det131x.c1346 stats->tx_collisions += readl(&macstat->tx_total_collisions);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h201 u64 tx_total_collisions; /* # of total collisions */ member in struct:mac_stats
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h102 u64 tx_total_collisions; member in struct:qede_stats_bb
H A Dqede_main.c410 p_bb->tx_total_collisions = stats.bb.tx_total_collisions;
449 stats->collisions = edev->stats.bb.tx_total_collisions;
H A Dqede_ethtool.c137 QEDE_PF_BB_STAT(tx_total_collisions),
/linux-master/include/linux/qed/
H A Dqed_if.h1390 u64 tx_total_collisions; member in struct:qed_eth_stats_bb
/linux-master/drivers/net/ethernet/intel/
H A De100.c508 tx_multiple_collisions, tx_total_collisions; member in struct:stats
1616 nic->tx_collisions = le32_to_cpu(s->tx_total_collisions);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c1835 p_bb->tx_total_collisions += port_stats.eth.u2.bb2.tncl;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c438 BNXT_TX_STATS_ENTRY(tx_total_collisions),
H A Dbnxt_hsi.h4761 __le64 tx_total_collisions; member in struct:tx_port_stats
H A Dbnxt.c12160 BNXT_GET_TX_PORT_STATS64(tx, tx_total_collisions);

Completed in 409 milliseconds