Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h597 u64 txdropped; member
H A Dnetxen_nic_main.c2123 adapter->stats.txdropped++; in netxen_nic_xmit_frame()
2270 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h547 u64 txdropped; member
H A Dqlcnic_io.c784 adapter->stats.txdropped++; in qlcnic_xmit_frame()
H A Dqlcnic_main.c3046 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()