/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 2175 vlan->vid); in ice_vf_ena_vlan_promisc() 2196 vlan->vid); in ice_vf_dis_vlan_promisc() 2302 u16 vid = vfl->vlan_id[i]; in ice_vc_process_vlan_msg() local 2319 if (!vid) in ice_vc_process_vlan_msg() 2322 vlan = ICE_VLAN(ETH_P_8021Q, vid, 0); in ice_vc_process_vlan_msg() 2330 if (!vlan_promisc && vid && !ice_is_dvm_ena(&pf->hw)) { in ice_vc_process_vlan_msg() 2336 vid, status); in ice_vc_process_vlan_msg() 2343 vid, status); in ice_vc_process_vlan_msg() 2351 vid, status); in ice_vc_process_vlan_msg() 2367 u16 vid in ice_vc_process_vlan_msg() local [all...] |
H A D | ice_sriov.h | 103 int __always_unused vf_id, u16 __always_unused vid, in ice_set_vf_port_vlan() 102 ice_set_vf_port_vlan(struct net_device __always_unused *netdev, int __always_unused vf_id, u16 __always_unused vid, u8 __always_unused qos, __be16 __always_unused v_proto) ice_set_vf_port_vlan() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_main.c | 370 const unsigned char *addr, u16 vid, in qlcnic_fdb_del() 377 return ndo_dflt_fdb_del(ndm, tb, netdev, addr, vid); in qlcnic_fdb_del() 396 const unsigned char *addr, u16 vid, u16 flags, in qlcnic_fdb_add() 403 return ndo_dflt_fdb_add(ndm, tb, netdev, addr, vid, flags); in qlcnic_fdb_add() 1347 qlcnic_vlan_rx_add(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_add() argument 1353 err = qlcnic_sriov_cfg_vf_guest_vlan(adapter, vid, 1); in qlcnic_vlan_rx_add() 1357 vid, err); in qlcnic_vlan_rx_add() 1362 set_bit(vid, adapter->vlans); in qlcnic_vlan_rx_add() 1367 qlcnic_vlan_rx_del(struct net_device *netdev, __be16 proto, u16 vid) in qlcnic_vlan_rx_del() argument 1373 err = qlcnic_sriov_cfg_vf_guest_vlan(adapter, vid, in qlcnic_vlan_rx_del() 368 qlcnic_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *netdev, const unsigned char *addr, u16 vid, struct netlink_ext_ack *extack) qlcnic_fdb_del() argument 394 qlcnic_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *netdev, const unsigned char *addr, u16 vid, u16 flags, struct netlink_ext_ack *extack) qlcnic_fdb_add() argument 4095 u16 vid; qlcnic_restore_indev_addr() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 4096 u8 *addr, u16 vid, u32 pid, u32 seq, in nlmsg_populate_fdb_fill() 4118 if (vid) in nlmsg_populate_fdb_fill() 4119 if (nla_put(skb, NDA_VLAN, sizeof(u16), &vid)) in nlmsg_populate_fdb_fill() 4138 static void rtnl_fdb_notify(struct net_device *dev, u8 *addr, u16 vid, int type, in rtnl_fdb_notify() argument 4149 err = nlmsg_populate_fdb_fill(skb, dev, addr, vid, in rtnl_fdb_notify() 4168 const unsigned char *addr, u16 vid, in ndo_dflt_fdb_add() 4186 if (vid) { in ndo_dflt_fdb_add() 4207 u16 vid = 0; in fdb_vid_parse() local 4215 vid = nla_get_u16(vlan_attr); in fdb_vid_parse() 4217 if (!vid || vi in fdb_vid_parse() 4094 nlmsg_populate_fdb_fill(struct sk_buff *skb, struct net_device *dev, u8 *addr, u16 vid, u32 pid, u32 seq, int type, unsigned int flags, int nlflags, u16 ndm_state) nlmsg_populate_fdb_fill() argument 4165 ndo_dflt_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, u16 vid, u16 flags) ndo_dflt_fdb_add() argument 4234 u16 vid; rtnl_fdb_add() local 4310 ndo_dflt_fdb_del(struct ndmsg *ndm, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, u16 vid) ndo_dflt_fdb_del() argument 4352 u16 vid; rtnl_fdb_del() local 4697 valid_fdb_get_strict(const struct nlmsghdr *nlh, struct nlattr **tb, u8 *ndm_flags, int *br_idx, int *brport_idx, u8 **addr, u16 *vid, struct netlink_ext_ack *extack) valid_fdb_get_strict() argument 4772 u16 vid = 0; rtnl_fdb_get() local [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernow-k8.h | 13 * vid/fid pairings, but are modified during the ->target() call 22 /* keep track of the current fid / vid or pstate */ 26 /* the powernow_table includes all frequency and vid/fid pairings: 27 * fid are the lower 8 bits of the index, vid are the upper 8 bits. 32 * used to determine valid frequency/vid/fid states */ 107 #define LEAST_VID 0x3e /* Lowest (numerically highest) useful vid value */ 113 #define INVALID_VID_MASK 0xffffffc0 /* not a valid vid if these bits are set */ 175 /* Pairs of fid/vid values are appended to the version 1.4 PSB table. */ 178 u8 vid; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_pf.h | 100 s32 fm10k_iov_select_vid(struct fm10k_vf_info *vf_info, u16 vid);
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid.h | 50 uint16_t vid; member 97 * @hid_devices: Store vid/pid/devid for each enumerated HID device
|
/kernel/linux/linux-5.10/drivers/media/platform/omap/ |
H A D | omap_voutdef.h | 138 int vid; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_span.h | 23 u16 vid; member
|
H A D | core_acl_flex_actions.h | 67 u16 vid, u8 pcp, u8 et,
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | pxe1610.c | 64 .format[PSC_VOLTAGE_OUT] = vid,
|
H A D | xdpe12284.c | 113 .format[PSC_VOLTAGE_OUT] = vid,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | smc.h | 56 u32 vid);
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | protocol_yfs.h | 142 struct yfs_xdr_u64 vid; member
|
H A D | server_list.c | 48 slist->vids[i] = vldb->vid[i]; in afs_alloc_server_list()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap/ |
H A D | omap_voutdef.h | 138 int vid; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_span.h | 36 u16 vid; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge_debugfs.c | 55 entry->dev->name, entry->key.addr, entry->key.vid, packets, bytes, lastuse, in mlx5_esw_bridge_debugfs_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_pf.h | 100 s32 fm10k_iov_select_vid(struct fm10k_vf_info *vf_info, u16 vid);
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | server_list.c | 48 slist->vids[i] = vldb->vid[i]; in afs_alloc_server_list()
|
H A D | protocol_yfs.h | 142 struct yfs_xdr_u64 vid; member
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernow-k8.h | 13 * vid/fid pairings, but are modified during the ->target() call 22 /* keep track of the current fid / vid or pstate */ 26 /* the powernow_table includes all frequency and vid/fid pairings: 27 * fid are the lower 8 bits of the index, vid are the upper 8 bits. 32 * used to determine valid frequency/vid/fid states */ 107 #define LEAST_VID 0x3e /* Lowest (numerically highest) useful vid value */ 113 #define INVALID_VID_MASK 0xffffffc0 /* not a valid vid if these bits are set */ 175 /* Pairs of fid/vid values are appended to the version 1.4 PSB table. */ 178 u8 vid; member
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | pxe1610.c | 64 .format[PSC_VOLTAGE_OUT] = vid,
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_pid_container_pri.h | 43 UINT32 vid; /* Virtual ID */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_cmd.c | 593 MLX5_SET(vlan, vlan, vid, fte->action.vlan[0].vid); in mlx5dr_cmd_set_fte() 599 MLX5_SET(vlan, vlan, vid, fte->action.vlan[1].vid); in mlx5dr_cmd_set_fte()
|