Home
last modified time | relevance | path

Searched refs:txdropped (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_ethtool.c38 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
A Dqlcnic.h547 u64 txdropped; member
A Dqlcnic_io.c784 adapter->stats.txdropped++; in qlcnic_xmit_frame()
A Dqlcnic_main.c3068 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_ethtool.c34 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
A Dnetxen_nic.h597 u64 txdropped; member
A Dnetxen_nic_main.c2134 adapter->stats.txdropped++; in netxen_nic_xmit_frame()
2281 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()

Completed in 45 milliseconds