Searched refs:mtpps (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 200 int mlx5_query_mtpps(struct mlx5_core_dev *dev, u32 *mtpps, u32 mtpps_size); 201 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size);
|
D | port.c | 884 int mlx5_query_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps() argument 888 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps() 892 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_set_mtpps() argument 896 return mlx5_core_access_reg(mdev, mtpps, mtpps_size, out, in mlx5_set_mtpps()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.c | 458 u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps_pin_mode() argument 464 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps_pin_mode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 9190 MLXSW_REG_DEFINE(mtpps, MLXSW_REG_MTPPS_ID, MLXSW_REG_MTPPS_LEN); 9197 MLXSW_ITEM32(reg, mtpps, enable, 0x20, 31, 1); 9208 MLXSW_ITEM32(reg, mtpps, pin_mode, 0x20, 8, 4); 9216 MLXSW_ITEM32(reg, mtpps, pin, 0x20, 0, 8); 9226 MLXSW_ITEM64(reg, mtpps, time_stamp, 0x28, 0, 64); 9231 MLXSW_REG_ZERO(mtpps, payload); in mlxsw_reg_mtpps_vpin_pack() 11214 MLXSW_REG(mtpps),
|
D | spectrum_ptp.c | 141 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtpps), mtpps_pl); in mlxsw_sp1_ptp_phc_settime()
|