Home
last modified time | relevance | path

Searched refs:async_icosq (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dtx.c33 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &c->async_icosq.state))) in mlx5e_xsk_wakeup()
36 if (test_and_set_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state)) in mlx5e_xsk_wakeup()
40 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_xsk_wakeup()
Dsetup.c126 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_activate_xsk()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c156 if (mlx5e_poll_ico_cq(&c->async_icosq.cq)) in mlx5e_napi_poll()
160 clear_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state); in mlx5e_napi_poll()
198 mlx5e_cq_arm(&c->async_icosq.cq); in mlx5e_napi_poll()
Den_main.c1844 err = mlx5e_open_cq(c, icocq_moder, &cparam->icosq.cqp, &c->async_icosq.cq); in mlx5e_open_queues()
1848 err = mlx5e_open_cq(c, icocq_moder, &cparam->async_icosq.cqp, &c->icosq.cq); in mlx5e_open_queues()
1873 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq); in mlx5e_open_queues()
1916 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues()
1937 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues()
1950 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues()
1958 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues()
2039 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel()
2054 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel()
2358 mlx5e_build_icosq_param(priv, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
Den.h667 struct mlx5e_icosq async_icosq; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h40 struct mlx5e_sq_param async_icosq; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c190 sq = &c->async_icosq; in post_rx_param_wqes()
334 sq = &c->async_icosq; in resync_handle_work()
362 sq = &c->async_icosq; in resync_handle_seq_match()