Searched refs:sbpm (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 1211 u32 **sbpm, *sbpp; in subpage_protection() local 1220 sbpm = spt->low_prot; in subpage_protection() 1222 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection() 1223 if (!sbpm) in subpage_protection() 1226 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 10845 MLXSW_REG_DEFINE(sbpm, MLXSW_REG_SBPM_ID, MLXSW_REG_SBPM_LEN); 10853 MLXSW_ITEM32(reg, sbpm, local_port, 0x00, 16, 8); 10859 MLXSW_ITEM32(reg, sbpm, pool, 0x00, 8, 4); 10865 MLXSW_ITEM32(reg, sbpm, dir, 0x00, 0, 2); 10871 MLXSW_ITEM32(reg, sbpm, buff_occupancy, 0x10, 0, 24); 10879 MLXSW_ITEM32(reg, sbpm, clr, 0x14, 31, 1); 10886 MLXSW_ITEM32(reg, sbpm, max_buff_occupancy, 0x14, 0, 24); 10892 MLXSW_ITEM32(reg, sbpm, min_buff, 0x18, 0, 24); 10905 MLXSW_ITEM32(reg, sbpm, max_buff, 0x1C, 0, 24); 10911 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()
|