Searched refs:xdpr (Results 1 – 3 of 3) sorted by relevance
474 struct fbnic_ring *xdpr = fbn->tx[FBNIC_MAX_TXQS + i]; in fbnic_get_stats64() local495 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() local651 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()
177 struct fbnic_ring *xdpr);
1450 struct fbnic_ring *xdpr) in fbnic_aggregate_ring_xdp_counters() argument1452 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() argument1479 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()