Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv.h32 PCI_ERR_UNC_MALF_TLP)
/linux-4.4.14/include/ras/
Dras_event.h198 {PCI_ERR_UNC_MALF_TLP, "Malformed TLP"}, \
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h689 #define PCI_ERR_UNC_MALF_TLP 0x00040000 /* Malformed TLP */ macro
/linux-4.4.14/drivers/misc/cxl/
Dpci.c1056 if (data & PCI_ERR_UNC_MALF_TLP) in cxl_fixup_malformed_tlp()
1059 data |= PCI_ERR_UNC_MALF_TLP; in cxl_fixup_malformed_tlp()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c810 PCI_ERR_UNC_MALF_TLP | /* Malformed TLP */ in init_pci_ext_cap_err_perm()