Home
last modified time | relevance | path

Searched refs:PCI_DN_FLAG_IOV_VF (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H 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()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H 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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpci-bridge.h185 #define PCI_DN_FLAG_IOV_VF 0x01 macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpci-bridge.h202 #define PCI_DN_FLAG_IOV_VF 0x01 macro

Completed in 5 milliseconds