Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c39 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
Dqlcnic.h550 u64 txdropped; member
Dqlcnic_io.c783 adapter->stats.txdropped++; in qlcnic_xmit_frame()
Dqlcnic_main.c3108 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c50 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
Dnetxen_nic.h613 u64 txdropped; member
Dnetxen_nic_main.c2160 adapter->stats.txdropped++; in netxen_nic_xmit_frame()
2307 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()