| /linux/drivers/net/ethernet/ |
| H A D | oa_tc6.c | 358 int oa_tc6_read_register_mms(struct oa_tc6 *tc6, u8 mms, u16 address, in oa_tc6_read_register_mms() argument 363 mms_reg = FIELD_PREP(OA_TC6_REG_MMS_MASK, mms) | address; in oa_tc6_read_register_mms() 423 int oa_tc6_write_register_mms(struct oa_tc6 *tc6, u8 mms, u16 address, in oa_tc6_write_register_mms() argument 428 mms_reg = FIELD_PREP(OA_TC6_REG_MMS_MASK, mms) | address; in oa_tc6_write_register_mms() 502 int mms; in oa_tc6_mdiobus_read_c45() local 505 mms = oa_tc6_get_phy_c45_mms(devnum); in oa_tc6_mdiobus_read_c45() 506 if (mms < 0) in oa_tc6_mdiobus_read_c45() 507 return mms; in oa_tc6_mdiobus_read_c45() 509 ret = oa_tc6_read_register_mms(tc6, mms, regnum, ®val); in oa_tc6_mdiobus_read_c45() 521 int mms; in oa_tc6_mdiobus_write_c45() local [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager.h | 81 struct mm_struct *mms); 180 struct queue_properties *p, struct mm_struct *mms); 195 struct queue_properties *p, struct mm_struct *mms);
|
| H A D | kfd_mqd_manager_v12_1.c | 227 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 235 wptr_shift, 0, mms, 0); in load_mqd() 561 struct queue_properties *p, struct mm_struct *mms) in load_mqd_v12_1() argument 574 (uint32_t __user *)p->write_ptr, wptr_shift, 0, mms, in load_mqd_v12_1()
|
| H A D | kfd_mqd_manager_v9.c | 247 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 254 wptr_shift, 0, mms, 0); in load_mqd() 648 struct queue_properties *p, struct mm_struct *mms) in hiq_load_mqd_kiq_v9_4_3() argument 931 struct queue_properties *p, struct mm_struct *mms) in load_mqd_v9_4_3() argument 944 (uint32_t __user *)p->write_ptr, wptr_shift, 0, mms, in load_mqd_v9_4_3()
|
| H A D | kfd_mqd_manager_v12.c | 171 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 179 wptr_shift, 0, mms, 0); in load_mqd()
|
| H A D | kfd_mqd_manager_vi.c | 164 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 172 wptr_shift, wptr_mask, mms, 0); in load_mqd()
|
| H A D | kfd_mqd_manager_v10.c | 157 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 165 wptr_shift, 0, mms, 0); in load_mqd()
|
| H A D | kfd_mqd_manager_v11.c | 196 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 204 wptr_shift, 0, mms, 0); in load_mqd()
|
| /linux/include/linux/ |
| H A D | oa_tc6.h | 81 int oa_tc6_write_register_mms(struct oa_tc6 *tc6, u8 mms, u16 address, 86 int oa_tc6_read_register_mms(struct oa_tc6 *tc6, u8 mms, u16 address,
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_buffers.c | 114 const struct mlxsw_sp_sb_mm *mms; member 1144 mc = &mlxsw_sp->sb_vals->mms[i]; in mlxsw_sp_sb_mms_init() 1181 .mms = mlxsw_sp_sb_mms, 1197 .mms = mlxsw_sp_sb_mms,
|