Home
last modified time | relevance | path

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

/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.c49 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq()
81 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq()
96 struct mlx5e_channel *c) in mlx5e_open_xsk()
158 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
172 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
188 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
Dpool.c82 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked()
159 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
Dtx.c14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
/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()
61 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
67 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()
521 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync()
682 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dqos.h13 struct mlx5e_channel;
25 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c);
26 void mlx5e_qos_close_queues(struct mlx5e_channel *c);
Dchannels.c15 struct mlx5e_channel *c; in mlx5e_channels_get_regular_rqn()
25 struct mlx5e_channel *c; in mlx5e_channels_get_xsk_rqn()
Dhealth.h33 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c);
34 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c);
Dqos.c167 struct mlx5e_channel *c; in mlx5e_get_qos_sq()
189 struct mlx5e_channel *c; in mlx5e_open_qos_sq()
293 struct mlx5e_channel *c; in mlx5e_close_qos_sq()
314 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues()
418 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
Dparams.h126 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c);
Dreporter_tx.c373 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose()
503 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
Dreporter_rx.c705 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery()
710 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
Dparams.c357 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c41 static inline bool mlx5e_channel_no_affinity_change(struct mlx5e_channel *c) in mlx5e_channel_no_affinity_change()
115 struct mlx5e_channel *c = container_of(napi, struct mlx5e_channel, in mlx5e_napi_poll()
Den.h517 struct mlx5e_channel *channel;
545 struct mlx5e_channel *channel;
691 struct mlx5e_channel { struct
737 struct mlx5e_channel **c; argument
959 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1013 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
Den_main.c380 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
961 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1047 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1122 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1306 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq()
1409 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1457 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq()
1466 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
1530 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq()
1684 static int mlx5e_open_tx_cqs(struct mlx5e_channel *c, in mlx5e_open_tx_cqs()
[all …]
Den_ethtool.c557 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_tx_coalesce()
575 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_rx_coalesce()
1974 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
Den_rep.c401 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()