Home
last modified time | relevance | path

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

123

/openbmc/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
920 if (!priv->vlans[i].bridge) { in gswip_vlan_active_create()
944 priv->vlans[idx].bridge = bridge; in gswip_vlan_active_create()
945 priv->vlans[idx].vid = vid; in gswip_vlan_active_create()
946 priv->vlans[idx].fid = fid; in gswip_vlan_active_create()
962 priv->vlans[idx].bridge = NULL; in gswip_vlan_active_remove()
980 if (priv->vlans[i].bridge == bridge) { in gswip_vlan_add_unaware()
1046 fid = priv->vlans[i].fid; in gswip_vlan_add_aware()
1047 if (priv->vlans[i].vid == vid) { in gswip_vlan_add_aware()
1229 if (!priv->vlans[pos].bridge) { in gswip_port_vlan_prepare()
[all …]
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c894 memset(priv->vlans, 0, sizeof(*priv->vlans) * priv->num_vlans); in b53_reset_switch()
2322 u16 vlans; member
2345 .vlans = 16,
2355 .vlans = 256,
2365 .vlans = 4096,
2378 .vlans = 4096,
2391 .vlans = 4096,
2404 .vlans = 4096,
2417 .vlans = 4096,
2430 .vlans = 4096,
[all …]
/openbmc/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()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c454 list_add_tail(&vlan->list, &fnic->vlans); in fnic_fcoe_process_vlan_resp()
462 if (list_empty(&fnic->vlans)) { in fnic_fcoe_process_vlan_resp()
471 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_process_vlan_resp()
493 vlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_start_fcf_disc()
512 if (list_empty(&fnic->vlans)) { in fnic_fcoe_vlan_check()
517 fvlan = list_first_entry(&fnic->vlans, struct fcoe_vlan, list); in fnic_fcoe_vlan_check()
1304 if (!list_empty(&fnic->vlans)) { in fnic_fcoe_reset_vlans()
1305 list_for_each_entry_safe(vlan, next, &fnic->vlans, list) { in fnic_fcoe_reset_vlans()
1331 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer()
1373 if (list_empty(&fnic->vlans)) { in fnic_handle_fip_timer()
[all …]
H A Dfnic.h297 struct list_head vlans; member
/openbmc/linux/include/linux/dsa/
H A Dloop.h37 struct dsa_loop_vlan vlans[VLAN_N_VID]; member
/openbmc/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()
1882 if (!port_priv->vlans[vid]) in dpaa2_switch_port_del_vlan()
1917 port_priv->vlans[vid] &= ~ETHSW_VLAN_MEMBER; in dpaa2_switch_port_del_vlan()
[all …]
/openbmc/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()
1260 INIT_LIST_HEAD(&port->vlans); in macvlan_port_create()
1554 list_add_tail_rcu(&vlan->list, &port->vlans); in macvlan_common_newlink()
1779 list_for_each_entry(vlan, &port->vlans, list) { in update_port_bc_queue_len()
1803 list_for_each_entry(vlan, &port->vlans, list) in macvlan_device_event()
1808 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event()
1814 list_for_each_entry(vlan, &port->vlans, list) { in macvlan_device_event()
1824 vlan = list_first_entry_or_null(&port->vlans, in macvlan_device_event()
1837 list_for_each_entry_safe(vlan, next, &port->vlans, list) in macvlan_device_event()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.h49 struct xarray vlans; member
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()
915 xa_init(&br_port->vlans); in ice_eswitch_br_port_init()
/openbmc/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()
/openbmc/linux/include/linux/mlx5/
H A Dvport.h113 u16 vlans[],
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h201 uint32_t *vlans; member
/openbmc/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()
/openbmc/linux/net/mac80211/
H A Dkey.c74 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()
1141 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) in ieee80211_free_keys()
1165 list_for_each_entry(vlan, &sdata->u.ap.vlans, u.vlan.list) in ieee80211_free_keys()
H A Diface.c557 WARN_ON(!list_empty(&sdata->u.ap.vlans)); in ieee80211_do_stop()
746 list_for_each_entry_safe(vlan, tmpsdata, &sdata->u.ap.vlans, in ieee80211_stop()
1243 list_add(&sdata->u.vlan.list, &sdata->bss->vlans); in ieee80211_do_open()
1759 INIT_LIST_HEAD(&sdata->u.ap.vlans); in ieee80211_setup_sdata()
1830 if (!list_empty(&sdata->u.ap.vlans)) in ieee80211_runtime_change_iftype()
/openbmc/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
/openbmc/qemu/hw/net/
H A Dvirtio-net.c477 for (j = 0; n->vlans[i] && j <= 0x1f; j++) { in get_vlan_table()
478 if (n->vlans[i] & (1U << j)) { in get_vlan_table()
627 memset(n->vlans, 0, MAX_VLAN >> 3); in virtio_net_reset()
1036 memset(n->vlans, 0xff, MAX_VLAN >> 3); in virtio_net_set_features()
1245 n->vlans[vid >> 5] |= (1U << (vid & 0x1f)); in virtio_net_handle_vlan_table()
1247 n->vlans[vid >> 5] &= ~(1U << (vid & 0x1f)); in virtio_net_handle_vlan_table()
1735 if (!(n->vlans[vid >> 5] & (1U << (vid & 0x1f)))) in receive_filter()
3332 VMSTATE_BUFFER_POINTER_UNSAFE(vlans, VirtIONet, 0, MAX_VLAN >> 3),
3753 n->vlans = g_malloc0(MAX_VLAN >> 3); in virtio_net_device_realize()
3793 g_free(n->vlans); in virtio_net_device_unrealize()
/openbmc/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()
/openbmc/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()

123