Searched refs:busy_xsk (Results 1 – 1 of 1) sorted by relevance
91 bool busy_xsk = false, xsk_rx_alloc_err; in mlx5e_napi_xsk_post() local99 busy_xsk |= mlx5e_xsk_tx(xsksq, MLX5E_TX_XSK_POLL_BUDGET); in mlx5e_napi_xsk_post()115 busy_xsk |= xsk_rx_alloc_err; in mlx5e_napi_xsk_post()121 return busy_xsk; in mlx5e_napi_xsk_post()134 bool busy_xsk = false; in mlx5e_napi_poll() local198 busy_xsk |= mlx5e_napi_xsk_post(xsksq, xskrq); in mlx5e_napi_poll()201 busy |= busy_xsk; in mlx5e_napi_poll()247 if (unlikely(aff_change && busy_xsk)) { in mlx5e_napi_poll()