Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_vfr.c208 struct pci_dev *pf_pdev = vf_rep->bp->pdev; in bnxt_vf_rep_get_phys_port_name() local
211 rc = snprintf(buf, len, "pf%dvf%d", PCI_FUNC(pf_pdev->devfn), in bnxt_vf_rep_get_phys_port_name()
/kernel/linux/linux-5.10/drivers/iommu/intel/
Diommu.c911 struct pci_dev *pf_pdev; in device_to_iommu() local
917 pf_pdev = pci_physfn(pdev); in device_to_iommu()
918 dev = &pf_pdev->dev; in device_to_iommu()
1552 struct pci_dev *pf_pdev; in iommu_enable_dev_iotlb() local
1555 pf_pdev = pci_physfn(pdev); in iommu_enable_dev_iotlb()
1556 info->pfsid = pci_dev_id(pf_pdev); in iommu_enable_dev_iotlb()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dqm.c3808 struct pci_dev *pf_pdev = pci_physfn(pdev); in qm_flr_reset_complete() local
3809 struct hisi_qm *qm = pci_get_drvdata(pf_pdev); in qm_flr_reset_complete()