Searched refs:busy_xsk (Results 1 – 1 of 1) sorted by relevance
92 bool busy_xsk = false, xsk_rx_alloc_err; in mlx5e_napi_xsk_post() local104 busy_xsk |= mlx5e_xsk_tx(xsksq, MLX5E_TX_XSK_POLL_BUDGET); in mlx5e_napi_xsk_post()111 busy_xsk |= mlx5e_xsk_update_rx_wakeup(xskrq, xsk_rx_alloc_err); in mlx5e_napi_xsk_post()113 return busy_xsk; in mlx5e_napi_xsk_post()125 bool busy_xsk = false; in mlx5e_napi_poll() local168 busy_xsk |= mlx5e_napi_xsk_post(xsksq, xskrq); in mlx5e_napi_poll()171 busy |= busy_xsk; in mlx5e_napi_poll()207 if (unlikely(aff_change && busy_xsk)) { in mlx5e_napi_poll()