Searched refs:vf (Results 151 - 175 of 248) sorted by relevance

12345678910

/linux-master/drivers/clocksource/
H A DMakefile51 obj-$(CONFIG_VF_PIT_TIMER) += timer-vf-pit.o
/linux-master/drivers/media/i2c/
H A Dmax2175.c1095 const struct v4l2_frequency *vf)
1102 vf->frequency, ctx->freq, ctx->mode_resolved);
1104 if (vf->tuner != 0)
1107 freq = clamp(vf->frequency, ctx->bands_rf->rangelow,
1125 struct v4l2_frequency *vf)
1129 if (vf->tuner != 0)
1133 vf->type = V4L2_TUNER_RF;
1134 vf->frequency = ctx->freq;
1094 max2175_s_frequency(struct v4l2_subdev *sd, const struct v4l2_frequency *vf) argument
1124 max2175_g_frequency(struct v4l2_subdev *sd, struct v4l2_frequency *vf) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lib.c172 struct ice_vf *vf = vsi->vf; local
174 if (WARN_ON(vsi_type == ICE_VSI_VF && !vf))
211 if (vf->num_req_qs)
212 vf->num_vf_qs = vf->num_req_qs;
213 vsi->alloc_txq = vf->num_vf_qs;
214 vsi->alloc_rxq = vf->num_vf_qs;
220 vsi->num_q_vectors = vf->num_msix - ICE_NONQ_VECS_VF;
288 ctxt->vf_num = vsi->vf
[all...]
H A Dice_main.c554 struct ice_vf *vf; local
571 ice_for_each_vf(pf, bkt, vf)
572 ice_set_vf_state_dis(vf);
1752 * @vf: pointer to the VF structure
1758 * mdd-auto-reset-vf.
1760 static void ice_mdd_maybe_reset_vf(struct ice_pf *pf, struct ice_vf *vf, argument
1772 ice_print_vf_tx_mdd_event(vf);
1775 ice_print_vf_rx_mdd_event(vf);
1778 pf->hw.pf_id, vf->vf_id);
1779 ice_reset_vf(vf, ICE_VF_RESET_NOTIF
1796 struct ice_vf *vf; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.h413 struct kfd_dev *kgd2kfd_probe(struct amdgpu_device *adev, bool vf);
437 struct kfd_dev *kgd2kfd_probe(struct amdgpu_device *adev, bool vf) argument
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h228 struct e1000_dev_spec_vf vf; member in union:e1000_hw::__anon421
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic.h296 int enic_is_valid_vf(struct enic *enic, int vf);
/linux-master/drivers/crypto/intel/qat/qat_dh895xccvf/
H A Dadf_drv.c168 init_completion(&accel_dev->vf.msg_received);
/linux-master/drivers/crypto/intel/qat/qat_c3xxxvf/
H A Dadf_drv.c168 init_completion(&accel_dev->vf.msg_received);
/linux-master/drivers/crypto/intel/qat/qat_c62xvf/
H A Dadf_drv.c168 init_completion(&accel_dev->vf.msg_received);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c98 pfvf = &mcs->vf[rvu_get_hwvf(rvu, pcifunc)];
192 pfvf = &mcs->vf[rvu_get_hwvf(rvu, pcifunc)];
905 mcs->vf = devm_kcalloc(mcs->dev, hw->total_vfs,
907 if (!mcs->vf)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h1245 int mlx5e_set_vf_mac(struct net_device *dev, int vf, u8 *mac);
1246 int mlx5e_set_vf_rate(struct net_device *dev, int vf, int min_tx_rate, int max_tx_rate);
1247 int mlx5e_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivi);
1248 int mlx5e_get_vf_stats(struct net_device *dev, int vf, struct ifla_vf_stats *vf_stats);
H A Dvport.c985 int vf, u8 port_num, void *out)
1004 MLX5_SET(query_vport_counter_in, in, vport_number, vf + 1);
1047 int vf,
1056 mlx5_core_dbg(dev, "vf %d\n", vf);
1066 MLX5_SET(modify_hca_vport_context_in, in, vport_number, vf);
984 mlx5_core_query_vport_counter(struct mlx5_core_dev *dev, u8 other_vport, int vf, u8 port_num, void *out) argument
1045 mlx5_core_modify_hca_vport_context(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, int vf, struct mlx5_hca_vport_context *req) argument
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.h37 struct pdsc *vf; member in struct:pdsc_vf
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_types.h197 /** @sriov.vf.memirq: Memory Based Interrupts. */
199 } vf; member in union:xe_tile::__anon822
/linux-master/Documentation/
H A DMakefile33 FONTS_CONF_DENY_VF ?= $(HOME)/deny-vf
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1054 static int ivtv_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1061 if (vf->tuner != 0)
1064 ivtv_call_all(itv, tuner, g_frequency, vf);
1068 int ivtv_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) argument
1075 if (vf->tuner != 0)
1079 IVTV_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency);
1080 ivtv_call_all(itv, tuner, s_frequency, vf);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c296 if (fs->val.pf > 0x7 || fs->val.vf > 0x7f)
299 fs->mask.vf &= 0x7f;
1086 if (fs->val.vf && !fs->mask.vf)
1087 fs->mask.vf |= ~0;
1271 (fs->val.vf)) << tp->vnic_shift;
1437 f->fs.val.ovlan = (fs->val.pf << 13) | fs->val.vf;
1438 f->fs.mask.ovlan = (fs->mask.pf << 13) | fs->mask.vf;
1684 f->fs.val.ovlan = (fs->val.pf << 13) | fs->val.vf;
1685 f->fs.mask.ovlan = (fs->mask.pf << 13) | fs->mask.vf;
[all...]
H A Dt4_hw.c5475 /* T6 and later: for KeyMode 3 (per-vf and per-vf scramble),
7434 * @vf: the VF
7445 unsigned int vf, unsigned int nparams, const u32 *params,
7459 FW_PARAMS_CMD_VFN_V(vf));
7477 unsigned int vf, unsigned int nparams, const u32 *params,
7480 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0,
7485 unsigned int vf, unsigned int nparams, const u32 *params,
7488 return t4_query_params_rw(adap, mbox, pf, vf, nparams, params, val, 0,
7497 * @vf
7444 t4_query_params_rw(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val, int rw, bool sleep_ok) argument
7476 t4_query_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val) argument
7484 t4_query_params_ns(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val) argument
7506 t4_set_params_timeout(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val, int timeout) argument
7545 t4_set_params(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, const u32 *val) argument
7574 t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, unsigned int rxqi, unsigned int rxq, unsigned int tc, unsigned int vi, unsigned int cmask, unsigned int pmask, unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) argument
7620 t4_alloc_vi(struct adapter *adap, unsigned int mbox, unsigned int port, unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, unsigned int *rss_size, u8 *vivld, u8 *vin) argument
7677 t4_free_vi(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int viid) argument
8323 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8354 t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8382 t4_eth_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
8407 t4_ctrl_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
8432 t4_ofld_eq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int eqid) argument
9600 t4_init_portinfo(struct port_info *pi, int mbox, int port, int pf, int vf, u8 mac[]) argument
9696 t4_port_init(struct adapter *adap, int mbox, int pf, int vf) argument
9717 t4_init_port_mirror(struct port_info *pi, u8 mbox, u8 port, u8 pf, u8 vf, u16 *mirror_viid) argument
10221 t4_set_vf_mac_acl(struct adapter *adapter, unsigned int vf, unsigned int naddr, u8 *addr) argument
10469 t4_set_vlan_acl(struct adapter *adap, unsigned int mbox, unsigned int vf, u16 vlan) argument
[all...]
/linux-master/drivers/infiniband/core/
H A Dverbs.c2586 int ib_set_vf_link_state(struct ib_device *device, int vf, u32 port, argument
2592 return device->ops.set_vf_link_state(device, vf, port, state);
2596 int ib_get_vf_config(struct ib_device *device, int vf, u32 port, argument
2602 return device->ops.get_vf_config(device, vf, port, info);
2606 int ib_get_vf_stats(struct ib_device *device, int vf, u32 port, argument
2612 return device->ops.get_vf_stats(device, vf, port, stats);
2616 int ib_set_vf_guid(struct ib_device *device, int vf, u32 port, u64 guid, argument
2622 return device->ops.set_vf_guid(device, vf, port, guid, type);
2626 int ib_get_vf_guid(struct ib_device *device, int vf, u32 port, argument
2633 return device->ops.get_vf_guid(device, vf, por
[all...]
/linux-master/net/devlink/
H A Dport.c256 nla_put_u16(msg, DEVLINK_ATTR_PORT_PCI_VF_NUMBER, attrs->pci_vf.vf))
1406 * @vf: associated VF of a PF for the devlink port instance
1410 u16 pf, u16 vf, bool external)
1423 attrs->pci_vf.vf = vf;
1563 attrs->pci_vf.pf, attrs->pci_vf.vf);
1409 devlink_port_attrs_pci_vf_set(struct devlink_port *devlink_port, u32 controller, u16 pf, u16 vf, bool external) argument
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1467 int mlx5_ib_get_vf_config(struct ib_device *device, int vf,
1469 int mlx5_ib_set_vf_link_state(struct ib_device *device, int vf,
1471 int mlx5_ib_get_vf_stats(struct ib_device *device, int vf,
1473 int mlx5_ib_get_vf_guid(struct ib_device *device, int vf, u32 port,
1476 int mlx5_ib_set_vf_guid(struct ib_device *device, int vf, u32 port,
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c3081 "failed to push link status to vf%u, ret = %d\n",
3494 struct hclge_vport *hclge_get_vf_vport(struct hclge_dev *hdev, int vf) argument
3498 "SRIOV is disabled, can not get vport(%d) info.\n", vf);
3502 if (vf < 0 || vf >= pci_num_vf(hdev->pdev)) {
3504 "vf id(%d) is out of range(0 <= vfid < %d)\n",
3505 vf, pci_num_vf(hdev->pdev));
3510 vf += HCLGE_VF_VPORT_START_NUM;
3511 return &hdev->vport[vf];
3514 static int hclge_get_vf_config(struct hnae3_handle *handle, int vf, argument
3538 hclge_set_vf_link_state(struct hnae3_handle *handle, int vf, int link_state) argument
6480 u8 vf = ethtool_get_flow_spec_ring_vf(ring_cookie); local
9196 hclge_set_vf_mac(struct hnae3_handle *handle, int vf, u8 *mac_addr) argument
10506 int vf; local
11919 hclge_set_mac_spoofchk(struct hclge_dev *hdev, int vf, bool enable) argument
11925 hclge_set_vlan_spoofchk(struct hclge_dev *hdev, int vf, bool enable) argument
11932 hclge_set_vf_spoofchk_hw(struct hclge_dev *hdev, int vf, bool enable) argument
11953 hclge_set_vf_spoofchk(struct hnae3_handle *handle, int vf, bool enable) argument
12010 hclge_set_vf_trust(struct hnae3_handle *handle, int vf, bool enable) argument
12033 int vf; local
12062 hclge_set_vf_rate(struct hnae3_handle *handle, int vf, int min_tx_rate, int max_tx_rate, bool force) argument
12094 int vf; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5283 u8 vf = ethtool_get_flow_spec_ring_vf(filter->action); local
5285 if (!vf && (ring >= adapter->num_rx_queues)) {
5289 } else if (vf &&
5290 ((vf > adapter->num_vfs) ||
5292 e_err(drv, "FDIR restore failed with VF, vf: %hhu, ring: %u\n",
5293 vf, ring);
5298 if (!vf)
5301 queue = ((vf - 1) *
7718 static void ixgbe_bad_vf_abort(struct ixgbe_adapter *adapter, u32 vf) argument
7724 adapter->vfinfo[vf]
7743 unsigned int vf; local
9114 ixgbe_ndo_get_vf_stats(struct net_device *netdev, int vf, struct ifla_vf_stats *vf_stats) argument
9444 unsigned int num_vfs = adapter->num_vfs, vf; local
11403 int vf, pos; local
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1257 int vivid_video_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf) argument
1261 if (vf->tuner != 0)
1263 vf->frequency = dev->tv_freq;
1267 int vivid_video_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf) argument
1271 if (vf->tuner != 0)
1273 dev->tv_freq = clamp_t(unsigned, vf->frequency, MIN_TV_FREQ, MAX_TV_FREQ);

Completed in 388 milliseconds

12345678910