Home
last modified time | relevance | path

Searched refs:sfd_pl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1650 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op4() local
1655 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tun_uc_op4()
1656 if (!sfd_pl) in mlxsw_sp_port_fdb_tun_uc_op4()
1660 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tun_uc_op4()
1661 mlxsw_reg_sfd_uc_tunnel_pack4(sfd_pl, 0, in mlxsw_sp_port_fdb_tun_uc_op4()
1664 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1665 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1669 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tun_uc_op4()
1673 kfree(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1681 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() local
[all …]