xdp_count
int xdp_count, int xdp_idx,
ring_count = txr_count + rxr_count + xdp_count;
while (xdp_count) {
xdp_count--;
int xdp_count, int xdp_idx,
ring_count = txr_count + xdp_count + rxr_count;
while (xdp_count) {
xdp_count--;
int xdp_count;
xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0;
total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count;
new_prof.tx_ring_num[TX_XDP] = xdp_count;
int xdp_count = 0, qt_count, err;
xdp_count = 1;
if (xdp_count > 0) {
xdp_count--;
return xdp_count(xdp, 0);
return xdp_count(xdp, 1);
return xdp_count(xdp, 2);