Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/hotplug/
Dpciehp.h157 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS)
Dpciehp_hpc.c1006 slot_cap |= PCI_EXP_SLTCAP_NCCS; in pcie_init()
1050 FLAG(slot_cap, PCI_EXP_SLTCAP_NCCS), in pcie_init()
1083 !(slot_cap & PCI_EXP_SLTCAP_NCCS)) in quirk_cmd_compl()
/Linux-v6.1/include/uapi/linux/
Dpci_regs.h596 #define PCI_EXP_SLTCAP_NCCS 0x00040000 /* No Command Completed Support */ macro