Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_bloom_filter.c418 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_add() local
433 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_add()
434 if (!peabfe_pl) { in mlxsw_sp_acl_bf_entry_add()
439 mlxsw_reg_peabfe_pack(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
440 mlxsw_reg_peabfe_rec_pack(peabfe_pl, 0, 1, erp_bank, bf_index); in mlxsw_sp_acl_bf_entry_add()
441 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(peabfe), peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
442 kfree(peabfe_pl); in mlxsw_sp_acl_bf_entry_add()
462 char *peabfe_pl; in mlxsw_sp_acl_bf_entry_del() local
472 peabfe_pl = kmalloc(MLXSW_REG_PEABFE_LEN, GFP_KERNEL); in mlxsw_sp_acl_bf_entry_del()
473 if (!peabfe_pl) in mlxsw_sp_acl_bf_entry_del()
[all …]