Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_ethtool.c114 u64 rx_alloc_errors, tx_busy_errors; in octep_vf_get_ethtool_stats() local
118 tx_busy_errors = 0; in octep_vf_get_ethtool_stats()
128 tx_busy_errors += iq->stats.tx_busy; in octep_vf_get_ethtool_stats()
133 data[i++] = tx_busy_errors; in octep_vf_get_ethtool_stats()
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c139 u64 rx_alloc_errors, tx_busy_errors; in octep_get_ethtool_stats() local
147 tx_busy_errors = 0; in octep_get_ethtool_stats()
166 tx_busy_errors += iq->stats.tx_busy; in octep_get_ethtool_stats()
178 data[i++] = tx_busy_errors; in octep_get_ethtool_stats()