• Home
  • Raw
  • Download

Lines Matching refs:fid_index

103 			       u16 fid_index);
433 u16 fid_index) in mlxsw_sp_port_vlan_find_by_fid() argument
441 if (fid && mlxsw_sp_fid_index(fid) == fid_index) in mlxsw_sp_port_vlan_find_by_fid()
1261 u16 fid_index) in mlxsw_sp_bridge_port_fdb_flush() argument
1269 mlxsw_reg_sfdf_fid_set(sfdf_pl, fid_index); in mlxsw_sp_bridge_port_fdb_flush()
1415 u16 fid_index, vid; in mlxsw_sp_port_fdb_set() local
1428 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_fdb_set()
1434 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1439 fdb_info->addr, fid_index, in mlxsw_sp_port_fdb_set()
1693 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()
1888 u16 fid_index; in mlxsw_sp_port_mdb_del() local
1901 fid_index = mlxsw_sp_fid_index(mlxsw_sp_port_vlan->fid); in mlxsw_sp_port_mdb_del()
1903 mid = __mlxsw_sp_mc_get(bridge_device, mdb->addr, fid_index); in mlxsw_sp_port_mdb_del()
2597 u16 fid_index, vid; in mlxsw_sp_fdb_notify_mac_uc_tunnel_process() local
2602 mlxsw_reg_sfn_uc_tunnel_unpack(sfn_pl, rec_index, mac, &fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2605 fid = mlxsw_sp_fid_lookup_by_index(mlxsw_sp, fid_index); in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2620 err = mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()
2646 mlxsw_sp_port_fdb_tunnel_uc_op(mlxsw_sp, mac, fid_index, in mlxsw_sp_fdb_notify_mac_uc_tunnel_process()