Searched refs:vchan_conf (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_dmadev_api.c | 187 struct rte_dma_vchan_conf vchan_conf; in check_direction() local 191 memset(&vchan_conf, 0, sizeof(vchan_conf)); in check_direction() 200 memset(&vchan_conf, 0, sizeof(vchan_conf)); in check_direction() 217 struct rte_dma_vchan_conf vchan_conf; in check_port_type() local 221 memset(&vchan_conf, 0, sizeof(vchan_conf)); in check_port_type() 223 vchan_conf.nb_desc = dev_info->min_desc; in check_port_type() 229 memset(&vchan_conf, 0, sizeof(vchan_conf)); in check_port_type() 271 memset(&vchan_conf, 0, sizeof(vchan_conf)); in test_dma_vchan_setup() 285 memset(&vchan_conf, 0, sizeof(vchan_conf)); in test_dma_vchan_setup() 287 vchan_conf.nb_desc = dev_info.min_desc; in test_dma_vchan_setup() [all …]
|