Searched refs:sfd_pl (Results 1 – 1 of 1) sorted by relevance
1310 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op4() local1315 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tun_uc_op4()1316 if (!sfd_pl) in mlxsw_sp_port_fdb_tun_uc_op4()1320 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tun_uc_op4()1321 mlxsw_reg_sfd_uc_tunnel_pack4(sfd_pl, 0, in mlxsw_sp_port_fdb_tun_uc_op4()1324 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()1325 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()1329 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tun_uc_op4()1333 kfree(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()1341 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() local[all …]