Searched refs:tx_drop (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/et/
H A Dif_etvar.h275 uint32_t tx_drop; member in struct:et_hw_stats
H A Dif_et.c2551 &stats->tx_drop, "Dropped frames");
2669 stats->tx_drop += CSR_READ_4(sc, ET_STAT_TX_DROP);
2681 ifp->if_oerrors = stats->tx_drop + stats->tx_jabbers +
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c716 goto tx_drop;
721 goto tx_drop;
731 goto tx_drop;
737 goto tx_drop;
913 tx_drop:
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h91 u64 tx_drop; /* # of dropped Tx frames */ member in struct:port_stats
H A Dt4_hw.c3873 p->tx_drop = GET_STAT(TX_PORT_DROP);
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6270 __be64 tx_drop; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_all
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c4084 drops = s->tx_drop;
4614 SYSCTL_ADD_T4_REG64(pi, "tx_drop", "# of dropped tx frames",

Completed in 169 milliseconds