Searched refs:sfd_pl (Results 1 – 1 of 1) sorted by relevance
1294 char *sfd_pl; in mlxsw_sp_port_fdb_tunnel_uc_op() local1310 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tunnel_uc_op()1311 if (!sfd_pl) in mlxsw_sp_port_fdb_tunnel_uc_op()1314 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()1315 mlxsw_reg_sfd_uc_tunnel_pack(sfd_pl, 0, in mlxsw_sp_port_fdb_tunnel_uc_op()1319 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1320 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1324 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tunnel_uc_op()1328 kfree(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()1337 char *sfd_pl; in __mlxsw_sp_port_fdb_uc_op() local[all …]