/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | params.h | 80 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 …]
|
H A D | params.c | 218 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 …]
|
H A D | selq.h | 18 struct mlx5e_params; 24 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params);
|
H A D | ptp.c | 20 struct mlx5e_params params; 316 struct mlx5e_params *params, in mlx5e_ptp_alloc_txqsq() 511 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_txqsqs() 548 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_open_tx_cqs() 627 struct mlx5e_params *params, in mlx5e_ptp_build_sq_param() 647 struct mlx5e_params *params = &ptp_params->params; in mlx5e_ptp_build_rq_param() 657 struct mlx5e_params *orig) in mlx5e_ptp_build_params() 659 struct mlx5e_params *params = &cparams->params; in mlx5e_ptp_build_params() 682 static int mlx5e_init_ptp_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_init_ptp_rq() 707 static int mlx5e_ptp_open_rq(struct mlx5e_ptp *c, struct mlx5e_params *params, in mlx5e_ptp_open_rq() [all …]
|
H A D | trap.h | 28 struct mlx5e_params params;
|
H A D | qos.c | 56 struct mlx5e_params *params = &priv->channels.params; in mlx5e_get_qos_sq() 77 struct mlx5e_params *params; in mlx5e_open_qos_sq() 206 struct mlx5e_params *params; in mlx5e_close_qos_sq() 323 struct mlx5e_params *params = &c->priv->channels.params; in mlx5e_qos_deactivate_queues()
|
H A D | trap.c | 39 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()
|
H A D | ptp.h | 129 int mlx5e_ptp_open(struct mlx5e_priv *priv, struct mlx5e_params *params,
|
H A D | xdp.h | 103 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk);
|
H A D | selq.c | 74 void mlx5e_selq_prepare_params(struct mlx5e_selq *selq, struct mlx5e_params *params) in mlx5e_selq_prepare_params()
|
H A D | reporter_rx.c | 366 struct mlx5e_params *params; in mlx5e_rx_reporter_diagnose_generic_rq()
|
H A D | xdp.c | 40 int mlx5e_xdp_max_mtu(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk) in mlx5e_xdp_max_mtu()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | setup.c | 11 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() 52 struct mlx5e_params *params, in mlx5e_build_xsk_cparam() 62 struct mlx5e_params *params, in mlx5e_init_xsk_rq() 94 static int mlx5e_open_xsk_rq(struct mlx5e_channel *c, struct mlx5e_params *params, in mlx5e_open_xsk_rq() 113 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params, in mlx5e_open_xsk()
|
H A D | setup.h | 11 bool mlx5e_validate_xsk_param(struct mlx5e_params *params, 14 int mlx5e_open_xsk(struct mlx5e_priv *priv, struct mlx5e_params *params,
|
H A D | pool.h | 9 static inline struct xsk_buff_pool *mlx5e_xsk_get_pool(struct mlx5e_params *params, in mlx5e_xsk_get_pool()
|
H A D | pool.c | 81 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()
|
H A D | tx.c | 13 struct mlx5e_params *params = &priv->channels.params; in mlx5e_xsk_wakeup()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_txrx.h | 17 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()
|
H A D | ktls_tx.c | 18 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 292 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; 1015 int mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param, 1025 int mlx5e_open_xdpsq(struct mlx5e_channel *c, struct mlx5e_params *params, 1064 struct mlx5e_params *new_params, 1082 struct mlx5e_params *params, struct mlx5e_sq_param *param,
|
H A D | en_main.c | 643 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 …]
|
H A D | en_ethtool.c | 360 struct mlx5e_params new_params; in mlx5e_ethtool_set_ringparam() 445 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() 447 struct mlx5e_params new_params; in mlx5e_ethtool_set_channels() 621 struct mlx5e_params new_params; in mlx5e_ethtool_set_coalesce() 1896 struct mlx5e_params new_params; in set_pflag_cqe_based_moder() 1932 struct mlx5e_params new_params; in mlx5e_modify_rx_cqe_compression_locked() 1997 struct mlx5e_params new_params; in set_pflag_rx_striding_rq() 2055 struct mlx5e_params new_params; in set_pflag_tx_mpwqe_common() 2081 struct mlx5e_params new_params; in set_pflag_tx_port_ts()
|
H A D | en_dcbnl.c | 1122 struct mlx5e_params *params, in mlx5e_params_calc_trust_tx_min_inline_mode() 1146 struct mlx5e_params new_params; in mlx5e_set_trust_state()
|
H A D | en_rep.c | 781 struct mlx5e_params *params; in mlx5e_build_rep_params()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
H A D | ipoib.c | 59 struct mlx5e_params *params) in mlx5i_build_nic_params() 517 struct mlx5e_params new_params; in mlx5i_change_mtu()
|