Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dpciehp.h150 #define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS)
Dpciehp_hpc.c834 slot_cap |= PCI_EXP_SLTCAP_NCCS; in pcie_init()
868 FLAG(slot_cap, PCI_EXP_SLTCAP_NCCS), in pcie_init()
900 !(slot_cap & PCI_EXP_SLTCAP_NCCS)) in quirk_cmd_compl()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h584 #define PCI_EXP_SLTCAP_NCCS 0x00040000 /* No Command Completed Support */ macro