Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h54 static inline bool mlx5e_qid_get_ch_if_in_group(struct mlx5e_params *params, in mlx5e_qid_get_ch_if_in_group()
69 static inline void mlx5e_qid_get_ch_and_group(struct mlx5e_params *params, in mlx5e_qid_get_ch_and_group()
81 struct mlx5e_params *params, u64 qid) in mlx5e_qid_validate()
88 void mlx5e_reset_tx_moderation(struct mlx5e_params *params, u8 cq_period_mode);
89 void mlx5e_reset_rx_moderation(struct mlx5e_params *params, u8 cq_period_mode);
90 void mlx5e_set_tx_cq_mode_params(struct mlx5e_params *params, u8 cq_period_mode);
91 void mlx5e_set_rx_cq_mode_params(struct mlx5e_params *params, u8 cq_period_mode);
94 bool mlx5e_striding_rq_possible(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
95 void mlx5e_build_rq_params(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
96 void mlx5e_set_rq_type(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
[all …]
Dparams.c11 static bool mlx5e_rx_is_xdp(struct mlx5e_params *params, in mlx5e_rx_is_xdp()
17 u16 mlx5e_get_linear_rq_headroom(struct mlx5e_params *params, in mlx5e_get_linear_rq_headroom()
34 u32 mlx5e_rx_get_min_frag_sz(struct mlx5e_params *params, in mlx5e_rx_get_min_frag_sz()
43 static u32 mlx5e_rx_get_linear_frag_sz(struct mlx5e_params *params, in mlx5e_rx_get_linear_frag_sz()
73 u8 mlx5e_mpwqe_log_pkts_per_wqe(struct mlx5e_params *params, in mlx5e_mpwqe_log_pkts_per_wqe()
81 bool mlx5e_rx_is_linear_skb(struct mlx5e_params *params, in mlx5e_rx_is_linear_skb()
114 struct mlx5e_params *params, in mlx5e_rx_mpwqe_is_linear_skb()
129 u8 mlx5e_mpwqe_get_log_rq_size(struct mlx5e_params *params, in mlx5e_mpwqe_get_log_rq_size()
143 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_stride_size()
153 struct mlx5e_params *params, in mlx5e_mpwqe_get_log_num_strides()
[all …]
Dptp.c17 struct mlx5e_params params;
188 struct mlx5e_params *params, in mlx5e_ptp_alloc_txqsq()
328 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_txqsqs()
365 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_tx_cqs()
444 struct mlx5e_params *params, in mlx5e_ptp_build_sq_param()
464 struct mlx5e_params *params = &ptp_params->params; in mlx5e_ptp_build_rq_param()
474 struct mlx5e_params *orig) in mlx5e_ptp_build_params()
476 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_build_params()
496 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq()
521 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;
Dtrap.c33 static void mlx5e_init_trap_rq(struct mlx5e_trap *t, struct mlx5e_params *params, in mlx5e_init_trap_rq()
114 struct mlx5e_params *params = &t->params; in mlx5e_build_trap_params()
Dptp.h79 int mlx5e_ptp_open(struct mlx5e_priv *priv, struct mlx5e_params *params,
Dqos.c165 struct mlx5e_params *params = &priv->channels.params; in mlx5e_get_qos_sq()
188 struct mlx5e_params *params; in mlx5e_open_qos_sq()
292 struct mlx5e_params *params; in mlx5e_close_qos_sq()
420 struct mlx5e_params *params = &c->priv->channels.params; in mlx5e_qos_deactivate_queues()
Dxdp.h49 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk);
Dxdp.c38 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk) in mlx5e_xdp_max_mtu()
Dreporter_rx.c323 struct mlx5e_params *params; in mlx5e_rx_reporter_diagnose_generic_rq()
/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c15 bool mlx5e_validate_xsk_param(struct mlx5e_params *params, in mlx5e_validate_xsk_param()
40 struct mlx5e_params *params, in mlx5e_build_xsk_cparam()
50 struct mlx5e_params *params, 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()
94 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.c80 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_enable_locked()
209 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_setup_pool()
Dpool.h9 static inline struct xsk_buff_pool *mlx5e_xsk_get_pool(struct mlx5e_params *params, in mlx5e_xsk_get_pool()
Dtx.c13 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_wakeup()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls_rxtx.h46 u16 mlx5e_tls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
84 static inline u16 mlx5e_tls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_tls_get_stop_room()
Dktls_txrx.h17 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
Dktls_tx.c17 mlx5e_ktls_dumps_num_wqes(struct mlx5e_params *params, unsigned int nfrags, in mlx5e_ktls_dumps_num_wqes()
26 u16 mlx5e_ktls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_ktls_get_stop_room()
Dtls_rxtx.c379 u16 mlx5e_tls_get_stop_room(struct mlx5_core_dev *mdev, struct mlx5e_params *params) in mlx5e_tls_get_stop_room()
/drivers/net/ethernet/mellanox/mlx5/core/
Den.h258 struct mlx5e_params { struct
286 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() argument
591 int mlx5e_rq_set_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params, bool xsk);
592 void mlx5e_rq_set_trap_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params);
740 struct mlx5e_params params;
950 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param,
959 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params,
995 struct mlx5e_params *new_params,
1014 struct mlx5e_params *params, struct mlx5e_sq_param *param,
Den_main.c380 static int mlx5e_init_rxq_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_init_rxq_rq()
407 static int mlx5e_alloc_rq(struct mlx5e_params *params, in mlx5e_alloc_rq()
839 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param, in mlx5e_open_rq()
962 struct mlx5e_params *params, in mlx5e_alloc_xdpsq()
1124 struct mlx5e_params *params, in mlx5e_alloc_txqsq()
1307 struct mlx5e_params *params, struct mlx5e_sq_param *param, in mlx5e_open_txqsq()
1409 static int mlx5e_open_icosq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_icosq()
1466 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xdpsq()
1685 struct mlx5e_params *params, in mlx5e_open_tx_cqs()
1717 struct mlx5e_params *params, in mlx5e_open_sqs()
[all …]
Den_ethtool.c329 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam()
419 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels()
421 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels()
588 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce()
1849 struct mlx5e_params new_params; in set_pflag_cqe_based_moder()
1890 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked()
1950 struct mlx5e_params new_params; in set_pflag_rx_striding_rq()
1996 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common()
2022 struct mlx5e_params new_params; in set_pflag_tx_port_ts()
Den_dcbnl.c1130 struct mlx5e_params *params, in mlx5e_params_calc_trust_tx_min_inline_mode()
1154 struct mlx5e_params new_params; in mlx5e_set_trust_state()
Den_rx.c1773 int mlx5e_rq_set_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params, bool xsk) in mlx5e_rq_set_handlers()
1861 void mlx5e_rq_set_trap_handlers(struct mlx5e_rq *rq, struct mlx5e_params *params) in mlx5e_rq_set_trap_handlers()
/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c58 struct mlx5e_params *params) in mlx5i_build_nic_params()
455 struct mlx5e_params new_params; in mlx5i_change_mtu()

12