Searched refs:async_icosq (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 33 if (unlikely(!test_bit(MLX5E_SQ_STATE_ENABLED, &c->async_icosq.state))) in mlx5e_xsk_wakeup() 36 if (test_and_set_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state)) in mlx5e_xsk_wakeup() 40 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_xsk_wakeup()
|
| H A D | setup.c | 126 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_activate_xsk()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_txrx.c | 156 if (mlx5e_poll_ico_cq(&c->async_icosq.cq)) in mlx5e_napi_poll() 160 clear_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state); in mlx5e_napi_poll() 198 mlx5e_cq_arm(&c->async_icosq.cq); in mlx5e_napi_poll()
|
| H A D | en_main.c | 1848 err = mlx5e_open_cq(c, icocq_moder, &cparam->icosq.cqp, &c->async_icosq.cq); in mlx5e_open_queues() 1852 err = mlx5e_open_cq(c, icocq_moder, &cparam->async_icosq.cqp, &c->icosq.cq); in mlx5e_open_queues() 1877 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq, in mlx5e_open_queues() 1922 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues() 1943 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues() 1956 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues() 1964 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues() 2044 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel() 2059 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel() 2364 mlx5e_build_icosq_param(priv, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
|
| H A D | en.h | 668 struct mlx5e_icosq async_icosq; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_rx.c | 204 sq = &c->async_icosq; in post_rx_param_wqes() 347 sq = &c->async_icosq; in resync_handle_work() 375 sq = &c->async_icosq; in resync_handle_seq_match()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | params.h | 40 struct mlx5e_sq_param async_icosq; member
|