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

/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c50 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
H A Dnetxen_nic_main.c2160 adapter->stats.txdropped++; netxen_nic_xmit_frame()
2307 stats->tx_dropped = adapter->stats.txdropped; netxen_nic_get_stats()
H A Dnetxen_nic.h613 u64 txdropped; member in struct:netxen_adapter_stats
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ethtool.c39 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
H A Dqlcnic.h551 u64 txdropped; member in struct:qlcnic_adapter_stats
H A Dqlcnic_io.c782 adapter->stats.txdropped++; qlcnic_xmit_frame()
H A Dqlcnic_main.c3096 stats->tx_dropped = adapter->stats.txdropped; qlcnic_get_stats()

Completed in 910 milliseconds