Home
last modified time | relevance | path

Searched refs:xdpr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c474 struct fbnic_ring *xdpr = fbn->tx[FBNIC_MAX_TXQS + i]; in fbnic_get_stats64() local
495 if (!xdpr) in fbnic_get_stats64()
498 stats = &xdpr->stats; in fbnic_get_stats64()
626 struct fbnic_ring *xdpr; in fbnic_get_queue_stats_tx() local
651 xdpr = fbn->tx[FBNIC_MAX_TXQS + idx]; in fbnic_get_queue_stats_tx()
652 if (xdpr) { in fbnic_get_queue_stats_tx()
653 stats = &xdpr->stats; in fbnic_get_queue_stats_tx()
H A Dfbnic_txrx.h177 struct fbnic_ring *xdpr);
H A Dfbnic_txrx.c1450 struct fbnic_ring *xdpr) in fbnic_aggregate_ring_xdp_counters() argument
1452 struct fbnic_queue_stats *stats = &xdpr->stats; in fbnic_aggregate_ring_xdp_counters()
1454 if (!(xdpr->flags & FBNIC_RING_F_STATS)) in fbnic_aggregate_ring_xdp_counters()
1477 struct fbnic_ring *xdpr) in fbnic_remove_xdp_ring() argument
1479 if (!(xdpr->flags & FBNIC_RING_F_STATS)) in fbnic_remove_xdp_ring()
1482 fbnic_aggregate_ring_xdp_counters(fbn, xdpr); in fbnic_remove_xdp_ring()
1485 WARN_ON(fbn->tx[xdpr->q_idx] && fbn->tx[xdpr->q_idx] != xdpr); in fbnic_remove_xdp_ring()
1486 fbn->tx[xdpr->q_idx] = NULL; in fbnic_remove_xdp_ring()