Home
last modified time | relevance | path

Searched refs:vid (Results 451 – 475 of 738) sorted by relevance

1...<<11121314151617181920>>...30

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c514 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 Dvirtio-net.c1196 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()
1740 int vid = lduw_be_p(ptr + 14) & 0xfff; in receive_filter() local
1741 if (!(n->vlans[vid >> 5] & (1U << (vid & 0x1f)))) in receive_filter()
/openbmc/linux/fs/afs/
H A Drotate.c84 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 Dcmservice.c282 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 Dfs_dr.c234 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 Defx.c564 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 Drtw8822b.h18 u8 vid; /* 0x100 */ member
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c236 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 Dmsm8916-longcheer-l8910.dts85 vid-supply = <&pm8916_l6>;
/openbmc/linux/drivers/usb/serial/
H A Dkeyspan_pda.c614 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 Dbcm_sf2_cfp.c854 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 Dnetlink.c1054 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 Dzynqmp-zc1751-xm015-dc1.dts185 xlnx,vid-clk-pl;
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.h317 u16 vid; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h147 return vf->port_vlan_info.vid; in ice_vf_get_port_vlan_id()
/openbmc/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,flexgen.txt118 "clk-vid-dmu",
/openbmc/linux/Documentation/admin-guide/perf/
H A Dcxl.rst64 $# perf stat -a -e cxl_pmu_mem0.0/vid=VID,gid=GID,mask=MASK/
/openbmc/linux/drivers/staging/greybus/
H A Daudio_codec.h119 int vid; member
/openbmc/linux/drivers/hwmon/pmbus/
H A Dpmbus.c128 info->format[PSC_VOLTAGE_OUT] = vid; in pmbus_identify()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c205 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 Dcore.c728 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 Dmacvlan.c1004 __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 Dfjes_main.c848 __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 Denetc_qos.c421 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 Dcpsw_priv.c235 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()

1...<<11121314151617181920>>...30