Searched refs:sbpm (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 2248 MLXSW_ITEM32(reg, sbpm, local_port, 0x00, 16, 8); 2254 MLXSW_ITEM32(reg, sbpm, pool, 0x00, 8, 4); 2265 MLXSW_ITEM32(reg, sbpm, dir, 0x00, 0, 2); 2271 MLXSW_ITEM32(reg, sbpm, min_buff, 0x18, 0, 24); 2284 MLXSW_ITEM32(reg, sbpm, max_buff, 0x1C, 0, 24); 2290 MLXSW_REG_ZERO(sbpm, payload); in mlxsw_reg_sbpm_pack()
|
D | spectrum_buffers.c | 333 MLXSW_REG(sbpm), sbpm_pl); in mlxsw_sp_port_sb_pms_init()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_utils_64.c | 927 u32 **sbpm, *sbpp; in subpage_protection() local 933 sbpm = spt->low_prot; in subpage_protection() 935 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection() 936 if (!sbpm) in subpage_protection() 939 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
|