Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ !
Dtx.c29 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &c->async_icosq.state))) in mlx5e_xsk_wakeup()
32 if (test_and_set_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state)) in mlx5e_xsk_wakeup()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ !
Den_txrx.c180 if (mlx5e_poll_ico_cq(&c->async_icosq.cq)) in mlx5e_napi_poll()
184 clear_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state); in mlx5e_napi_poll()
236 mlx5e_cq_arm(&c->async_icosq.cq); in mlx5e_napi_poll()
Den_main.c2226 err = mlx5e_open_cq(c->priv, icocq_moder, &cparam->async_icosq.cqp, &ccp, in mlx5e_open_queues()
2227 &c->async_icosq.cq); in mlx5e_open_queues()
2257 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq, in mlx5e_open_queues()
2304 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues()
2323 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues()
2339 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues()
2346 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues()
2383 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_trigger_napi_icosq()
2470 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel()
2489 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel()
Den.h801 struct mlx5e_icosq async_icosq; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ !
Dktls_txrx.h49 return budget && test_bit(MLX5E_SQ_STATE_PENDING_TLS_RX_RESYNC, &c->async_icosq.state); in mlx5e_ktls_rx_pending_resync_list()
Dktls_rx.c204 sq = &c->async_icosq; in post_rx_param_wqes()
345 sq = &c->async_icosq; in resync_handle_work()
369 sq = &c->async_icosq; in resync_handle_seq_match()
727 sq = &c->async_icosq; in mlx5e_ktls_rx_handle_resync_list()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ !
Dparams.h44 struct mlx5e_sq_param async_icosq; member
Dparams.c1237 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()