Lines Matching refs:fid_index
108 u16 fid_index);
458 u16 fid_index) in mlxsw_sp_port_vlan_find_by_fid() argument
466 if (fid && mlxsw_sp_fid_index(fid) == fid_index) in mlxsw_sp_port_vlan_find_by_fid()
1267 u16 fid_index) in mlxsw_sp_bridge_port_fdb_flush() argument
1275 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1421 u16 fid_index, vid; in mlxsw_sp_port_fdb_set() local
1434 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_fdb_set()
1440 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1445 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1696 u16 fid_index; in mlxsw_sp_port_mdb_add() local
1710 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_add()
1712 mid = __mlxsw_sp_mc_get(bridge_device, mdb->addr, fid_index); in mlxsw_sp_port_mdb_add()
1715 fid_index); in mlxsw_sp_port_mdb_add()
1884 u16 fid_index; in mlxsw_sp_port_mdb_del() local
1897 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_del()
1899 mid = __mlxsw_sp_mc_get(bridge_device, mdb->addr, fid_index); in mlxsw_sp_port_mdb_del()
2719 u16 fid_index, vid; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
2724 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2727 fid = mlxsw_sp_fid_lookup_by_index(mlxsw_sp, fid_index); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2742 err = mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2768 mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()