Searched refs:vids (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/include/linux/ |
D | if_bridge.h | 123 int br_mst_get_info(const struct net_device *dev, u16 msti, unsigned long *vids); 164 unsigned long *vids) in br_mst_get_info() argument
|
/linux-6.1.9/net/bridge/ |
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()
|
/linux-6.1.9/fs/afs/ |
D | vl_alias.c | 129 if (la->vids[i] != lb->vids[i]) in afs_compare_volume_slists()
|
D | server_list.c | 48 slist->vids[i] = vldb->vid[i]; in afs_alloc_server_list()
|
D | internal.h | 555 afs_volid_t vids[AFS_MAXTYPES]; /* Volume IDs */ member
|
/linux-6.1.9/net/ncsi/ |
D | ncsi-rsp.c | 373 ncf->vids[cmd->index - 1] = 0; in ncsi_rsp_handler_svf() 376 ncf->vids[cmd->index - 1] = ntohs(cmd->vlan); in ncsi_rsp_handler_svf() 855 nc->vlan_filter.vids = kcalloc(rsp->vlan_cnt, in ncsi_rsp_handler_gc() 856 sizeof(*nc->vlan_filter.vids), in ncsi_rsp_handler_gc() 858 if (!nc->vlan_filter.vids) in ncsi_rsp_handler_gc() 938 ncvf->vids[i] = ntohs(*(__be16 *)pdata); in ncsi_rsp_handler_gp()
|
D | ncsi-manage.c | 254 kfree(nc->vlan_filter.vids); in ncsi_remove_channel() 616 vid = ncf->vids[index]; in clear_one_vid() 619 ncf->vids[index] = 0; in clear_one_vid() 655 if (ncf->vids[i] == vid) { in set_one_vid() 679 ncf->vids[index] = vid; in set_one_vid()
|
D | internal.h | 139 u16 *vids; member
|
D | ncsi-netlink.c | 85 if (ncf->vids[i]) in ncsi_write_channel_info() 87 ncf->vids[i]); in ncsi_write_channel_info()
|
/linux-6.1.9/tools/testing/selftests/drivers/net/dsa/ |
D | no_forwarding.sh | 29 vids=(0 1 2 5 10 20 50 100 200 500 1000 1000 2000 4000 4094)
|
/linux-6.1.9/tools/testing/selftests/net/forwarding/ |
D | no_forwarding.sh | 29 vids=(0 1 2 5 10 20 50 100 200 500 1000 1000 2000 4000 4094)
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
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 …]
|
D | be.h | 616 unsigned long vids[BITS_TO_LONGS(VLAN_N_VID)]; member
|
/linux-6.1.9/net/dsa/ |
D | port.c | 82 DECLARE_BITMAP(vids, VLAN_N_VID) = { 0 }; in dsa_port_msti_fast_age() 85 err = br_mst_get_info(dsa_port_bridge_dev_get(dp), msti, vids); in dsa_port_msti_fast_age() 89 for_each_set_bit(vid, vids, VLAN_N_VID) { in dsa_port_msti_fast_age()
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw_switchdev.rst | 62 The dual_mac mode requires two vids to be reserved for internal purposes,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 608 int vids[128]; member
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_reg.h | 6601 #define GEN6_DECODE_RC6_VID(vids) (((vids) * 5) + 245) argument
|