Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A 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);
H A Dsetup.c60 static int mlx5e_init_xsk_rq(struct mlx5e_channel *c, in mlx5e_init_xsk_rq()
93 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq()
115 struct mlx5e_channel *c) in mlx5e_open_xsk()
177 void mlx5e_close_xsk(struct mlx5e_channel *c) in mlx5e_close_xsk()
191 void mlx5e_activate_xsk(struct mlx5e_channel *c) in mlx5e_activate_xsk()
203 void mlx5e_deactivate_xsk(struct mlx5e_channel *c) in mlx5e_deactivate_xsk()
H A Dpool.c83 struct mlx5e_channel *c; in mlx5e_xsk_enable_locked()
167 struct mlx5e_channel *c; in mlx5e_xsk_disable_locked()
H A Dtx.c14 struct mlx5e_channel *c; in mlx5e_xsk_wakeup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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()
68 mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
74 mlx5e_ktls_rx_pending_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_pending_resync_list()
H A Dktls_rx.c196 static int post_rx_param_wqes(struct mlx5e_channel *c, in post_rx_param_wqes()
334 struct mlx5e_channel *c; in resync_handle_work()
364 struct mlx5e_channel *c) in resync_handle_seq_match()
544 struct mlx5e_channel *c; in mlx5e_ktls_rx_resync()
719 bool mlx5e_ktls_rx_handle_resync_list(struct mlx5e_channel *c, int budget) in mlx5e_ktls_rx_handle_resync_list()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dchannels.c14 static struct mlx5e_channel *mlx5e_channels_get(struct mlx5e_channels *chs, unsigned int ix) in mlx5e_channels_get()
22 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_is_xsk()
30 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_regular_rqn()
40 struct mlx5e_channel *c = mlx5e_channels_get(chs, ix); in mlx5e_channels_get_xsk_rqn()
H A 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);
H A Dhealth.h34 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c);
35 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c);
H A Dqos.c58 struct mlx5e_channel *c; in mlx5e_get_qos_sq()
78 struct mlx5e_channel *c; in mlx5e_open_qos_sq()
215 struct mlx5e_channel *c; in mlx5e_close_qos_sq()
236 void mlx5e_qos_close_queues(struct mlx5e_channel *c) in mlx5e_qos_close_queues()
329 void mlx5e_qos_deactivate_queues(struct mlx5e_channel *c) in mlx5e_qos_deactivate_queues()
H A Dreporter_rx.c360 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_rx_reporter_diagnose()
542 void mlx5e_reporter_icosq_suspend_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_suspend_recovery()
547 void mlx5e_reporter_icosq_resume_recovery(struct mlx5e_channel *c) in mlx5e_reporter_icosq_resume_recovery()
H A Dparams.h125 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c);
H A Dreporter_tx.c340 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_diagnose()
433 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_tx_reporter_dump_all_sqs()
H A Dparams.c613 void mlx5e_build_create_cq_param(struct mlx5e_create_cq_param *ccp, struct mlx5e_channel *c) in mlx5e_build_create_cq_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h450 struct mlx5e_channel *channel;
516 struct mlx5e_channel *channel;
544 struct mlx5e_channel *channel;
727 struct mlx5e_channel *channel;
740 struct mlx5e_channel { struct
792 struct mlx5e_channel **c; argument
1039 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1066 void mlx5e_trigger_napi_icosq(struct mlx5e_channel *c);
1102 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix,
H A Den_dim.c103 struct mlx5e_channel *c = rq->channel; in mlx5e_dim_rx_change()
130 struct mlx5e_channel *c = sq->channel; in mlx5e_dim_tx_change()
H A Den_main.c729 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
1440 static int mlx5e_alloc_xdpsq(struct mlx5e_channel *c, in mlx5e_alloc_xdpsq()
1529 static int mlx5e_alloc_icosq(struct mlx5e_channel *c, in mlx5e_alloc_icosq()
1604 static int mlx5e_alloc_txqsq(struct mlx5e_channel *c, in mlx5e_alloc_txqsq()
1787 int mlx5e_open_txqsq(struct mlx5e_channel *c, u32 tisn, int txq_ix, in mlx5e_open_txqsq()
1950 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1998 struct mlx5e_channel *c = sq->channel; in mlx5e_close_icosq()
2007 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
2072 struct mlx5e_channel *c = sq->channel; in mlx5e_close_xdpsq()
2082 static struct mlx5e_xdpsq *mlx5e_open_xdpredirect_sq(struct mlx5e_channel *c, in mlx5e_open_xdpredirect_sq()
[all …]
H A Den_ethtool.c589 struct mlx5e_channel *c; in mlx5e_ethtool_get_per_queue_coalesce()
656 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_tx_coalesce()
677 struct mlx5e_channel *c = priv->channels.c[i]; in mlx5e_set_priv_channels_rx_coalesce()
818 struct mlx5e_channel *c; in mlx5e_ethtool_set_per_queue_coalesce()
2219 struct mlx5e_channel *c; in set_pflag_rx_no_csum_complete()
H A Den_stats.c500 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool()
523 static void mlx5e_stats_update_stats_rq_page_pool(struct mlx5e_channel *c) in mlx5e_stats_update_stats_rq_page_pool()
1216 struct mlx5e_channel *c = priv->channels.c[j]; in mlx5e_stats_ts_get()
H A Den_rx.c984 struct mlx5e_channel *c = container_of(sq, struct mlx5e_channel, icosq); in mlx5e_handle_shampo_hd_umr()
H A Den_rep.c576 struct mlx5e_channel *c; in mlx5e_add_sqs_fwd_rules()