Searched refs:rte_dma_devices (Results 1 – 1 of 1) sorted by relevance
21 static struct rte_dma_dev *rte_dma_devices; variable109 if (rte_dma_devices == NULL) in dma_find_by_name()115 return &rte_dma_devices[i]; in dma_find_by_name()158 if (rte_dma_devices != NULL) in dma_dev_data_prepare()162 rte_dma_devices = malloc(size); in dma_dev_data_prepare()163 if (rte_dma_devices == NULL) in dma_dev_data_prepare()165 memset(rte_dma_devices, 0, size); in dma_dev_data_prepare()267 dev = &rte_dma_devices[dev_id]; in dma_allocate_primary()301 dev = &rte_dma_devices[i]; in dma_attach_secondary()392 rte_dma_devices != NULL && in rte_dma_is_valid()[all …]