Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c1555 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op4() local
1560 sfd_pl = kmalloc(MLXSW_REG_SFD_LEN, GFP_KERNEL); in mlxsw_sp_port_fdb_tun_uc_op4()
1561 if (!sfd_pl) in mlxsw_sp_port_fdb_tun_uc_op4()
1565 mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0); in mlxsw_sp_port_fdb_tun_uc_op4()
1566 mlxsw_reg_sfd_uc_tunnel_pack4(sfd_pl, 0, in mlxsw_sp_port_fdb_tun_uc_op4()
1569 num_rec = mlxsw_reg_sfd_num_rec_get(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1570 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(sfd), sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1574 if (num_rec != mlxsw_reg_sfd_num_rec_get(sfd_pl)) in mlxsw_sp_port_fdb_tun_uc_op4()
1578 kfree(sfd_pl); in mlxsw_sp_port_fdb_tun_uc_op4()
1586 char *sfd_pl; in mlxsw_sp_port_fdb_tun_uc_op6_sfd_write() local
[all …]