/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | dual_vxlan_bridge.sh | 17 # | | vid 100 pvid untagged | | | | | 24 # | | vid 100 pvid untagged | | | | 59 # | | vid 100 pvid untagged | | | | | | 63 # | | | vid 100 pvid untagged | | | | | | | 157 bridge vlan add vid 100 dev vx100 pvid untagged 161 bridge vlan add vid 100 dev $swp1 pvid untagged 192 bridge vlan del vid 100 dev $swp1 274 in_ns ns1 bridge vlan add vid 100 dev vx100 pvid untagged
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_locked_port.sh | 127 bridge vlan add vid 100 dev $swp1 128 bridge vlan add vid 100 dev $swp2 148 bridge vlan del vid 100 dev $swp1 149 bridge vlan del vid 100 dev $swp2
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | priv.h | 17 int (*vid_set)(struct nvkm_volt *, u8 vid);
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_iov_if.h | 18 int (*set_vlan) (struct qed_dev *cdev, u16 vid, int vfid);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_compositor.h | 62 * @vid: array of vids 77 struct sti_vid *vid[STI_MAX_VID]; member
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_manager.h | 20 int vid; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_iov_if.h | 18 int (*set_vlan) (struct qed_dev *cdev, u16 vid, int vfid);
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_manager.h | 20 int vid; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | priv.h | 17 int (*vid_set)(struct nvkm_volt *, u8 vid);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_compositor.h | 62 * @vid: array of vids 77 struct sti_vid *vid[STI_MAX_VID]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 76 __be16 proto, u16 vid); 78 __be16 proto, u16 vid); 2147 ixgb_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in ixgb_vlan_rx_add_vid() argument 2154 index = (vid >> 5) & 0x7F; in ixgb_vlan_rx_add_vid() 2156 vfta |= (1 << (vid & 0x1F)); in ixgb_vlan_rx_add_vid() 2158 set_bit(vid, adapter->active_vlans); in ixgb_vlan_rx_add_vid() 2164 ixgb_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in ixgb_vlan_rx_kill_vid() argument 2171 index = (vid >> 5) & 0x7F; in ixgb_vlan_rx_kill_vid() 2173 vfta &= ~(1 << (vid & 0x1F)); in ixgb_vlan_rx_kill_vid() 2175 clear_bit(vid, adapte in ixgb_vlan_rx_kill_vid() 2183 u16 vid; ixgb_restore_vlan() local [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | yfsclient.c | 24 fid->vid = xdr_to_u64(x->volume); in xdr_decode_YFSFid() 49 x->volume = u64_to_xdr(fid->vid); in xdr_encode_YFSFid() 313 vs->vid = xdr_to_u64(x->vid); in xdr_decode_YFSFetchVolumeStatus() 505 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data() 1108 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_store_data() 1182 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr_size() 1224 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr() 1410 bp = xdr_encode_u64(bp, vp->fid.vid); in yfs_fs_get_volume_status() 1585 key_serial(op->key), vp->fid.vid, v in yfs_fs_fetch_status() [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | yfsclient.c | 24 fid->vid = xdr_to_u64(x->volume); in xdr_decode_YFSFid() 49 x->volume = u64_to_xdr(fid->vid); in xdr_encode_YFSFid() 306 vs->vid = xdr_to_u64(x->vid); in xdr_decode_YFSFetchVolumeStatus() 469 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data() 1074 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_store_data() 1138 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr_size() 1180 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in yfs_fs_setattr() 1366 bp = xdr_encode_u64(bp, vp->fid.vid); in yfs_fs_get_volume_status() 1541 key_serial(op->key), vp->fid.vid, v in yfs_fs_fetch_status() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 230 bd[rxq->write].rbid = cpu_to_le16(rxb->vid); in iwl_pcie_restock_bd() 234 bd[rxq->write] = cpu_to_le64(rxb->page_dma | rxb->vid); in iwl_pcie_restock_bd() 238 (u32)rxb->vid, rxq->id, rxq->write); in iwl_pcie_restock_bd() 1156 rxb->vid = (u16)(i + 1); in _iwl_pcie_rx_init() 1448 u16 vid; in iwl_pcie_get_rxb() local 1462 vid = le16_to_cpu(cd[i].rbid); in iwl_pcie_get_rxb() 1467 vid = le16_to_cpu(cd[i].rbid); in iwl_pcie_get_rxb() 1472 vid = le32_to_cpu(cd[i]) & 0x0FFF; /* 12-bit VID */ in iwl_pcie_get_rxb() 1475 if (!vid || vid > RX_POOL_SIZ in iwl_pcie_get_rxb() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.h | 32 struct ionic_rx_filter *ionic_rx_filter_by_vlan(struct ionic_lif *lif, u16 vid);
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | max20751.c | 18 .format[PSC_VOLTAGE_OUT] = vid,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | volt.h | 32 u8 vid; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | volt.h | 32 u8 vid; member
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | max20751.c | 18 .format[PSC_VOLTAGE_OUT] = vid,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 105 u16 vid; member 117 u16 vid; member 7952 u16 vid = 0; in mlxsw_sp_rif_vid() local 7965 vid = mlxsw_sp_fid_8021q_vid(rif->fid); in mlxsw_sp_rif_vid() 7969 return vid; in mlxsw_sp_rif_vid() 8541 u16 vid) in mlxsw_sp_rif_destroy_vlan_upper() 8547 upper_dev = __vlan_find_dev_deep_rcu(br_dev, htons(ETH_P_8021Q), vid); in mlxsw_sp_rif_destroy_vlan_upper() 8603 .vid = new_pvid, in mlxsw_sp_router_bridge_vlan_add() 8649 params->vid = mlxsw_sp_port_vlan->vid; in mlxsw_sp_rif_subport_params_init() 8539 mlxsw_sp_rif_destroy_vlan_upper(struct mlxsw_sp *mlxsw_sp, struct net_device *br_dev, u16 vid) mlxsw_sp_rif_destroy_vlan_upper() argument 8898 u16 vid = mlxsw_sp_port_vlan->vid; __mlxsw_sp_port_vlan_router_join() local 8948 u16 vid = mlxsw_sp_port_vlan->vid; __mlxsw_sp_port_vlan_router_leave() local 8987 mlxsw_sp_inetaddr_port_vlan_event(struct net_device *l3_dev, struct net_device *port_dev, unsigned long event, u16 vid, struct netlink_ext_ack *extack) mlxsw_sp_inetaddr_port_vlan_event() argument 9023 __mlxsw_sp_inetaddr_lag_event(struct net_device *l3_dev, struct net_device *lag_dev, unsigned long event, u16 vid, struct netlink_ext_ack *extack) __mlxsw_sp_inetaddr_lag_event() argument 9113 u16 vid = vlan_dev_vlan_id(vlan_dev); mlxsw_sp_inetaddr_vlan_event() local 9900 mlxsw_sp_port_vid_router_join_existing(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid, struct net_device *dev, struct netlink_ext_ack *extack) mlxsw_sp_port_vid_router_join_existing() argument 9916 mlxsw_sp_port_vid_router_leave(struct mlxsw_sp_port *mlxsw_sp_port, u16 vid, struct net_device *dev) mlxsw_sp_port_vid_router_leave() argument 9937 u16 vid; __mlxsw_sp_router_port_join_lag() local 9982 u16 vid; __mlxsw_sp_router_port_leave_lag() local 10391 u16 vid = mlxsw_sp_fid_8021q_vid(rif->fid); mlxsw_sp_rif_vlan_fdb_del() local 10406 mlxsw_sp_rif_vlan_op(struct mlxsw_sp_rif *rif, u16 vid, u16 efid, bool enable) mlxsw_sp_rif_vlan_op() argument 10424 u16 vid = mlxsw_sp_fid_8021q_vid(rif->fid); mlxsw_sp_rif_vlan_configure() local 10485 u16 vid = mlxsw_sp_fid_8021q_vid(rif->fid); mlxsw_sp_rif_vlan_deconfigure() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/ |
H A D | vgic-v3-sr.c | 687 u32 vid = vcpu_get_reg(vcpu, rt); in __vgic_v3_write_dir() local 696 if (vid >= VGIC_MIN_LPI) in __vgic_v3_write_dir() 699 lr = __vgic_v3_find_active_lr(vcpu, vid, &lr_val); in __vgic_v3_write_dir() 710 u32 vid = vcpu_get_reg(vcpu, rt); in __vgic_v3_write_eoir() local 721 if (vid >= VGIC_MIN_LPI) in __vgic_v3_write_eoir() 728 lr = __vgic_v3_find_active_lr(vcpu, vid, &lr_val); in __vgic_v3_write_eoir()
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
H A D | ak8975.c | 368 struct regulator *vid; member 388 ret = regulator_enable(data->vid); in ak8975_power_on() 412 regulator_disable(data->vid); in ak8975_power_off() 925 data->vid = devm_regulator_get(&client->dev, "vid"); in ak8975_probe() 926 if (IS_ERR(data->vid)) in ak8975_probe() 927 return PTR_ERR(data->vid); in ak8975_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm78.c | 17 #include <linux/hwmon-vid.h> 132 u8 vid; /* Register encoding, combined */ member 423 return sprintf(buf, "%d\n", vid_from_reg(data->vid, 82)); in cpu0_vid_show() 763 data->vid = i & 0x0f; in lm78_update_device() 765 data->vid |= in lm78_update_device() 769 data->vid |= 0x10; in lm78_update_device()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gm20b.c | 476 clk->new_uv = volt->vid[cstate->voltage].uv; in gm20b_clk_calc() 990 vmin = volt->vid[0].uv; in gm20b_clk_init_safe_fmax() 992 if (volt->vid[i].uv <= vmin) { in gm20b_clk_init_safe_fmax() 993 vmin = volt->vid[i].uv; in gm20b_clk_init_safe_fmax() 994 id = volt->vid[i].vid; in gm20b_clk_init_safe_fmax()
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
H A D | rio-scan.c | 214 "RIO: badness when releasing host lock on vid %4.4x did %4.4x\n", in rio_clear_locks() 215 rdev->vid, rdev->did); in rio_clear_locks() 355 rdev->vid = result & 0xffff; in rio_setup_device() 614 "RIO: found %s (vid %4.4x did %4.4x) with %d ports\n", in rio_enum_peer() 615 rio_name(rdev), rdev->vid, rdev->did, in rio_enum_peer() 694 pr_debug("RIO: found %s (vid %4.4x did %4.4x)\n", in rio_enum_peer() 695 rio_name(rdev), rdev->vid, rdev->did); in rio_enum_peer() 750 "RIO: found %s (vid %4.4x did %4.4x) with %d ports\n", in rio_disc_peer() 751 rio_name(rdev), rdev->vid, rdev->did, in rio_disc_peer() 786 pr_debug("RIO: found %s (vid in rio_disc_peer() [all...] |