Searched refs:xmitcalled (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 31 {"xmit_called", QLC_SIZEOF(stats.xmitcalled), 32 QLC_OFF(stats.xmitcalled)}, 1322 adapter->stats.xmitcalled = tx_stats.xmit_called; in qlcnic_update_stats()
|
H A D | qlcnic.h | 544 u64 xmitcalled; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 31 {"xmit_called", QLC_SIZEOF(stats.xmitcalled), 32 QLC_OFF(stats.xmitcalled)}, 1326 adapter->stats.xmitcalled = tx_stats.xmit_called; in qlcnic_update_stats()
|
H A D | qlcnic.h | 544 u64 xmitcalled; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 31 {"xmit_called", NETXEN_NIC_STAT(stats.xmitcalled)},
|
H A D | netxen_nic.h | 594 u64 xmitcalled; member
|
H A D | netxen_nic_main.c | 2125 adapter->stats.xmitcalled++; in netxen_nic_xmit_frame()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 31 {"xmit_called", NETXEN_NIC_STAT(stats.xmitcalled)},
|
H A D | netxen_nic.h | 594 u64 xmitcalled; member
|
H A D | netxen_nic_main.c | 2118 adapter->stats.xmitcalled++; in netxen_nic_xmit_frame()
|
Completed in 37 milliseconds