Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c895 int mlx5_query_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps() argument
899 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps()
903 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_set_mtpps() argument
907 return mlx5_core_access_reg(mdev, mtpps, mtpps_size, out, in mlx5_set_mtpps()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c1046 u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps_pin_mode() argument
1052 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps_pin_mode()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c180 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtpps), mtpps_pl); in mlxsw_sp1_ptp_phc_settime()