Searched refs:vf (Results 201 - 225 of 244) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c573 /* verify SR-IOV is active and that vf idx is valid */
598 /* verify SR-IOV is active and that vf idx is valid */
634 /* verify SR-IOV is active and that vf idx is valid */
659 /* verify SR-IOV is active and that vf idx is valid */
665 ivi->vf = vf_idx;
684 /* verify SR-IOV is active and that vf idx is valid */
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c335 fs->val.vf = pi->vin;
/linux-master/include/net/
H A Dflow_offload.h270 u8 vf; member in struct:flow_action_entry::__anon2578::__anon2582
H A Ddevlink.h51 * @vf: Associated PCI VF for of the PCI PF for this port.
57 u16 vf; member in struct:devlink_port_pci_vf_attrs
1697 u16 pf, u16 vf, bool external);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h108 int vf; member in struct:vf_mac_filter
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c1472 target = req->vf;
1474 else if (!from_vf && req->vf) {
1475 target = (req->hdr.pcifunc & ~RVU_PFVF_FUNC_MASK) | req->vf;
1494 if (req->hdr.pcifunc && !from_vf && req->vf)
H A Dmbox.h1580 u16 vf; member in struct:npc_install_flow_req
1702 u16 vf; member in struct:set_vf_perm
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device.c469 err = xe_memirq_init(&tile->sriov.vf.memirq);
H A Dxe_guc.c652 err = xe_memirq_init_guc(&tile->sriov.vf.memirq, guc);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.c184 * @vf: VF number.
194 unsigned int pf, unsigned int vf, unsigned int nparams,
209 FW_PARAMS_CMD_VFN_V(vf));
193 csio_mb_params(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, unsigned int pf, unsigned int vf, unsigned int nparams, const u32 *params, u32 *val, bool wr, void (*cbfn)(struct csio_hw *, struct csio_mb *)) argument
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c731 int max_vfs, vf, i; local
743 for (vf = 0; vf < max_vfs; vf++)
744 liquidio_set_vf_link_state(netdev, vf,
2988 ivi->vf = vfidx;
3049 /* trusted vf is not supported by firmware older than 1.7.1 */
3886 "vf representor create failed");
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3445 * @vf: Virtual Function pool - VF Pool to set for MAC anti-spoofing
3448 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) argument
3450 int vf_target_reg = vf >> 3;
3451 int vf_target_shift = vf % 8;
3469 * @vf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing
3472 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) argument
3474 int vf_target_reg = vf >> 3;
3475 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;
H A Dixgbe_ethtool.c138 "vf-ipsec",
140 "mdd-disable-vf",
2828 u8 vf = ethtool_get_flow_spec_ring_vf(fsp->ring_cookie); local
2830 if (!vf && (ring >= adapter->num_rx_queues))
2832 else if (vf &&
2833 ((vf > adapter->num_vfs) ||
2838 if (!vf)
2841 queue = ((vf - 1) *
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c339 ICE_PRIV_FLAG("vf-true-promisc-support",
341 ICE_PRIV_FLAG("mdd-auto-reset-vf", ICE_FLAG_MDD_AUTO_RESET_VF),
342 ICE_PRIV_FLAG("vf-vlan-pruning", ICE_FLAG_VF_VLAN_PRUNING),
575 struct ice_vf *vf; local
579 ice_for_each_vf_rcu(pf, bkt, vf) {
580 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) {
1545 dev_err(dev, "Changing vf-true-promisc-support flag while VF(s) are in promiscuous mode not supported\n");
1553 dev_err(dev, "vf-vlan-pruning: VLAN pruning cannot be changed while VFs are active.\n");
4083 if (ice_check_vf_ready_for_cfg(repr->vf))
4095 if (ice_check_vf_ready_for_cfg(repr->vf) ||
[all...]
H A Dice_ethtool_fdir.c1717 u8 vf = ethtool_get_flow_spec_ring_vf(fsp->ring_cookie); local
1719 if (vf) {
H A Dice.h355 struct ice_vf *vf; /* VF associated with this VSI */ member in struct:ice_vsi
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c118 static int qede_set_vf_vlan(struct net_device *ndev, int vf, u16 vlan, u8 qos, argument
132 vlan, vf);
134 return edev->ops->iov->set_vlan(edev->cdev, vlan, vf);
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c2135 u16 pf, vf; local
2151 vf = MCDI_DWORD(fi_outbuf, GET_FUNCTION_INFO_OUT_VF);
2155 PRIVILEGE_MASK_IN_FUNCTION_VF, vf);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1461 * i40e_get_vf_new_vlan - Get new vlan id on a vf
1469 * and vf-vlan-prune-disable flag.
1514 * and vf-vlan-prune-disable flag.
2627 else if (pf->vf)
2630 vlan_filters, pf->vf[vsi->vf_id].trusted);
2800 if (vsi->type == I40E_VSI_SRIOV && pf->vf &&
2801 !pf->vf[vsi->vf_id].trusted) {
9553 struct i40e_vf *vf; local
9566 vf = &pf->vf[vf_i
11168 struct i40e_vf *vf; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c1697 * netdev (vf-rep or PF) the packet is destined to.
1703 /* if vf-rep dev is NULL, the must belongs to the PF */
1875 /* this packet belongs to a vf-rep */
5652 struct bnxt_vf_info *vf = &pf->vf[vf_idx]; local
5654 return vf->fw_fid;
6372 def_vlan = bp->vf.vlan;
7897 struct bnxt_vf_info *vf = &bp->vf; local
7899 vf
8905 struct bnxt_vf_info *vf = &bp->vf; local
14903 struct bnxt_vf_info *vf = &bp->vf; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c2208 unsigned int hf, vf; local
2224 vf = 2;
2226 vf = 1;
2228 return pclk * vf * hf;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed.h939 u16 qed_get_cm_pq_idx_vf(struct qed_hwfn *p_hwfn, u16 vf);
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h279 int netvsc_switch_datapath(struct net_device *nv_dev, bool vf);
1058 /* completion variable to confirm vf association */
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2245 unsigned int hf, vf; local
2261 vf = 2;
2263 vf = 1;
2265 return pclk * vf * hf;
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcs.h284 struct bfad_vf_s *vf_drv; /* driver vf structure */
293 struct bfa_vf_stats_s stats; /* fabric/vf stats */
305 * The design calls for a single implementation of base fabric and vf.
906 * bfa fcs vf public functions
909 void bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t vpwwn[], int *nports);

Completed in 600 milliseconds

12345678910