Home
last modified time | relevance | path

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

/Linux-v5.4/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);
20 int mlx5e_xsk_redirect_rqt_to_channel(struct mlx5e_priv *priv, struct mlx5e_channel *c);
Dsetup.c66 struct mlx5e_channel *c) in mlx5e_open_xsk()
143 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
156 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
167 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
188 int mlx5e_xsk_redirect_rqt_to_channel(struct mlx5e_priv *priv, struct mlx5e_channel *c) in mlx5e_xsk_redirect_rqt_to_channel()
206 struct mlx5e_channel *c = chs->c[i]; in mlx5e_xsk_redirect_rqts_to_channels()
Dumem.c107 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked()
184 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
Dtx.c14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_txrx.c39 static inline bool mlx5e_channel_no_affinity_change(struct mlx5e_channel *c) in mlx5e_channel_no_affinity_change()
110 struct mlx5e_channel *c = container_of(napi, struct mlx5e_channel, in mlx5e_napi_poll()
206 struct mlx5e_channel *c = cq->channel; in mlx5e_cq_error_event()
Den.h326 struct mlx5e_channel *channel;
419 struct mlx5e_channel *channel;
540 struct mlx5e_channel *channel;
564 struct mlx5e_channel *channel;
656 struct mlx5e_channel *channel;
705 struct mlx5e_channel { struct
744 struct mlx5e_channel **c; argument
1009 int mlx5e_open_rq(struct mlx5e_channel *c, struct mlx5e_params *params,
1017 int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params,
1020 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
[all …]
Den_main.c252 struct mlx5e_channel *c) in mlx5e_rq_alloc_mpwqe_info()
373 static int mlx5e_alloc_rq(struct mlx5e_channel *c, in mlx5e_alloc_rq()
740 struct mlx5e_channel *c = rq->channel; in mlx5e_modify_rq_scatter_fcs()
771 struct mlx5e_channel *c = rq->channel; in mlx5e_modify_rq_vsd()
806 struct mlx5e_channel *c = rq->channel; in mlx5e_wait_for_min_rx_wqes()
862 int mlx5e_open_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_rq()
968 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1044 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1110 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1288 static int mlx5e_open_txqsq(struct mlx5e_channel *c, in mlx5e_open_txqsq()
[all …]
Den_ethtool.c527 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_coalesce()
1859 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
Den_rep.c470 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dhealth.h42 int mlx5e_health_sq_to_ready(struct mlx5e_channel *channel, u32 sqn);
43 int mlx5e_health_channel_eq_recover(struct mlx5_eq_comp *eq, struct mlx5e_channel *channel);
Dhealth.c130 int mlx5e_health_sq_to_ready(struct mlx5e_channel *channel, u32 sqn) in mlx5e_health_sq_to_ready()
178 int mlx5e_health_channel_eq_recover(struct mlx5_eq_comp *eq, struct mlx5e_channel *channel) in mlx5e_health_channel_eq_recover()
Dreporter_tx.c257 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose()