Lines Matching refs:fid_index
103 u16 fid_index);
363 u16 fid_index) in mlxsw_sp_port_vlan_find_by_fid() argument
371 if (fid && mlxsw_sp_fid_index(fid) == fid_index) in mlxsw_sp_port_vlan_find_by_fid()
1195 u16 fid_index) in mlxsw_sp_bridge_port_fdb_flush() argument
1203 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1349 u16 fid_index, vid; in mlxsw_sp_port_fdb_set() local
1362 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_fdb_set()
1368 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1373 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1630 u16 fid_index; in mlxsw_sp_port_mdb_add() local
1647 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_add()
1649 mid = __mlxsw_sp_mc_get(bridge_device, mdb->addr, fid_index); in mlxsw_sp_port_mdb_add()
1652 fid_index); in mlxsw_sp_port_mdb_add()
1855 u16 fid_index; in mlxsw_sp_port_mdb_del() local
1868 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_del()
1870 mid = __mlxsw_sp_mc_get(bridge_device, mdb->addr, fid_index); in mlxsw_sp_port_mdb_del()
2636 u16 fid_index, vid; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
2641 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2644 fid = mlxsw_sp_fid_lookup_by_index(mlxsw_sp, fid_index); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2659 err = mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2685 mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()