Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c34 QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
Dqlcnic.h470 u64 txdropped; member
Dqlcnic_main.c2314 adapter->stats.txdropped++; in qlcnic_xmit_frame()
2401 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c52 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
Dnetxen_nic.h613 u64 txdropped; member
Dnetxen_nic_main.c2083 adapter->stats.txdropped++; in netxen_nic_xmit_frame()
2230 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()