Home
last modified time | relevance | path

Searched refs:PCI_DN_FLAG_IOV_VF (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/powerpc/kernel/
Dpci_dn.c184 if (!pdn || (pdn->flags & PCI_DN_FLAG_IOV_VF)) in add_sriov_vf_pdns()
187 pdn->flags |= PCI_DN_FLAG_IOV_VF; in add_sriov_vf_pdns()
229 if (!pdn || !(pdn->flags & PCI_DN_FLAG_IOV_VF)) in remove_sriov_vf_pdns()
232 pdn->flags &= ~PCI_DN_FLAG_IOV_VF; in remove_sriov_vf_pdns()
/linux-5.19.10/arch/powerpc/include/asm/
Dpci-bridge.h189 #define PCI_DN_FLAG_IOV_VF 0x01 macro