Searched refs:g_pcie_dma (Results 1 – 1 of 1) sorted by relevance
161 static struct pcie_dma_instance_t g_pcie_dma; variable1046 g_pcie_dma.tx_complete_handler = NULL_POINTER; in PF_PCIE_dma_init()1047 g_pcie_dma.rx_complete_handler = NULL_POINTER; in PF_PCIE_dma_init()1049 g_pcie_dma.state = PF_PCIE_EP_DMA_COMPLETED; in PF_PCIE_dma_init()1062 g_pcie_dma.tx_complete_handler = write_callback; in PF_PCIE_set_dma_write_callback()1075 g_pcie_dma.rx_complete_handler = rx_callback; in PF_PCIE_set_dma_read_callback()1089 g_pcie_dma.state = PF_PCIE_EP_DMA_COMPLETED; in PF_PCIE_dma_abort()1107 if ((PF_PCIE_EP_DMA_IN_PROGRESS != g_pcie_dma.state) && (rx_lenth > 0u)) in PF_PCIE_dma_read()1126 g_pcie_dma.state = PF_PCIE_EP_DMA_IN_PROGRESS; in PF_PCIE_dma_read()1131 g_pcie_dma.state = PF_PCIE_EP_DMA_NOT_INITIALIZED; in PF_PCIE_dma_read()[all …]