Searched refs:sfd_pl (Results 1 – 1 of 1) sorted by relevance
1228 char *sfd_pl; in mlxsw_sp_port_fdb_tunnel_uc_op() local1244 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tunnel_uc_op()1245 if (!sfd_pl) in mlxsw_sp_port_fdb_tunnel_uc_op()1248 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()1249 mlxsw_reg_sfd_uc_tunnel_pack(sfd_pl, 0, in mlxsw_sp_port_fdb_tunnel_uc_op()1253 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1254 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1258 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tunnel_uc_op()1262 kfree(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1271 char *sfd_pl; in __mlxsw_sp_port_fdb_uc_op() local[all …]