Searched refs:busy_xsk (Results 1 – 1 of 1) sorted by relevance
89 bool busy_xsk = false, xsk_rx_alloc_err; in mlx5e_napi_xsk_post() local101 busy_xsk |= mlx5e_xsk_tx(xsksq, MLX5E_TX_XSK_POLL_BUDGET); in mlx5e_napi_xsk_post()108 busy_xsk |= mlx5e_xsk_update_rx_wakeup(xskrq, xsk_rx_alloc_err); in mlx5e_napi_xsk_post()110 return busy_xsk; in mlx5e_napi_xsk_post()123 bool busy_xsk = false; in mlx5e_napi_poll() local185 busy_xsk |= mlx5e_napi_xsk_post(xsksq, xskrq); in mlx5e_napi_poll()188 busy |= busy_xsk; in mlx5e_napi_poll()234 if (unlikely(aff_change && busy_xsk)) { in mlx5e_napi_poll()