Searched refs:LOCAL_EVENT_CAUSE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pci/controller/ |
D | pcie-microchip-host.c | 206 #define LOCAL_EVENT_CAUSE(x, s) \ macro 293 LOCAL_EVENT_CAUSE(DMA_ERROR_ENGINE_0, "dma engine 0 error"), 294 LOCAL_EVENT_CAUSE(DMA_ERROR_ENGINE_1, "dma engine 1 error"), 295 LOCAL_EVENT_CAUSE(A_ATR_EVT_POST_ERR, "axi write request error"), 296 LOCAL_EVENT_CAUSE(A_ATR_EVT_FETCH_ERR, "axi read request error"), 297 LOCAL_EVENT_CAUSE(A_ATR_EVT_DISCARD_ERR, "axi read timeout"), 298 LOCAL_EVENT_CAUSE(P_ATR_EVT_POST_ERR, "pcie write request error"), 299 LOCAL_EVENT_CAUSE(P_ATR_EVT_FETCH_ERR, "pcie read request error"), 300 LOCAL_EVENT_CAUSE(P_ATR_EVT_DISCARD_ERR, "pcie read timeout"), 301 LOCAL_EVENT_CAUSE(PM_MSI_INT_AER_EVT, "aer event"), [all …]
|