Home
last modified time | relevance | path

Searched refs:async_icosq (Results 1 – 3 of 3) 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_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.c2590 struct mlx5e_icosq *async_icosq; in mlx5e_open_async_icosq() local
2593 async_icosq = kvzalloc_node(sizeof(*async_icosq), GFP_KERNEL, in mlx5e_open_async_icosq()
2595 if (!async_icosq) in mlx5e_open_async_icosq()
2598 err = mlx5e_open_cq(c->mdev, icocq_moder, &cparam->async_icosq.cqp, ccp, in mlx5e_open_async_icosq()
2599 &async_icosq->cq); in mlx5e_open_async_icosq()
2603 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, async_icosq, in mlx5e_open_async_icosq()
2608 return async_icosq; in mlx5e_open_async_icosq()
2611 mlx5e_close_cq(&async_icosq->cq); in mlx5e_open_async_icosq()
2613 kvfree(async_icosq); in mlx5e_open_async_icosq()
2617 static void mlx5e_close_async_icosq(struct mlx5e_icosq *async_icosq) in mlx5e_close_async_icosq() argument
[all …]