Home
last modified time | relevance | path

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

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