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.c487 struct fbnic_ring *xdpr = fbn->tx[FBNIC_MAX_TXQS + i]; in fbnic_get_stats64() local
508 if (!xdpr) in fbnic_get_stats64()
511 stats = &xdpr->stats; in fbnic_get_stats64()
639 struct fbnic_ring *xdpr; in fbnic_get_queue_stats_tx() local
664 xdpr = fbn->tx[FBNIC_MAX_TXQS + idx]; in fbnic_get_queue_stats_tx()
665 if (xdpr) { in fbnic_get_queue_stats_tx()
666 stats = &xdpr->stats; in fbnic_get_queue_stats_tx()
H A Dfbnic_txrx.h177 struct fbnic_ring *xdpr);
H A Dfbnic_txrx.c1451 struct fbnic_ring *xdpr) in fbnic_aggregate_ring_xdp_counters() argument
1453 struct fbnic_queue_stats *stats = &xdpr->stats; in fbnic_aggregate_ring_xdp_counters()
1455 if (!(xdpr->flags & FBNIC_RING_F_STATS)) in fbnic_aggregate_ring_xdp_counters()
1478 struct fbnic_ring *xdpr) in fbnic_remove_xdp_ring() argument
1480 if (!(xdpr->flags & FBNIC_RING_F_STATS)) in fbnic_remove_xdp_ring()
1483 fbnic_aggregate_ring_xdp_counters(fbn, xdpr); in fbnic_remove_xdp_ring()
1486 WARN_ON(fbn->tx[xdpr->q_idx] && fbn->tx[xdpr->q_idx] != xdpr); in fbnic_remove_xdp_ring()
1487 fbn->tx[xdpr->q_idx] = NULL; in fbnic_remove_xdp_ring()