Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dtx.c30 &c->async_icosq->state))) in mlx5e_xsk_wakeup()
34 &c->async_icosq->state)) in mlx5e_xsk_wakeup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h54 &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()
347 sq = c->async_icosq; in resync_handle_work()
374 sq = c->async_icosq; in resync_handle_seq_match()
756 sq = c->async_icosq; in mlx5e_ktls_rx_handle_resync_list()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2529 struct mlx5e_icosq *async_icosq; in mlx5e_open_async_icosq() local
2532 async_icosq = kvzalloc_node(sizeof(*async_icosq), GFP_KERNEL, in mlx5e_open_async_icosq()
2534 if (!async_icosq) in mlx5e_open_async_icosq()
2537 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, ccp, in mlx5e_open_async_icosq()
2538 &async_icosq->cq); in mlx5e_open_async_icosq()
2542 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, async_icosq, in mlx5e_open_async_icosq()
2547 return async_icosq; in mlx5e_open_async_icosq()
2550 mlx5e_close_cq(&async_icosq->cq); in mlx5e_open_async_icosq()
2552 kvfree(async_icosq); in mlx5e_open_async_icosq()
2556 static void mlx5e_close_async_icosq(struct mlx5e_icosq *async_icosq) in mlx5e_close_async_icosq() argument
[all …]
H A Den_txrx.c128 struct mlx5e_icosq *aicosq = c->async_icosq; in mlx5e_napi_poll()
H A Den.h782 struct mlx5e_icosq *async_icosq; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.h44 struct mlx5e_sq_param async_icosq; member
H A Dparams.c1240 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()