Home
last modified time | relevance | path

Searched refs:mlx5e_channel (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.h16 struct mlx5e_channel *c);
17 void mlx5e_close_xsk(struct mlx5e_channel *c);
18 void mlx5e_activate_xsk(struct mlx5e_channel *c);
19 void mlx5e_deactivate_xsk(struct mlx5e_channel *c);
Dsetup.c44 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq()
77 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq()
92 struct mlx5e_channel *c) in mlx5e_open_xsk()
154 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
168 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
180 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
Dpool.c83 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked()
167 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
Dtx.c14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dchannels.c13 static struct mlx5e_channel *mlx5e_channels_get(struct mlx5e_channels *chs, unsigned int ix) in mlx5e_channels_get()
21 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_is_xsk()
28 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_regular_rqn()
35 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_xsk_rqn()
Dqos.h14 struct mlx5e_channel;
31 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c);
33 void mlx5e_qos_close_queues(struct mlx5e_channel *c);
Dhealth.h33 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c);
34 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c);
Dqos.c58 struct mlx5e_channel *c; in mlx5e_get_qos_sq()
78 struct mlx5e_channel *c; in mlx5e_open_qos_sq()
206 struct mlx5e_channel *c; in mlx5e_close_qos_sq()
227 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues()
320 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
Dreporter_rx.c462 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_rx_reporter_diagnose()
718 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery()
723 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
Dparams.h128 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c);
Dreporter_tx.c376 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose()
506 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
Dparams.c649 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_txrx.h44 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget);
47 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
73 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
79 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
Dktls_rx.c195 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes()
333 struct mlx5e_channel *c; in resync_handle_work()
363 struct mlx5e_channel *c) in resync_handle_seq_match()
545 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync()
718 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c42 static inline bool mlx5e_channel_no_affinity_change(struct mlx5e_channel *c) in mlx5e_channel_no_affinity_change()
126 struct mlx5e_channel *c = container_of(napi, struct mlx5e_channel, in mlx5e_napi_poll()
Den.h564 struct mlx5e_channel *channel;
592 struct mlx5e_channel *channel;
764 struct mlx5e_channel *channel;
777 struct mlx5e_channel { struct
823 struct mlx5e_channel **c; argument
1049 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1070 void mlx5e_trigger_napi_icosq(struct mlx5e_channel *c);
1105 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
Den_main.c578 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
1284 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1373 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1448 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1632 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq()
1733 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1781 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq()
1790 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
1862 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq()
2016 static int mlx5e_open_tx_cqs(struct mlx5e_channel *c, in mlx5e_open_tx_cqs()
[all …]
Den_ethtool.c564 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_tx_coalesce()
582 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_rx_coalesce()
2015 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
Den_rep.c410 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()
Den_rx.c838 struct mlx5e_channel *c = container_of(sq, struct mlx5e_channel, icosq); in mlx5e_handle_shampo_hd_umr()
Den_stats.c489 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool()
512 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool()