Home
last modified time | relevance | path

Searched refs:vlans (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/net/dsa/
H A Ddsa_loop.c41 for (i = 0; i < ARRAY_SIZE(ps->vlans); i++) { in dsa_loop_devlink_vtu_get()
42 vl = &ps->vlans[i]; in dsa_loop_devlink_vtu_get()
56 devlink_resource_size_params_init(&size_params, ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources()
57 ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources()
60 err = dsa_devlink_resource_register(ds, "VTU", ARRAY_SIZE(ps->vlans), in dsa_loop_setup_devlink_resources()
214 if (vlan->vid >= ARRAY_SIZE(ps->vlans)) in dsa_loop_port_vlan_add()
220 vl = &ps->vlans[vlan->vid]; in dsa_loop_port_vlan_add()
249 vl = &ps->vlans[vlan->vid]; in dsa_loop_port_vlan_del()
H A Dlantiq_gswip.c285 struct gswip_vlan vlans[64]; member
927 if (!priv->vlans[i].bridge) { in gswip_vlan_active_create()
951 priv->vlans[idx].bridge = bridge; in gswip_vlan_active_create()
952 priv->vlans[idx].vid = vid; in gswip_vlan_active_create()
953 priv->vlans[idx].fid = fid; in gswip_vlan_active_create()
969 priv->vlans[idx].bridge = NULL; in gswip_vlan_active_remove()
987 if (priv->vlans[i].bridge == bridge) { in gswip_vlan_add_unaware()
1053 fid = priv->vlans[i].fid; in gswip_vlan_add_aware()
1054 if (priv->vlans[i].vid == vid) { in gswip_vlan_add_aware()
1236 if (!priv->vlans[pos].bridge) { in gswip_port_vlan_prepare()
[all …]
/linux/drivers/net/dsa/b53/
H A Db53_common.c907 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
2315 u16 vlans; member
2338 .vlans = 16,
2348 .vlans = 256,
2358 .vlans = 4096,
2371 .vlans = 4096,
2384 .vlans = 4096,
2397 .vlans = 4096,
2410 .vlans = 4096,
2423 .vlans = 4096,
[all …]
/linux/net/dsa/
H A Dtag_8021q.c75 struct list_head vlans; member
135 list_for_each_entry(v, &ctx->vlans, list) in dsa_tag_8021q_vlan_find()
174 list_add_tail(&v->list, &ctx->vlans); in dsa_port_do_tag_8021q_vlan_add()
427 INIT_LIST_HEAD(&ctx->vlans); in dsa_tag_8021q_register()
450 list_for_each_entry_safe(v, n, &ctx->vlans, list) { in dsa_tag_8021q_unregister()
H A Dswitch.c715 v = dsa_vlan_find(&dp->vlans, vlan); in dsa_port_do_vlan_add()
737 list_add_tail(&v->list, &dp->vlans); in dsa_port_do_vlan_add()
763 v = dsa_vlan_find(&dp->vlans, vlan); in dsa_port_do_vlan_del()
/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c461 list_add_tail(&vlan->list, &fnic->vlans); in fnic_fcoe_process_vlan_resp()
469 if (list_empty(&fnic->vlans)) { in fnic_fcoe_process_vlan_resp()
478 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_process_vlan_resp()
500 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_start_fcf_disc()
519 if (list_empty(&fnic->vlans)) { in fnic_fcoe_vlan_check()
524 fvlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_vlan_check()
1313 if (!list_empty(&fnic->vlans)) { in fnic_fcoe_reset_vlans()
1314 list_for_each_entry_safe(vlan, next, &fnic->vlans, list) { in fnic_fcoe_reset_vlans()
1340 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer()
1382 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer()
[all …]
H A Dfnic.h317 struct list_head vlans; member
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h153 u8 vlans[VLAN_VID_MASK + 1]; member
180 u8 vlans[VLAN_VID_MASK + 1]; member
H A Ddpaa2-switch.c204 ethsw->vlans[vid] = ETHSW_VLAN_MEMBER; in dpaa2_switch_add_vlan()
266 port_priv->vlans[pvid] |= ETHSW_VLAN_PVID; in dpaa2_switch_port_set_pvid()
291 if (port_priv->vlans[vid]) { in dpaa2_switch_port_add_vlan()
309 port_priv->vlans[vid] = ETHSW_VLAN_MEMBER; in dpaa2_switch_port_add_vlan()
320 port_priv->vlans[vid] |= ETHSW_VLAN_UNTAGGED; in dpaa2_switch_port_add_vlan()
384 if (!ethsw->vlans[vid]) in dpaa2_switch_dellink()
392 ethsw->vlans[vid] = 0; in dpaa2_switch_dellink()
397 ppriv_local->vlans[vid] = 0; in dpaa2_switch_dellink()
1883 if (!port_priv->vlans[vid]) in dpaa2_switch_port_del_vlan()
1918 port_priv->vlans[vid] &= ~ETHSW_VLAN_MEMBER; in dpaa2_switch_port_del_vlan()
[all …]
/linux/include/linux/dsa/
H A Dloop.h37 struct dsa_loop_vlan vlans[VLAN_N_VID]; member
/linux/drivers/net/
H A Dmacvlan.c46 struct list_head vlans; member
499 vlan = list_first_or_null_rcu(&port->vlans, in macvlan_handle_frame()
1249 INIT_LIST_HEAD(&port->vlans); in macvlan_port_create()
1543 list_add_tail_rcu(&vlan->list, &port->vlans); in macvlan_common_newlink()
1768 list_for_each_entry(vlan, &port->vlans, list) { in update_port_bc_queue_len()
1792 list_for_each_entry(vlan, &port->vlans, list) in macvlan_device_event()
1797 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event()
1803 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event()
1813 vlan = list_first_entry_or_null(&port->vlans, in macvlan_device_event()
1826 list_for_each_entry_safe(vlan, next, &port->vlans, list) in macvlan_device_event()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c318 vlan = xa_load(&port->vlans, vid); in ice_esw_br_port_vlan_lookup()
636 xa_erase(&port->vlans, vlan->vid); in ice_eswitch_br_vlan_cleanup()
647 xa_for_each(&port->vlans, index, vlan) in ice_eswitch_br_port_vlans_flush()
716 err = xa_insert(&port->vlans, vlan->vid, vlan, GFP_KERNEL); in ice_eswitch_br_vlan_create()
750 vlan = xa_load(&port->vlans, vid); in ice_eswitch_br_port_vlan_add()
778 vlan = xa_load(&port->vlans, vid); in ice_eswitch_br_port_vlan_del()
919 xa_init(&br_port->vlans); in ice_eswitch_br_port_init()
H A Dice_eswitch_br.h49 struct xarray vlans; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c174 u16 *vlans; in mlx5e_vport_context_update_vlans() local
191 vlans = kvcalloc(list_size, sizeof(*vlans), GFP_KERNEL); in mlx5e_vport_context_update_vlans()
192 if (!vlans) in mlx5e_vport_context_update_vlans()
199 vlans[i++] = vlan; in mlx5e_vport_context_update_vlans()
202 err = mlx5_modify_nic_vport_vlans(fs->mdev, vlans, list_size); in mlx5e_vport_context_update_vlans()
207 kvfree(vlans); in mlx5e_vport_context_update_vlans()
/linux/include/linux/mlx5/
H A Dvport.h114 u16 vlans[],
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_priv.h185 struct xarray vlans; member
H A Dbridge.c1017 return xa_load(&port->vlans, vid); in mlx5_esw_bridge_vlan_lookup()
1190 err = xa_insert(&port->vlans, vid, vlan, GFP_KERNEL); in mlx5_esw_bridge_vlan_create()
1214 xa_erase(&port->vlans, vlan->vid); in mlx5_esw_bridge_vlan_erase()
1254 xa_for_each(&port->vlans, index, vlan) in mlx5_esw_bridge_port_vlans_flush()
1266 xa_for_each(&port->vlans, i, vlan) { in mlx5_esw_bridge_port_vlans_recreate()
1558 xa_init(&port->vlans); in mlx5_esw_bridge_vport_init()
H A Dbridge_mcast.c694 xa_for_each(&port->vlans, index, vlan) { in mlx5_esw_bridge_port_mcast_fhs_init()
708 xa_for_each(&port->vlans, index, vlan) { in mlx5_esw_bridge_port_mcast_fhs_init()
725 xa_for_each(&port->vlans, index, vlan) in mlx5_esw_bridge_port_mcast_fhs_cleanup()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h159 struct qed_vf_vlan_shadow vlans[QED_ETH_VF_NUM_VLAN_FILTERS + 1]; member
H A Dqed_sriov.c1734 if (!p_vf->shadow_config.vlans[i].used) in qed_iov_reconfigure_unicast_vlan()
1738 filter.vlan = p_vf->shadow_config.vlans[i].vid; in qed_iov_reconfigure_unicast_vlan()
3116 if (p_vf->shadow_config.vlans[i].used && in qed_iov_vf_update_vlan_shadow()
3117 p_vf->shadow_config.vlans[i].vid == in qed_iov_vf_update_vlan_shadow()
3119 p_vf->shadow_config.vlans[i].used = false; in qed_iov_vf_update_vlan_shadow()
3132 p_vf->shadow_config.vlans[i].used = false; in qed_iov_vf_update_vlan_shadow()
3144 if (p_vf->shadow_config.vlans[i].used) in qed_iov_vf_update_vlan_shadow()
3147 p_vf->shadow_config.vlans[i].used = true; in qed_iov_vf_update_vlan_shadow()
3148 p_vf->shadow_config.vlans[i].vid = p_params->vlan; in qed_iov_vf_update_vlan_shadow()
/linux/net/mac80211/
H A Dkey.c69 list_for_each_entry_rcu(vlan, &sdata->u.ap.vlans, u.vlan.list) in update_vlan_tailroom_need_count()
976 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) { in ieee80211_reenable_keys()
1138 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) in ieee80211_free_keys()
1162 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) in ieee80211_free_keys()
H A Diface.c569 WARN_ON(!list_empty(&sdata->u.ap.vlans)); in ieee80211_do_stop()
754 list_for_each_entry_safe(vlan, tmpsdata, &sdata->u.ap.vlans, in ieee80211_stop()
1240 list_add(&sdata->u.vlan.list, &sdata->bss->vlans); in ieee80211_do_open()
1758 INIT_LIST_HEAD(&sdata->u.ap.vlans); in ieee80211_setup_sdata()
1829 if (!list_empty(&sdata->u.ap.vlans)) in ieee80211_runtime_change_iftype()
/linux/drivers/net/ethernet/mscc/
H A Docelot.c325 list_for_each_entry(vlan, &ocelot->vlans, list) { in ocelot_port_num_untagged_vlans()
348 list_for_each_entry(vlan, &ocelot->vlans, list) { in ocelot_port_num_tagged_vlans()
373 list_for_each_entry(vlan, &ocelot->vlans, list) in ocelot_port_find_native_vlan()
494 list_for_each_entry(vlan, &ocelot->vlans, list) in ocelot_bridge_vlan_find()
545 list_add_tail(&vlan->list, &ocelot->vlans); in ocelot_vlan_member_add()
2943 INIT_LIST_HEAD(&ocelot->vlans); in ocelot_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c643 dr_ste_v1_set_pop_vlan(last_ste, action, attr->vlans.count); in dr_ste_v1_set_actions_tx()
673 for (i = 0; i < attr->vlans.count; i++) { in dr_ste_v1_set_actions_tx()
681 attr->vlans.headers[i]); in dr_ste_v1_set_actions_tx()
830 dr_ste_v1_set_pop_vlan(last_ste, action, attr->vlans.count); in dr_ste_v1_set_actions_rx()
861 for (i = 0; i < attr->vlans.count; i++) { in dr_ste_v1_set_actions_rx()
872 attr->vlans.headers[i]); in dr_ste_v1_set_actions_rx()
H A Ddr_action.c897 attr.vlans.count++; in mlx5dr_actions_build_ste_arr()
907 if (attr.vlans.count == MLX5DR_MAX_VLANS) { in mlx5dr_actions_build_ste_arr()
912 attr.vlans.headers[attr.vlans.count++] = action->push_vlan->vlan_hdr; in mlx5dr_actions_build_ste_arr()

12