Searched refs:peabfe_pl (Results 1 – 1 of 1) sorted by relevance
173 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_add() local188 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_add()189 if (!peabfe_pl) { in mlxsw_sp_acl_bf_entry_add()194 mlxsw_reg_peabfe_pack(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()195 mlxsw_reg_peabfe_rec_pack(peabfe_pl, 0, 1, erp_bank, bf_index); in mlxsw_sp_acl_bf_entry_add()196 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(peabfe), peabfe_pl); in mlxsw_sp_acl_bf_entry_add()197 kfree(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()217 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_del() local227 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_del()228 if (!peabfe_pl) in mlxsw_sp_acl_bf_entry_del()[all …]