Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ethtool.c34 QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
Dqlcnic.h425 u64 txdropped; member
Dqlcnic_main.c2218 adapter->stats.txdropped++; in qlcnic_xmit_frame()
2305 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_ethtool.c52 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
Dnetxen_nic.h613 u64 txdropped; member
Dnetxen_nic_main.c1943 adapter->stats.txdropped++; in netxen_nic_xmit_frame()
2090 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()