/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 514 u16 vid = le16_to_cpu(rx_desc->wb.upper.vlan); in ixgbevf_process_skb_fields() local 517 if (test_bit(vid & VLAN_VID_MASK, active_vlans)) in ixgbevf_process_skb_fields() 518 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid); in ixgbevf_process_skb_fields() 2034 __be16 proto, u16 vid) in ixgbevf_vlan_rx_add_vid() argument 2043 err = hw->mac.ops.set_vfta(hw, vid, 0, true); in ixgbevf_vlan_rx_add_vid() 2058 set_bit(vid, adapter->active_vlans); in ixgbevf_vlan_rx_add_vid() 2064 __be16 proto, u16 vid) in ixgbevf_vlan_rx_kill_vid() argument 2073 err = hw->mac.ops.set_vfta(hw, vid, 0, false); in ixgbevf_vlan_rx_kill_vid() 2080 clear_bit(vid, adapter->active_vlans); in ixgbevf_vlan_rx_kill_vid() 2087 u16 vid; in ixgbevf_restore_vlan() local [all …]
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 1196 uint16_t vid; in virtio_net_handle_vlan_table() local 1200 s = iov_to_buf(iov, iov_cnt, 0, &vid, sizeof(vid)); in virtio_net_handle_vlan_table() 1201 vid = virtio_lduw_p(vdev, &vid); in virtio_net_handle_vlan_table() 1202 if (s != sizeof(vid)) { in virtio_net_handle_vlan_table() 1206 if (vid >= MAX_VLAN) in virtio_net_handle_vlan_table() 1210 n->vlans[vid >> 5] |= (1U << (vid & 0x1f)); in virtio_net_handle_vlan_table() 1212 n->vlans[vid >> 5] &= ~(1U << (vid & 0x1f)); in virtio_net_handle_vlan_table() 1751 int vid = lduw_be_p(ptr + 14) & 0xfff; in receive_filter() local 1752 if (!(n->vlans[vid >> 5] & (1U << (vid & 0x1f)))) in receive_filter()
|
/openbmc/linux/fs/afs/ |
H A D | rotate.c | 84 pr_notice("kAFS: Volume %llu '%s' is %s\n", volume->vid, volume->name, m); in afs_busy() 323 _debug("__ VOL %llx __", op->volume->vid); in afs_select_fileserver()
|
H A D | cmservice.c | 282 cb->fid.vid = ntohl(*bp++); in afs_deliver_cb_callback() 652 cb->fid.vid = xdr_to_u64(bp->volume); in afs_deliver_yfs_cb_callback()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 234 u16 vid = vlan->vid; in create_action_push_vlan() local 237 vlan_hdr = (u32)n_ethtype << 16 | (u32)(prio) << 12 | (u32)vid; in create_action_push_vlan()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx.c | 564 static int efx_vlan_rx_add_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_add_vid() argument 569 return efx->type->vlan_rx_add_vid(efx, proto, vid); in efx_vlan_rx_add_vid() 574 static int efx_vlan_rx_kill_vid(struct net_device *net_dev, __be16 proto, u16 vid) in efx_vlan_rx_kill_vid() argument 579 return efx->type->vlan_rx_kill_vid(efx, proto, vid); in efx_vlan_rx_kill_vid()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822b.h | 18 u8 vid; /* 0x100 */ member
|
/openbmc/linux/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid.c | 236 hid->vendor = le16_to_cpu(client_data->hid_devices[cur_hid_dev].vid); in ishtp_hid_probe()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-longcheer-l8910.dts | 85 vid-supply = <&pm8916_l6>;
|
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan_pda.c | 614 unsigned int vid = le16_to_cpu(serial->dev->descriptor.idVendor); in keyspan_pda_fake_startup() local 620 switch (vid) { in keyspan_pda_fake_startup()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2_cfp.c | 854 u16 vid; in bcm_sf2_cfp_rule_insert() local 887 vid = be16_to_cpu(fs->h_ext.vlan_tci) & VLAN_VID_MASK; in bcm_sf2_cfp_rule_insert() 888 vlan.vid = vid; in bcm_sf2_cfp_rule_insert()
|
/openbmc/linux/net/batman-adv/ |
H A D | netlink.c | 1054 if (nla_put_u32(msg, BATADV_ATTR_VLANID, vlan->vid & VLAN_VID_MASK)) in batadv_netlink_vlan_fill() 1248 u16 vid; in batadv_get_vlan_from_info() local 1253 vid = nla_get_u16(info->attrs[BATADV_ATTR_VLANID]); in batadv_get_vlan_from_info() 1255 vlan = batadv_softif_vlan_get(bat_priv, vid | BATADV_VLAN_HAS_TAG); in batadv_get_vlan_from_info()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-zc1751-xm015-dc1.dts | 185 xlnx,vid-clk-pl;
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek.h | 317 u16 vid; member
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.h | 147 return vf->port_vlan_info.vid; in ice_vf_get_port_vlan_id()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/st/ |
H A D | st,flexgen.txt | 118 "clk-vid-dmu",
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | cxl.rst | 64 $# perf stat -a -e cxl_pmu_mem0.0/vid=VID,gid=GID,mask=MASK/
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_codec.h | 119 int vid; member
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus.c | 128 info->format[PSC_VOLTAGE_OUT] = vid; in pmbus_identify()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 205 u16 vid = act->vlan.vid; in mlxsw_sp_flower_parse_actions() local 208 act->id, vid, in mlxsw_sp_flower_parse_actions()
|
/openbmc/linux/drivers/usb/typec/tipd/ |
H A D | core.c | 728 u32 vid; in tps6598x_probe() local 743 ret = tps6598x_read32(tps, TPS_REG_VID, &vid); in tps6598x_probe() 744 if (ret < 0 || !vid) in tps6598x_probe()
|
/openbmc/linux/drivers/net/ |
H A D | macvlan.c | 1004 __be16 proto, u16 vid) in macvlan_vlan_rx_add_vid() argument 1009 return vlan_vid_add(lowerdev, proto, vid); in macvlan_vlan_rx_add_vid() 1013 __be16 proto, u16 vid) in macvlan_vlan_rx_kill_vid() argument 1018 vlan_vid_del(lowerdev, proto, vid); in macvlan_vlan_rx_kill_vid() 1024 const unsigned char *addr, u16 vid, in macvlan_fdb_add() argument 1050 const unsigned char *addr, u16 vid, in macvlan_fdb_del() argument
|
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_main.c | 848 __be16 proto, u16 vid) in fjes_vlan_rx_add_vid() argument 859 &adapter->hw.ep_shm_info[epid].tx, vid)) in fjes_vlan_rx_add_vid() 861 &adapter->hw.ep_shm_info[epid].tx, vid); in fjes_vlan_rx_add_vid() 868 __be16 proto, u16 vid) in fjes_vlan_rx_kill_vid() argument 877 fjes_hw_del_vlan_id(&adapter->hw.ep_shm_info[epid].tx, vid); in fjes_vlan_rx_kill_vid()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 421 u16 vid; member 585 si_data->vid_vidm_tg = (sid->vid & ENETC_CBDR_SID_VID_MASK) + in enetc_streamid_hw_set() 590 si_data->vid_vidm_tg = (sid->vid & ENETC_CBDR_SID_VID_MASK) + in enetc_streamid_hw_set() 1222 filter->sid.vid = match.key->vlan_id; in enetc_psfp_parse_clsflower() 1223 if (!filter->sid.vid) in enetc_psfp_parse_clsflower()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 235 u16 vtag, vid, prio, pkt_type; in cpsw_rx_vlan_encap() local 248 vid = (rx_vlan_encap_hdr >> in cpsw_rx_vlan_encap() 252 if (!vid) in cpsw_rx_vlan_encap() 256 if (!cpsw_ale_get_vlan_p0_untag(cpsw->ale, vid)) { in cpsw_rx_vlan_encap() 261 vtag = (prio << VLAN_PRIO_SHIFT) | vid; in cpsw_rx_vlan_encap()
|