Lines Matching refs:fid_index
136 u16 fid_index);
141 u16 fid_index);
594 u16 fid_index) in mlxsw_sp_port_vlan_find_by_fid() argument
602 if (fid && mlxsw_sp_fid_index(fid) == fid_index) in mlxsw_sp_port_vlan_find_by_fid()
1620 u16 fid_index) in mlxsw_sp_bridge_port_fdb_flush() argument
1628 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1863 u16 fid_index, vid; in mlxsw_sp_port_fdb_set() local
1876 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_fdb_set()
1882 fdb_info->addr, fid_index, vid, in mlxsw_sp_port_fdb_set()
1887 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
2187 u16 fid_index; in mlxsw_sp_port_mdb_add() local
2200 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_add()
2203 mdb->addr, fid_index, in mlxsw_sp_port_mdb_add()
2340 u16 fid_index; in mlxsw_sp_port_mdb_del() local
2353 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_del()
2356 key.fid = fid_index; in mlxsw_sp_port_mdb_del()
2372 u16 fid_index) in mlxsw_sp_bridge_port_mdb_flush() argument
2383 if (mdb_entry->key.fid != fid_index) in mlxsw_sp_bridge_port_mdb_flush()
3242 u16 fid_index, vid; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
3247 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3250 fid = mlxsw_sp_fid_lookup_by_index(mlxsw_sp, fid_index); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3265 err = mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
3291 mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()