Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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()
H A Dktls_rx.c205 sq = &c->async_icosq; in post_rx_param_wqes()
346 sq = &c->async_icosq; in resync_handle_work()
370 sq = &c->async_icosq; in resync_handle_seq_match()
728 sq = &c->async_icosq; in mlx5e_ktls_rx_handle_resync_list()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.h45 struct mlx5e_sq_param async_icosq; member
H A Dparams.c1264 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2517 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, &ccp, in mlx5e_open_queues()
2518 &c->async_icosq.cq); in mlx5e_open_queues()
2551 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq, in mlx5e_open_queues()
2590 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues()
2610 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues()
2625 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues()
2633 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues()
2670 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_trigger_napi_icosq()
2776 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel()
2797 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel()
H A Den.h764 struct mlx5e_icosq async_icosq; member