Searched refs:async_icosq (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 30 &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 D | ktls_txrx.h | 54 &c->async_icosq->state); in mlx5e_ktls_rx_pending_resync_list()
|
| H A D | ktls_rx.c | 205 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 D | en_main.c | 2529 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 D | en_txrx.c | 128 struct mlx5e_icosq *aicosq = c->async_icosq; in mlx5e_napi_poll()
|
| H A D | en.h | 782 struct mlx5e_icosq *async_icosq; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | params.h | 44 struct mlx5e_sq_param async_icosq; member
|
| H A D | params.c | 1240 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
|