Searched refs:txdropped (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 34 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
|
H A D | netxen_nic.h | 597 u64 txdropped; member
|
H A D | netxen_nic_main.c | 2132 adapter->stats.txdropped++; in netxen_nic_xmit_frame() 2279 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 34 {"tx_dropped", NETXEN_NIC_STAT(stats.txdropped)},
|
H A D | netxen_nic.h | 597 u64 txdropped; member
|
H A D | netxen_nic_main.c | 2125 adapter->stats.txdropped++; in netxen_nic_xmit_frame() 2272 stats->tx_dropped = adapter->stats.txdropped; in netxen_nic_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 38 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
|
H A D | qlcnic.h | 547 u64 txdropped; member
|
H A D | qlcnic_io.c | 784 adapter->stats.txdropped++; in qlcnic_xmit_frame()
|
H A D | qlcnic_main.c | 3080 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 38 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
|
H A D | qlcnic.h | 547 u64 txdropped; member
|
H A D | qlcnic_io.c | 785 adapter->stats.txdropped++; in qlcnic_xmit_frame()
|
H A D | qlcnic_main.c | 3053 stats->tx_dropped = adapter->stats.txdropped; in qlcnic_get_stats()
|
Completed in 60 milliseconds