Searched refs:sbpm (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1223 u32 **sbpm, *sbpp; in subpage_protection() local 1232 sbpm = spt->low_prot; in subpage_protection() 1234 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection() 1235 if (!sbpm) in subpage_protection() 1238 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 11870 MLXSW_REG_DEFINE(sbpm, MLXSW_REG_SBPM_ID, MLXSW_REG_SBPM_LEN); 11878 MLXSW_ITEM32(reg, sbpm, local_port, 0x00, 16, 8); 11884 MLXSW_ITEM32(reg, sbpm, pool, 0x00, 8, 4); 11890 MLXSW_ITEM32(reg, sbpm, dir, 0x00, 0, 2); 11896 MLXSW_ITEM32(reg, sbpm, buff_occupancy, 0x10, 0, 24); 11904 MLXSW_ITEM32(reg, sbpm, clr, 0x14, 31, 1); 11911 MLXSW_ITEM32(reg, sbpm, max_buff_occupancy, 0x14, 0, 24); 11917 MLXSW_ITEM32(reg, sbpm, min_buff, 0x18, 0, 24); 11930 MLXSW_ITEM32(reg, sbpm, max_buff, 0x1C, 0, 24); 11936 MLXSW_REG_ZERO(sbpm, payload); in mlxsw_reg_sbpm_pack() [all …]
|
D | spectrum_buffers.c | 246 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl); in mlxsw_sp_sb_pm_write() 269 return mlxsw_reg_trans_query(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl, in mlxsw_sp_sb_pm_occ_clear() 297 return mlxsw_reg_trans_query(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl, in mlxsw_sp_sb_pm_occ_query()
|