Home
last modified time | relevance | path

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

/Linux-v5.15/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.c48 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq()
80 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq()
95 struct mlx5e_channel *c) in mlx5e_open_xsk()
157 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
171 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
181 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()
/Linux-v5.15/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.c213 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes()
352 struct mlx5e_channel *c; in resync_handle_work()
382 struct mlx5e_channel *c) in resync_handle_seq_match()
536 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync()
698 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
/Linux-v5.15/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()
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.h132 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()
495 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
Dparams.c367 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
/Linux-v5.15/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.h507 struct mlx5e_channel *channel;
535 struct mlx5e_channel *channel;
681 struct mlx5e_channel { struct
725 struct mlx5e_channel **c; argument
947 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params,
950 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1004 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()
965 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1041 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1115 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1299 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq()
1402 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1449 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq()
1458 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
1522 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq()
1676 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.c396 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()