Home
last modified time | relevance | path

Searched refs:rx_alloc_errors (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_ethtool.c114 u64 rx_alloc_errors, tx_busy_errors; in octep_vf_get_ethtool_stats() local
117 rx_alloc_errors = 0; in octep_vf_get_ethtool_stats()
129 rx_alloc_errors += oq->stats.alloc_failures; in octep_vf_get_ethtool_stats()
132 data[i++] = rx_alloc_errors; in octep_vf_get_ethtool_stats()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ethtool.c139 u64 rx_alloc_errors, tx_busy_errors; in octep_get_ethtool_stats() local
146 rx_alloc_errors = 0; in octep_get_ethtool_stats()
170 rx_alloc_errors += oq->stats.alloc_failures; in octep_get_ethtool_stats()
177 data[i++] = rx_alloc_errors; in octep_get_ethtool_stats()
/linux-6.12.1/drivers/net/ethernet/qlogic/qede/
Dqede.h364 u64 rx_alloc_errors; member
Dqede_fp.c1307 rxq->rx_alloc_errors++; in qede_rx_process_cqe()
Dqede_ethtool.c36 QEDE_RQSTAT(rx_alloc_errors),