Searched refs:sfd_pl (Results 1 – 1 of 1) sorted by relevance
459 char *sfd_pl; in mlxsw_sp_port_fdb_op() local465 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_op()466 if (!sfd_pl) in mlxsw_sp_port_fdb_op()473 mlxsw_reg_sfd_pack(sfd_pl, op, 0); in mlxsw_sp_port_fdb_op()474 mlxsw_reg_sfd_uc_pack(sfd_pl, 0, policy, in mlxsw_sp_port_fdb_op()478 sfd_pl); in mlxsw_sp_port_fdb_op()479 kfree(sfd_pl); in mlxsw_sp_port_fdb_op()646 char *sfd_pl; in mlxsw_sp_port_fdb_dump() local655 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_dump()656 if (!sfd_pl) in mlxsw_sp_port_fdb_dump()[all …]