Home
last modified time | relevance | path

Searched refs:async_icosq (Results 1 – 4 of 4) 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.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.h782 struct mlx5e_icosq *async_icosq; member