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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h162 uint32_t tx_total_collisions; member in struct:fxp_hwstats
H A Dif_fxpreg.h417 uint32_t tx_total_collisions; member in struct:fxp_stats
H A Dif_fxp.c2054 hsp->tx_total_collisions += le32toh(sp->tx_total_collisions);
2070 le32toh(sp->tx_total_collisions));
3222 &hsp->tx_total_collisions, "Total collisions");
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h439 u64 tx_total_collisions; member in struct:ecore_eth_stats_bb
H A Decore_l2.c1999 p_bb->tx_total_collisions += port_stats.eth.u2.bb2.tncl;
H A Dqlnx_os.c2069 OID_AUTO, "tx_total_collisions",
2070 CTLFLAG_RD, &ha->hw_stats.bb.tx_total_collisions,
2071 "tx_total_collisions");
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_common.h191 u64 tx_total_collisions; /* # of total collisions */ member in struct:mac_stats
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c366 "tx_total_collisions", CTLFLAG_RD,
367 &softc->tx_port_stats->tx_total_collisions,
H A Dhsi_struct_def.h28776 uint64_t tx_total_collisions; member in struct:tx_port_stats
[all...]
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c2230 return (mstats->tx_total_collisions);
H A Dcxgb_sge.c3628 CXGB_SYSCTL_ADD_QUAD(tx_total_collisions);

Completed in 482 milliseconds