Searched refs:async_icosq (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
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()
|
D | setup.c | 184 mlx5e_trigger_irq(&c->async_icosq); in mlx5e_activate_xsk()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 171 if (mlx5e_poll_ico_cq(&c->async_icosq.cq)) in mlx5e_napi_poll() 175 clear_bit(MLX5E_SQ_STATE_PENDING_XSK_TX, &c->async_icosq.state); in mlx5e_napi_poll() 227 mlx5e_cq_arm(&c->async_icosq.cq); in mlx5e_napi_poll()
|
D | en_main.c | 1851 err = mlx5e_open_cq(c->priv, icocq_moder, &cparam->async_icosq.cqp, &ccp, in mlx5e_open_queues() 1852 &c->async_icosq.cq); in mlx5e_open_queues() 1882 err = mlx5e_open_icosq(c, params, &cparam->async_icosq, &c->async_icosq, in mlx5e_open_queues() 1929 mlx5e_close_icosq(&c->async_icosq); in mlx5e_open_queues() 1948 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_open_queues() 1964 mlx5e_close_icosq(&c->async_icosq); in mlx5e_close_queues() 1971 mlx5e_close_cq(&c->async_icosq.cq); in mlx5e_close_queues() 2053 mlx5e_activate_icosq(&c->async_icosq); in mlx5e_activate_channel() 2068 mlx5e_deactivate_icosq(&c->async_icosq); in mlx5e_deactivate_channel()
|
D | en.h | 715 struct mlx5e_icosq async_icosq; member
|
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls_txrx.h | 49 return budget && test_bit(MLX5E_SQ_STATE_PENDING_TLS_RX_RESYNC, &c->async_icosq.state); in mlx5e_ktls_rx_pending_resync_list()
|
D | ktls_rx.c | 204 sq = &c->async_icosq; in post_rx_param_wqes() 345 sq = &c->async_icosq; in resync_handle_work() 370 sq = &c->async_icosq; in resync_handle_seq_match() 691 sq = &c->async_icosq; in mlx5e_ktls_rx_handle_resync_list()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | params.h | 42 struct mlx5e_sq_param async_icosq; member
|
D | params.c | 697 mlx5e_build_async_icosq_param(mdev, async_icosq_log_wq_sz, &cparam->async_icosq); in mlx5e_build_channel_param()
|