Searched refs:mtpps (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 257 int mlx5_query_mtpps(struct mlx5_core_dev *dev, u32 *mtpps, u32 mtpps_size); 258 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size);
|
D | port.c | 911 int mlx5_query_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps() argument 915 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps() 919 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_set_mtpps() argument 923 return mlx5_core_access_reg(mdev, mtpps, mtpps_size, out, in mlx5_set_mtpps()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.c | 776 u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps_pin_mode() argument 782 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps_pin_mode()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 10228 MLXSW_REG_DEFINE(mtpps, MLXSW_REG_MTPPS_ID, MLXSW_REG_MTPPS_LEN); 10235 MLXSW_ITEM32(reg, mtpps, enable, 0x20, 31, 1); 10246 MLXSW_ITEM32(reg, mtpps, pin_mode, 0x20, 8, 4); 10254 MLXSW_ITEM32(reg, mtpps, pin, 0x20, 0, 8); 10264 MLXSW_ITEM64(reg, mtpps, time_stamp, 0x28, 0, 64); 10269 MLXSW_REG_ZERO(mtpps, payload); in mlxsw_reg_mtpps_vpin_pack() 13028 MLXSW_REG(mtpps),
|
D | spectrum_ptp.c | 179 err = mlxsw_reg_write(mlxsw_core, MLXSW_REG(mtpps), mtpps_pl); in mlxsw_sp1_ptp_phc_settime()
|