Lines Matching refs:mdev
204 int mlx5_max_tc(struct mlx5_core_dev *mdev);
205 int mlx5_query_port_tc_rate_limit(struct mlx5_core_dev *mdev,
208 int mlx5_modify_port_tc_rate_limit(struct mlx5_core_dev *mdev,
211 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev,
213 int mlx5_set_port_prio_tc(struct mlx5_core_dev *mdev, int prio_index,
215 int mlx5_set_port_tc_group(struct mlx5_core_dev *mdev, const u8 *tc_group);
216 int mlx5_query_port_tc_group(struct mlx5_core_dev *mdev,
218 int mlx5_set_port_tc_bw_alloc(struct mlx5_core_dev *mdev, const u8 *tc_bw);
219 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *bw_pct);
221 int mlx5_set_trust_state(struct mlx5_core_dev *mdev, u8 trust_state);
222 int mlx5_query_trust_state(struct mlx5_core_dev *mdev, u8 *trust_state);
225 int mlx5_set_dscp2prio(struct mlx5_core_dev *mdev, const u8 *dscp2prio);
226 int mlx5_query_dscp2prio(struct mlx5_core_dev *mdev, u8 *dscp2prio);
228 int mlx5_query_pddr_range_info(struct mlx5_core_dev *mdev, u8 local_port, u8 *is_er_type);
229 int mlx5_query_pddr_cable_type(struct mlx5_core_dev *mdev, u8 local_port, u8 *cable_type);
231 u32 mlx5e_port_ptys2speed(struct mlx5_core_dev *mdev, u32 eth_proto_oper);
232 int mlx5e_port_linkspeed(struct mlx5_core_dev *mdev, u32 *speed);
236 int mlx5e_port_query_pbmc(struct mlx5_core_dev *mdev, void *out);
237 int mlx5e_port_set_pbmc(struct mlx5_core_dev *mdev, void *in);
238 int mlx5e_port_query_priority2buffer(struct mlx5_core_dev *mdev, u8 *buffer);
239 int mlx5e_port_set_priority2buffer(struct mlx5_core_dev *mdev, u8 *buffer);