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

<<2122232425

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c3065 * @vid: vlan id to be added (0 = untagged only , -1 = any)
3075 int i40e_add_vlan_all_mac(struct i40e_vsi *vsi, s16 vid) argument
3091 if (f->state == I40E_FILTER_REMOVE && f->vlan == vid) {
3097 add_f = i40e_add_filter(vsi, f->macaddr, vid);
3101 vid, f->macaddr);
3112 * @vid: VLAN id to be added
3114 int i40e_vsi_add_vlan(struct i40e_vsi *vsi, u16 vid) argument
3129 if (!vid)
3134 err = i40e_add_vlan_all_mac(vsi, vid);
3149 * @vid
3159 i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid) argument
3176 i40e_vsi_kill_vlan(struct i40e_vsi *vsi, u16 vid) argument
3199 i40e_vlan_rx_add_vid(struct net_device *netdev, __always_unused __be16 proto, u16 vid) argument
3222 i40e_vlan_rx_add_vid_up(struct net_device *netdev, __always_unused __be16 proto, u16 vid) argument
3241 i40e_vlan_rx_kill_vid(struct net_device *netdev, __always_unused __be16 proto, u16 vid) argument
3264 u16 vid; local
3284 i40e_vsi_add_pvid(struct i40e_vsi *vsi, u16 vid) argument
13072 i40e_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, u16 vid, u16 flags, struct netlink_ext_ack *extack) argument
[all...]
/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/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/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/intel/ice/
H A Dice_main.c3752 * @vid: VLAN ID to be added
3757 ice_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
3766 if (!vid)
3778 vid);
3788 vlan = ICE_VLAN(be16_to_cpu(proto), vid, 0);
3815 * @vid: VLAN ID to be removed
3820 ice_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) argument
3829 if (!vid)
3836 ICE_MCAST_VLAN_PROMISC_BITS, vid);
3848 vlan = ICE_VLAN(be16_to_cpu(proto), vid,
6080 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
6119 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...]
H A Dice_txrx.c1664 td_tag = first->vid;
1997 first->vid = skb_vlan_tag_get(skb);
2384 offload.cd_l2tag2 = first->vid;
/linux-master/net/nfc/
H A Dnetlink.c1564 u32 dev_idx, vid, subcmd; local
1575 vid = nla_get_u32(info->attrs[NFC_ATTR_VENDOR_ID]);
1602 if (cmd->vendor_id != vid || cmd->subcmd != subcmd)
/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/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/fs/afs/
H A Dvlclient.c77 entry->vid[i] = ntohl(uvldb->volumeId[i]);
H A Dproc.c270 refcount_read(&vol->ref), vol->vid,
H A Dinternal.h500 afs_volid_t vid[3]; /* Volume IDs for R/W, R/O and Bak volumes */ member in struct:afs_vldb_entry
635 afs_volid_t vid; /* The volume ID of this volume */ member in struct:afs_volume
/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/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c345 data.vlan.id = act->vlan.vid;
/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/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.h926 __le16 vid; member in struct:hci_coding_format
1409 __le16 vid; member in struct:hci_vnd_codec
1443 __le16 vid; member in struct:hci_vnd_codec_v2
1462 __le16 vid; member in struct:hci_op_read_local_codec_caps
/linux-master/include/net/
H A Dflow_offload.h246 u16 vid; member in struct:flow_action_entry::__anon2718::__anon2719
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6645 u16 vid = 0; local
6647 for_each_set_bit(vid, priv->active_vlans, VLAN_N_VID) {
6648 __le16 vid_le = cpu_to_le16(vid);
6658 pmatch = cpu_to_le16(vid);
6665 static int stmmac_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
6678 set_bit(vid, priv->active_vlans);
6681 clear_bit(vid, priv->active_vlans);
6686 ret = stmmac_add_hw_vlan_rx_fltr(priv, ndev, priv->hw, proto, vid);
6696 static int stmmac_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
6709 clear_bit(vid, pri
[all...]
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c1394 u8 sja1105et_fdb_hash(struct sja1105_private *priv, const u8 *addr, u16 vid) argument
1404 input = ((u64)vid << 48) | ether_addr_to_u64(addr);

Completed in 713 milliseconds

<<2122232425