Searched refs:_IC (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/pci/controller/ |
D | pcie-xilinx-cpm.c | 326 #define _IC(x, s) \ macro 333 _IC(LINK_DOWN, "Link Down"), 334 _IC(HOT_RESET, "Hot reset"), 335 _IC(CFG_TIMEOUT, "ECAM access timeout"), 336 _IC(CORRECTABLE, "Correctable error message"), 337 _IC(NONFATAL, "Non fatal error message"), 338 _IC(FATAL, "Fatal error message"), 339 _IC(SLV_UNSUPP, "Slave unsupported request"), 340 _IC(SLV_UNEXP, "Slave unexpected completion"), 341 _IC(SLV_COMPL, "Slave completion timeout"), [all …]
|