Searched refs:vid (Results 501 - 525 of 614) sorted by relevance

<<2122232425

/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c961 * @vid: VID value.
970 u16 vid; member in struct:ksz_mac_table
982 * @vid: VID value.
987 u16 vid; member in struct:ksz_vlan_table
1075 * @vid: VID value.
1083 u16 vid; member in struct:ksz_port_cfg
1678 * @vid: Buffer to store the VID.
1687 static int sw_r_vlan_table(struct ksz_hw *hw, u16 addr, u16 *vid, u8 *fid, argument
1694 *vid = (u16)(data & VLAN_TABLE_VID);
2326 * @vid
2330 port_get_def_vid(struct ksz_hw *hw, int port, u16 *vid) argument
[all...]
/linux-master/drivers/nvme/host/
H A Dcore.c2652 u16 vid; member in struct:nvme_core_quirk_entry
2664 .vid = 0x1179,
2674 .vid = 0x14a4,
2688 .vid = 0x1e0f,
2700 .vid = 0x144d,
2732 return q->vid == le16_to_cpu(id->vid) &&
2761 le16_to_cpu(id->vid), le16_to_cpu(id->ssvid));
2879 subsys->vendor_id = le16_to_cpu(id->vid);
/linux-master/arch/powerpc/kvm/
H A Dmpic.c205 uint32_t vid; member in struct:openpic
519 (opp->vid << FRR_VID_SHIFT);
1306 opp->vid = VID_REVISION_1_2;
/linux-master/drivers/usb/serial/
H A Dti_usb_3410_5052.c515 u16 vid, pid; local
538 vid = le16_to_cpu(dev->descriptor.idVendor);
540 if (vid == MXU1_VENDOR_ID) {
/linux-master/net/nfc/
H A Dnetlink.c1566 u32 dev_idx, vid, subcmd; local
1577 vid = nla_get_u32(info->attrs[NFC_ATTR_VENDOR_ID]);
1604 if (cmd->vendor_id != vid || cmd->subcmd != subcmd)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1665 td_tag = first->vid;
1998 first->vid = skb_vlan_tag_get(skb);
2385 offload.cd_l2tag2 = first->vid;
H A Dice_main.c3715 * @vid: VLAN ID to be added
3720 ice_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
3729 if (!vid)
3741 vid);
3751 vlan = ICE_VLAN(be16_to_cpu(proto), vid, 0);
3778 * @vid: VLAN ID to be removed
3783 ice_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
3792 if (!vid)
3799 ICE_MCAST_VLAN_PROMISC_BITS, vid);
3811 vlan = ICE_VLAN(be16_to_cpu(proto), vid,
5964 ice_fdb_add(struct ndmsg *ndm, struct nlattr __always_unused *tb[], struct net_device *dev, const unsigned char *addr, u16 vid, u16 flags, struct netlink_ext_ack __always_unused *extack) argument
6003 ice_fdb_del(struct ndmsg *ndm, __always_unused struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, __always_unused u16 vid, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1594 int vid; local
1656 vid = rdev->en_dev->msix_entries[BNXT_RE_AEQ_IDX].vector;
1658 vid, db_offt,
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dmain.c1666 unsigned int vid; local
1669 for_each_set_bit(vid, &ar->vif_bitmap, ar->fw.vif_num)
1670 carl9170_flush_cab(ar, vid);
/linux-master/scripts/mod/
H A Dfile2alias.c1241 DEF_FIELD(symval, rio_device_id, vid);
1246 ADD(alias, "v", vid != RIO_ANY_ID, vid);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1650 __be16 proto __attribute__((unused)), u16 vid)
1661 nctrl.ncmd.s.param1 = vid;
1678 __be16 proto __attribute__((unused)), u16 vid)
1689 nctrl.ncmd.s.param1 = vid;
1649 liquidio_vlan_rx_add_vid(struct net_device *netdev, __be16 proto __attribute__((unused)), u16 vid) argument
1677 liquidio_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto __attribute__((unused)), u16 vid) argument
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c932 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) argument
965 req->filters[0].vlan_tag = vid;
983 vid);
1673 fl->filters[j].vid = msg_filter->vlan_tag;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c341 data.vlan.id = act->vlan.vid;
/linux-master/drivers/hwmon/
H A Ddme1737.c25 #include <linux/hwmon-vid.h>
212 u8 vid; member in struct:dme1737_data
612 data->vid = dme1737_read(data, DME1737_REG_VID) &
1494 return sprintf(buf, "%d\n", vid_from_reg(data->vid, data->vrm));
H A DMakefile7 obj-$(CONFIG_HWMON_VID) += hwmon-vid.o
/linux-master/include/net/
H A Dflow_offload.h246 u16 vid; member in struct:flow_action_entry::__anon2578::__anon2579
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2120 u16 vid)
2127 set_bit(vid, pdata->active_vlans);
2136 u16 vid)
2143 clear_bit(vid, pdata->active_vlans);
2119 xgbe_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
2135 xgbe_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dinternal.h48 * @vid: index of this rxb in the global table
57 u16 vid; member in struct:iwl_rx_mem_buffer
/linux-master/fs/afs/
H A Dvlclient.c77 entry->vid[i] = ntohl(uvldb->volumeId[i]);
H A Dproc.c270 refcount_read(&vol->ref), vol->vid,
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_main.c1657 return wops->port_obj_fdb_add(rocker_port, info->vid, info->addr);
1668 return wops->port_obj_fdb_del(rocker_port, info->vid, info->addr);
2708 info.vid = recv_info->vid;
/linux-master/include/net/bluetooth/
H A Dhci.h1001 __le16 vid; member in struct:hci_coding_format
1484 __le16 vid; member in struct:hci_vnd_codec
1518 __le16 vid; member in struct:hci_vnd_codec_v2
1537 __le16 vid; member in struct:hci_op_read_local_codec_caps
/linux-master/drivers/net/dsa/
H A Dmt7530.h683 u16 vid; member in struct:mt7530_fdb
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6636 u16 vid = 0; local
6638 for_each_set_bit(vid, priv->active_vlans, VLAN_N_VID) {
6639 __le16 vid_le = cpu_to_le16(vid);
6649 pmatch = cpu_to_le16(vid);
6656 static int stmmac_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
6669 set_bit(vid, priv->active_vlans);
6672 clear_bit(vid, priv->active_vlans);
6677 ret = stmmac_add_hw_vlan_rx_fltr(priv, ndev, priv->hw, proto, vid);
6687 static int stmmac_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
6700 clear_bit(vid, pri
[all...]
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1572 static int be_vlan_add_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
1580 if (lancer_chip(adapter) && vid == 0)
1583 if (test_bit(vid, adapter->vids))
1586 set_bit(vid, adapter->vids);
1595 static int be_vlan_rem_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
1603 if (lancer_chip(adapter) && vid == 0)
1606 if (!test_bit(vid, adapter->vids))
1609 clear_bit(vid, adapter->vids);

Completed in 551 milliseconds

<<2122232425