Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A 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-6.3-rc2/arch/powerpc/include/asm/
A Dpci-bridge.h195 #define PCI_DN_FLAG_IOV_VF 0x01 macro

Completed in 5 milliseconds