Searched refs:sbpm (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | hash_utils_64.c | 1145 u32 **sbpm, *sbpp; in subpage_protection() local 1151 sbpm = spt->low_prot; in subpage_protection() 1153 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection() 1154 if (!sbpm) in subpage_protection() 1157 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 135 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl); in mlxsw_sp_sb_pm_write() 152 return mlxsw_reg_trans_query(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl, in mlxsw_sp_sb_pm_occ_clear() 174 return mlxsw_reg_trans_query(mlxsw_sp->core, MLXSW_REG(sbpm), sbpm_pl, in mlxsw_sp_sb_pm_occ_query()
|
D | reg.h | 8453 MLXSW_REG_DEFINE(sbpm, MLXSW_REG_SBPM_ID, MLXSW_REG_SBPM_LEN); 8461 MLXSW_ITEM32(reg, sbpm, local_port, 0x00, 16, 8); 8467 MLXSW_ITEM32(reg, sbpm, pool, 0x00, 8, 4); 8473 MLXSW_ITEM32(reg, sbpm, dir, 0x00, 0, 2); 8479 MLXSW_ITEM32(reg, sbpm, buff_occupancy, 0x10, 0, 24); 8487 MLXSW_ITEM32(reg, sbpm, clr, 0x14, 31, 1); 8494 MLXSW_ITEM32(reg, sbpm, max_buff_occupancy, 0x14, 0, 24); 8500 MLXSW_ITEM32(reg, sbpm, min_buff, 0x18, 0, 24); 8513 MLXSW_ITEM32(reg, sbpm, max_buff, 0x1C, 0, 24); 8519 MLXSW_REG_ZERO(sbpm, payload); in mlxsw_reg_sbpm_pack() [all …]
|