Searched refs:sfd_pl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1650 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 1784 char *sfd_pl; __mlxsw_sp_port_fdb_uc_op() local 1829 char *sfd_pl; mlxsw_sp_port_fdb_uc_lag_op() local 1895 char *sfd_pl; mlxsw_sp_mdb_entry_write() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 1294 char *sfd_pl; in mlxsw_sp_port_fdb_tunnel_uc_op() local 1310 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 1381 char *sfd_pl; mlxsw_sp_port_fdb_uc_lag_op() local 1446 char *sfd_pl; mlxsw_sp_port_mdb_op() local [all...] |
Completed in 8 milliseconds