Home
last modified time | relevance | path

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

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