Home
last modified time | relevance | path

Searched refs:tx_busy_errors (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_ethtool.c107 u64 rx_alloc_errors, tx_busy_errors; in octep_vf_get_ethtool_stats() local
111 tx_busy_errors = 0; in octep_vf_get_ethtool_stats()
118 tx_busy_errors += oct->stats_iq[q].tx_busy; in octep_vf_get_ethtool_stats()
123 data[i++] = tx_busy_errors; in octep_vf_get_ethtool_stats()
/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ethtool.c132 u64 rx_alloc_errors, tx_busy_errors; in octep_get_ethtool_stats() local
140 tx_busy_errors = 0; in octep_get_ethtool_stats()
156 tx_busy_errors += oct->stats_iq[q].tx_busy; in octep_get_ethtool_stats()
168 data[i++] = tx_busy_errors; in octep_get_ethtool_stats()