Searched refs:fence (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_hw_defs.h | 119 uint32_t fence: 1; member 149 uint32_t fence: 1; member 176 uint32_t fence: 1; member 213 uint32_t fence: 1; member 254 uint32_t fence: 1; member
|
| H A D | ioat_dmadev.c | 274 ioat->desc_ring[(write - 1) & mask].u.control.fence = 1; in __write_desc()
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_spec.h | 98 uint32_t fence: 1; member 128 uint32_t fence: 1; member 155 uint32_t fence: 1; member 192 uint32_t fence: 1; member 233 uint32_t fence: 1; member
|
| H A D | rte_ioat_rawdev_fns.h | 59 uint32_t fence: 1; member 198 desc->u.control.fence = 1; in __ioat_fence()
|
| /dpdk/lib/graph/ |
| H A D | rte_graph_worker.h | 46 uint64_t fence; /**< Fence. */ member 56 uint64_t fence; /**< Fence. */ member 159 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in rte_graph_walk() 247 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get() 249 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get()
|
| H A D | graph_debug.c | 59 fprintf(f, " fence=0x%" PRIx64 "\n", g->fence); in rte_graph_obj_dump() 67 fprintf(f, " fence=0x%" PRIx64 "\n", n->fence); in rte_graph_obj_dump()
|
| H A D | graph_populate.c | 60 graph->fence = RTE_GRAPH_FENCE; in graph_header_popluate() 76 node->fence = RTE_GRAPH_FENCE; in graph_nodes_populate()
|
| /dpdk/app/test/ |
| H A D | test_dmadev.c | 283 #define OPT_FENCE(idx) ((fence && idx == 8) ? RTE_DMA_OP_FLAG_FENCE : 0) 286 test_failure_in_full_burst(int16_t dev_id, uint16_t vchan, bool fence, in test_failure_in_full_burst() argument 379 test_individual_status_query_with_failure(int16_t dev_id, uint16_t vchan, bool fence, in test_individual_status_query_with_failure() argument 586 test_completion_status(int16_t dev_id, uint16_t vchan, bool fence) in test_completion_status() argument 598 if (test_failure_in_full_burst(dev_id, vchan, fence, srcs, dsts, fail[i]) < 0) in test_completion_status() 601 if (test_individual_status_query_with_failure(dev_id, vchan, fence, in test_completion_status()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 330 * Added a new API ``rte_ioat_fence()`` to add a fence between operations. 331 This API replaces the ``fence`` flag parameter in the ``rte_ioat_enqueue_copies()`` function, 333 set on the last operation before the fence or the first operation after it.
|