Searched refs:rte_is_aligned (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_common.c | 193 if (!rte_is_aligned((void*)(uintptr_t) val, p)) in test_align()
|
| H A D | test_malloc.c | 819 if (!rte_is_aligned(p1, RTE_CACHE_LINE_SIZE)) in test_zero_aligned_alloc()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_common.h | 410 rte_is_aligned(void *ptr, unsigned align) in rte_is_aligned() function
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 647 MLX4_ASSERT(rte_is_aligned((void *)data.start, data.msl->page_sz)); in mlx4_mr_create_primary() 648 MLX4_ASSERT(rte_is_aligned((void *)data.end, data.msl->page_sz)); in mlx4_mr_create_primary()
|
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 417 !rte_is_aligned(va_addr, page_sz) || in rte_malloc_heap_memory_add()
|
| H A D | eal_common_memory.c | 910 !rte_is_aligned(va_addr, page_sz)) { in rte_extmem_register()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.c | 1798 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts_packed() 1879 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts() 1981 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts_inorder()
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 708 MLX5_ASSERT(rte_is_aligned((void *)data.start, data.msl->page_sz)); in mlx5_mr_create_primary() 709 MLX5_ASSERT(rte_is_aligned((void *)data.end, data.msl->page_sz)); in mlx5_mr_create_primary()
|