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

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

Completed in 91 milliseconds