Home
last modified time | relevance | path

Searched refs:mtpps (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dmlx5_core.h186 int mlx5_query_mtpps(struct mlx5_core_dev *dev, u32 *mtpps, u32 mtpps_size);
187 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size);
Dport.c975 int mlx5_query_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps() argument
979 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps()
983 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_set_mtpps() argument
987 return mlx5_core_access_reg(mdev, mtpps, mtpps_size, out, in mlx5_set_mtpps()