Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h488 #define PCI_EXP_DEVCAP_PAYLOAD 0x00000007 /* Max_Payload_Size */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h489 #define PCI_EXP_DEVCAP_PAYLOAD 0x00000007 /* Max_Payload_Size */ macro
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.c201 capa, get_payload_size(capa & PCI_EXP_DEVCAP_PAYLOAD)); in cobalt_pcie_status_show()
/openbmc/linux/drivers/pci/
H A Dprobe.c1543 pdev->pcie_mpss = FIELD_GET(PCI_EXP_DEVCAP_PAYLOAD, pdev->devcap); in set_pcie_port_type()
H A Dquirks.c5451 pdev->pcie_mpss = reg16 & PCI_EXP_DEVCAP_PAYLOAD; in quirk_intel_qat_vf_cap()