Home
last modified time | relevance | path

Searched refs:dma_type (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/vhost/
H A Dmain.c101 static char dma_type[MAX_LONG_OPT_SZ]; variable
192 if (strncmp(dma_type, "ioat", 4) == 0) in open_dma()
643 strcpy(dma_type, optarg); in us_vhost_parse_args()
1346 if (strncmp(dma_type, "ioat", 4) == 0) { in new_device()