Searched refs:xmitfinished (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 33 {"xmit_finished", QLC_SIZEOF(stats.xmitfinished), 34 QLC_OFF(stats.xmitfinished)}, 1323 adapter->stats.xmitfinished = tx_stats.xmit_finished; in qlcnic_update_stats()
|
H A D | qlcnic.h | 545 u64 xmitfinished; member
|
H A D | qlcnic_main.c | 3076 stats->tx_packets = adapter->stats.xmitfinished; in qlcnic_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_ethtool.c | 33 {"xmit_finished", QLC_SIZEOF(stats.xmitfinished), 34 QLC_OFF(stats.xmitfinished)}, 1327 adapter->stats.xmitfinished = tx_stats.xmit_finished; in qlcnic_update_stats()
|
H A D | qlcnic.h | 545 u64 xmitfinished; member
|
H A D | qlcnic_main.c | 3049 stats->tx_packets = adapter->stats.xmitfinished; in qlcnic_get_stats()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 32 {"xmit_finished", NETXEN_NIC_STAT(stats.xmitfinished)},
|
H A D | netxen_nic.h | 595 u64 xmitfinished; member
|
H A D | netxen_nic_init.c | 1767 adapter->stats.xmitfinished++; in netxen_process_cmd_ring()
|
H A D | netxen_nic_main.c | 2275 stats->tx_packets = adapter->stats.xmitfinished; in netxen_nic_get_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_ethtool.c | 32 {"xmit_finished", NETXEN_NIC_STAT(stats.xmitfinished)},
|
H A D | netxen_nic.h | 595 u64 xmitfinished; member
|
H A D | netxen_nic_init.c | 1767 adapter->stats.xmitfinished++; in netxen_process_cmd_ring()
|
H A D | netxen_nic_main.c | 2268 stats->tx_packets = adapter->stats.xmitfinished; in netxen_nic_get_stats()
|
Completed in 47 milliseconds