Searched refs:rte_is_aligned (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_common.c | 189 if (!rte_is_aligned((void*)(uintptr_t) val, p)) in test_align()
|
| H A D | test_malloc.c | 808 if (!rte_is_aligned(p1, RTE_CACHE_LINE_SIZE)) in test_zero_aligned_alloc()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 326 rte_is_aligned(void *ptr, unsigned align) in rte_is_aligned() function
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 641 MLX5_ASSERT(rte_is_aligned((void *)data.start, data.msl->page_sz)); in mlx5_mr_create_primary() 642 MLX5_ASSERT(rte_is_aligned((void *)data.end, data.msl->page_sz)); in mlx5_mr_create_primary()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 365 rte_is_aligned(void *ptr, unsigned align) in rte_is_aligned() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 408 !rte_is_aligned(va_addr, page_sz) || in rte_malloc_heap_memory_add()
|
| H A D | eal_common_memory.c | 901 !rte_is_aligned(va_addr, page_sz)) { in rte_extmem_register()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 648 MLX4_ASSERT(rte_is_aligned((void *)data.start, data.msl->page_sz)); in mlx4_mr_create_primary() 649 MLX4_ASSERT(rte_is_aligned((void *)data.end, data.msl->page_sz)); in mlx4_mr_create_primary()
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_rxtx.c | 1769 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts_packed() 1850 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts() 1952 rte_is_aligned(rte_pktmbuf_mtod(txm, char *), in virtio_xmit_pkts_inorder()
|