Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A 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()
H A Dsetup.c126 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_activate_xsk()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
H A Den_main.c1848 err = mlx5e_open_cq(c, icocq_moder, &cparam->icosq.cqp, &c->async_icosq.cq); in mlx5e_open_queues()
1852 err = mlx5e_open_cq(c, icocq_moder, &cparam->async_icosq.cqp, &c->icosq.cq); in mlx5e_open_queues()
1877 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq, in mlx5e_open_queues()
1922 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues()
1943 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues()
1956 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues()
1964 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues()
2044 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel()
2059 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel()
2364 mlx5e_build_icosq_param(priv, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
H A Den.h668 struct mlx5e_icosq async_icosq; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c204 sq = &c->async_icosq; in post_rx_param_wqes()
347 sq = &c->async_icosq; in resync_handle_work()
375 sq = &c->async_icosq; in resync_handle_seq_match()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.h40 struct mlx5e_sq_param async_icosq; member