Home
last modified time | relevance | path

Searched refs:vf_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h16 struct pci_dev *vf_dev; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c928 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) in ice_sriov_set_msix_vec_count() argument
930 struct pci_dev *pdev = pci_physfn(vf_dev); in ice_sriov_set_msix_vec_count()
954 vf = ice_get_vf_by_dev(pf, vf_dev); in ice_sriov_set_msix_vec_count()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c172 struct pci_dev *vf_dev = NULL; in i40e_restore_all_vfs_msi_state() local
175 while ((vf_dev = pci_get_device(pdev->vendor, vf_id, vf_dev))) { in i40e_restore_all_vfs_msi_state()
176 if (vf_dev->is_virtfn && vf_dev->physfn == pdev) in i40e_restore_all_vfs_msi_state()
177 pci_restore_msi_state(vf_dev); in i40e_restore_all_vfs_msi_state()