Home
last modified time | relevance | path

Searched refs:mlx5e_params (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h80 void mlx5e_reset_tx_moderation(struct mlx5e_params *params, u8 cq_period_mode);
81 void mlx5e_reset_rx_moderation(struct mlx5e_params *params, u8 cq_period_mode);
82 void mlx5e_set_tx_cq_mode_params(struct mlx5e_params *params, u8 cq_period_mode);
83 void mlx5e_set_rx_cq_mode_params(struct mlx5e_params *params, u8 cq_period_mode);
86 int mlx5e_mpwrq_validate_regular(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
87 int mlx5e_mpwrq_validate_xsk(struct mlx5_core_dev *mdev, struct mlx5e_params *params,
89 void mlx5e_build_rq_params(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
90 void mlx5e_set_rq_type(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
91 void mlx5e_init_rq_type_params(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
93 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params,
[all …]
Dparams.c218 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params, in mlx5e_get_linear_rq_headroom()
235 static u32 mlx5e_rx_get_linear_sz_xsk(struct mlx5e_params *params, in mlx5e_rx_get_linear_sz_xsk()
243 static u32 mlx5e_rx_get_linear_sz_skb(struct mlx5e_params *params, bool xsk) in mlx5e_rx_get_linear_sz_skb()
253 struct mlx5e_params *params, in mlx5e_rx_get_linear_stride_sz()
274 struct mlx5e_params *params, in mlx5e_mpwqe_log_pkts_per_wqe()
286 struct mlx5e_params *params, in mlx5e_rx_is_linear_skb()
328 struct mlx5e_params *params, in mlx5e_verify_params_rx_mpwqe_strides()
342 struct mlx5e_params *params, in mlx5e_rx_mpwqe_is_linear_skb()
368 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_rq_size()
396 struct mlx5e_params *params) in mlx5e_shampo_get_log_hd_entry_size()
[all …]
Dselq.h18 struct mlx5e_params;
24 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params);
Dptp.c20 struct mlx5e_params params;
304 struct mlx5e_params *params, in mlx5e_ptp_alloc_txqsq()
499 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_txqsqs()
536 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_tx_cqs()
615 struct mlx5e_params *params, in mlx5e_ptp_build_sq_param()
635 struct mlx5e_params *params = &ptp_params->params; in mlx5e_ptp_build_rq_param()
645 struct mlx5e_params *orig) in mlx5e_ptp_build_params()
647 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_build_params()
670 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq()
695 static int mlx5e_ptp_open_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_ptp_open_rq()
[all …]
Dtrap.h28 struct mlx5e_params params;
Dqos.c56 struct mlx5e_params *params = &priv->channels.params; in mlx5e_get_qos_sq()
77 struct mlx5e_params *params; in mlx5e_open_qos_sq()
205 struct mlx5e_params *params; in mlx5e_close_qos_sq()
322 struct mlx5e_params *params = &c->priv->channels.params; in mlx5e_qos_deactivate_queues()
Dtrap.c39 static void mlx5e_init_trap_rq(struct mlx5e_trap *t, struct mlx5e_params *params, in mlx5e_init_trap_rq()
120 struct mlx5e_params *params = &t->params; in mlx5e_build_trap_params()
Dptp.h123 int mlx5e_ptp_open(struct mlx5e_priv *priv, struct mlx5e_params *params,
Dxdp.h103 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk);
Dselq.c72 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params) in mlx5e_selq_prepare_params()
Dreporter_rx.c366 struct mlx5e_params *params; in mlx5e_rx_reporter_diagnose_generic_rq()
Dxdp.c40 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk) in mlx5e_xdp_max_mtu()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c11 struct mlx5e_params *params, in mlx5e_legacy_rq_validate_xsk()
27 bool mlx5e_validate_xsk_param(struct mlx5e_params *params, in mlx5e_validate_xsk_param()
50 struct mlx5e_params *params, in mlx5e_build_xsk_cparam()
60 struct mlx5e_params *params, in mlx5e_init_xsk_rq()
92 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq()
111 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params, in mlx5e_open_xsk()
Dsetup.h11 bool mlx5e_validate_xsk_param(struct mlx5e_params *params,
14 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params,
Dpool.h9 static inline struct xsk_buff_pool *mlx5e_xsk_get_pool(struct mlx5e_params *params, in mlx5e_xsk_get_pool()
Dpool.c81 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_enable_locked()
223 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_setup_pool()
Dtx.c13 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_wakeup()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_txrx.h17 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
80 struct mlx5e_params *params) in mlx5e_ktls_get_stop_room()
Dktls_tx.c18 mlx5e_ktls_dumps_num_wqes(struct mlx5e_params *params, unsigned int nfrags, in mlx5e_ktls_dumps_num_wqes()
27 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_ktls_get_stop_room()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den.h292 struct mlx5e_params { struct
324 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() argument
601 int mlx5e_rq_set_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params, bool xsk);
602 void mlx5e_rq_set_trap_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params);
796 struct mlx5e_params params;
1014 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param,
1024 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
1063 struct mlx5e_params *new_params,
1081 struct mlx5e_params *params, struct mlx5e_sq_param *param,
Den_main.c643 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
673 struct mlx5e_params *params, in mlx5_rq_shampo_alloc()
731 static int mlx5e_alloc_rq(struct mlx5e_params *params, in mlx5e_alloc_rq()
1212 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param, in mlx5e_open_rq()
1341 struct mlx5e_params *params, in mlx5e_alloc_xdpsq()
1506 struct mlx5e_params *params, in mlx5e_alloc_txqsq()
1690 struct mlx5e_params *params, struct mlx5e_sq_param *param, in mlx5e_open_txqsq()
1790 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1847 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
2067 struct mlx5e_params *params, in mlx5e_open_tx_cqs()
[all …]
Den_ethtool.c345 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam()
430 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels()
432 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels()
606 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce()
1876 struct mlx5e_params new_params; in set_pflag_cqe_based_moder()
1912 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked()
1977 struct mlx5e_params new_params; in set_pflag_rx_striding_rq()
2035 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common()
2061 struct mlx5e_params new_params; in set_pflag_tx_port_ts()
Den_dcbnl.c1122 struct mlx5e_params *params, in mlx5e_params_calc_trust_tx_min_inline_mode()
1146 struct mlx5e_params new_params; in mlx5e_set_trust_state()
Den_rep.c777 struct mlx5e_params *params; in mlx5e_build_rep_params()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c59 struct mlx5e_params *params) in mlx5i_build_nic_params()
517 struct mlx5e_params new_params; in mlx5i_change_mtu()

12