Searched refs:xdpr (Results 1 – 3 of 3) sorted by relevance
487 struct fbnic_ring *xdpr = fbn->tx[FBNIC_MAX_TXQS + i]; in fbnic_get_stats64() local508 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() local664 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()
177 struct fbnic_ring *xdpr);
1451 struct fbnic_ring *xdpr) in fbnic_aggregate_ring_xdp_counters() argument1453 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() argument1480 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()