Searched refs:mtpps (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 196 int mlx5_query_mtpps(struct mlx5_core_dev *dev, u32 *mtpps, u32 mtpps_size); 197 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size);
|
D | port.c | 839 int mlx5_query_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_query_mtpps() argument 843 return mlx5_core_access_reg(mdev, in, sizeof(in), mtpps, in mlx5_query_mtpps() 847 int mlx5_set_mtpps(struct mlx5_core_dev *mdev, u32 *mtpps, u32 mtpps_size) in mlx5_set_mtpps() argument 851 return mlx5_core_access_reg(mdev, mtpps, mtpps_size, out, in mlx5_set_mtpps()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 8845 MLXSW_REG_DEFINE(mtpps, MLXSW_REG_MTPPS_ID, MLXSW_REG_MTPPS_LEN); 8852 MLXSW_ITEM32(reg, mtpps, enable, 0x20, 31, 1); 8863 MLXSW_ITEM32(reg, mtpps, pin_mode, 0x20, 8, 4); 8871 MLXSW_ITEM32(reg, mtpps, pin, 0x20, 0, 8); 8881 MLXSW_ITEM64(reg, mtpps, time_stamp, 0x28, 0, 64); 8886 MLXSW_REG_ZERO(mtpps, payload); in mlxsw_reg_mtpps_vpin_pack() 10563 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()
|