Home
last modified time | relevance | path

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

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