Home
last modified time | relevance | path

Searched refs:peabfe_pl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_bloom_filter.c435 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_add() local
450 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_add()
451 if (!peabfe_pl) { in mlxsw_sp_acl_bf_entry_add()
456 mlxsw_reg_peabfe_pack(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
457 mlxsw_reg_peabfe_rec_pack(peabfe_pl, 0, 1, erp_bank, bf_index); in mlxsw_sp_acl_bf_entry_add()
458 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(peabfe), peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
459 kfree(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
479 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_del() local
489 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_del()
490 if (!peabfe_pl) in mlxsw_sp_acl_bf_entry_del()
[all …]