Searched refs:MEMPOOL_F_NO_IOVA_CONTIG (Results 1 – 6 of 6) sorted by relevance
396 if (mp->flags & MEMPOOL_F_NO_IOVA_CONTIG) in rte_mempool_populate_virt()453 need_iova_contig_obj = !(mp->flags & MEMPOOL_F_NO_IOVA_CONTIG); in rte_mempool_get_page_size()530 need_iova_contig_obj = !(mp->flags & MEMPOOL_F_NO_IOVA_CONTIG); in rte_mempool_populate_default()
260 #define MEMPOOL_F_NO_IOVA_CONTIG 0x0020 /**< Don't need IOVA contiguous objs. */ macro
1453 mempool_flags = MEMPOOL_F_NO_IOVA_CONTIG; in launch_args_parse()1493 if (mempool_flags & MEMPOOL_F_NO_IOVA_CONTIG && in launch_args_parse()
1297 (flags & MEMPOOL_F_NO_IOVA_CONTIG) ? 'y' : 'n'); in show_mempool()
1305 if (mp->flags & MEMPOOL_F_NO_IOVA_CONTIG) { in nicvf_dev_rx_queue_setup()
512 while the aliased flag ``MEMPOOL_F_NO_IOVA_CONTIG`` is kept.