/openbmc/linux/include/linux/ |
H A D | if_bridge.h | 125 int br_mst_get_info(const struct net_device *dev, u16 msti, unsigned long *vids); 166 unsigned long *vids) in br_mst_get_info() argument
|
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_util.cpp | 207 auto vids = channeltb[NCSI_CHANNEL_ATTR_VLAN_LIST]; in __anon66112f010102() local 208 auto vid = static_cast<nlattr*>(nla_data(vids)); in __anon66112f010102() 209 auto len = nla_len(vids); in __anon66112f010102()
|
/openbmc/linux/net/bridge/ |
H A D | br_mst.c | 25 int br_mst_get_info(const struct net_device *dev, u16 msti, unsigned long *vids) in br_mst_get_info() argument 44 __set_bit(v->vid, vids); in br_mst_get_info()
|
/openbmc/linux/fs/afs/ |
H A D | vl_alias.c | 129 if (vol_a->vids[i] != vol_b->vids[i]) in afs_compare_volume_slists()
|
H A D | server_list.c |
|
H A D | internal.h | 577 afs_volid_t vids[AFS_MAXTYPES]; /* All associated volume IDs */ 557 afs_volid_t vids[AFS_MAXTYPES]; /* Volume IDs */ global() member
|
/openbmc/linux/net/ncsi/ |
H A D | ncsi-rsp.c | 386 ncf->vids[cmd->index - 1] = 0; in ncsi_rsp_handler_svf() 389 ncf->vids[cmd->index - 1] = ntohs(cmd->vlan); in ncsi_rsp_handler_svf() 822 nc->vlan_filter.vids = kcalloc(rsp->vlan_cnt, in ncsi_rsp_handler_gc() 823 sizeof(*nc->vlan_filter.vids), in ncsi_rsp_handler_gc() 825 if (!nc->vlan_filter.vids) in ncsi_rsp_handler_gc() 906 ncvf->vids[i] = ntohs(*(__be16 *)pdata); in ncsi_rsp_handler_gp()
|
H A D | ncsi-manage.c | 254 kfree(nc->vlan_filter.vids); in ncsi_remove_channel() 618 vid = ncf->vids[index]; in clear_one_vid() 621 ncf->vids[index] = 0; in clear_one_vid() 657 if (ncf->vids[i] == vid) { in set_one_vid() 681 ncf->vids[index] = vid; in set_one_vid()
|
H A D | ncsi-netlink.c | 85 if (ncf->vids[i]) in ncsi_write_channel_info() 87 ncf->vids[i]); in ncsi_write_channel_info()
|
H A D | internal.h | 142 u16 *vids; member
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | no_forwarding.sh | 29 vids=(0 1 2 5 10 20 50 100 200 500 1000 1000 2000 4000 4094)
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | no_forwarding.sh | 29 vids=(0 1 2 5 10 20 50 100 200 500 1000 1000 2000 4000 4094)
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1540 u16 vids[BE_NUM_VLANS_SUPPORTED]; in be_vid_config() local 1557 for_each_set_bit(i, adapter->vids, VLAN_N_VID) in be_vid_config() 1558 vids[num++] = cpu_to_le16(i); in be_vid_config() 1560 status = be_cmd_vlan_config(adapter, adapter->if_handle, vids, num, 0); in be_vid_config() 1583 if (test_bit(vid, adapter->vids)) in be_vlan_add_vid() 1586 set_bit(vid, adapter->vids); in be_vlan_add_vid() 1606 if (!test_bit(vid, adapter->vids)) in be_vlan_rem_vid() 1609 clear_bit(vid, adapter->vids); in be_vlan_rem_vid() 1922 u16 vids[BE_NUM_VLANS_SUPPORTED]; in be_set_vf_tvt() local 1932 vids[0] = 0; in be_set_vf_tvt() [all …]
|
H A D | be.h | 616 unsigned long vids[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/openbmc/linux/net/dsa/ |
H A D | port.c | 86 DECLARE_BITMAP(vids, VLAN_N_VID) = { 0 }; in dsa_port_msti_fast_age() 89 err = br_mst_get_info(dsa_port_bridge_dev_get(dp), msti, vids); in dsa_port_msti_fast_age() 93 for_each_set_bit(vid, vids, VLAN_N_VID) { in dsa_port_msti_fast_age()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/ |
H A D | cpsw_switchdev.rst | 62 The dual_mac mode requires two vids to be reserved for internal purposes,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_en.h | 618 int vids[128]; member
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 5371 #define GEN6_DECODE_RC6_VID(vids) (((vids) * 5) + 245) argument
|