Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1300 char *sfd_pl; in mlxsw_sp_port_fdb_tunnel_uc_op() local
1316 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tunnel_uc_op()
1317 if (!sfd_pl) in mlxsw_sp_port_fdb_tunnel_uc_op()
1320 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tunnel_uc_op()
1321 mlxsw_reg_sfd_uc_tunnel_pack(sfd_pl, 0, in mlxsw_sp_port_fdb_tunnel_uc_op()
1325 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()
1326 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()
1330 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tunnel_uc_op()
1334 kfree(sfd_pl); in mlxsw_sp_port_fdb_tunnel_uc_op()
1343 char *sfd_pl; in __mlxsw_sp_port_fdb_uc_op() local
[all …]