Searched refs:offset1 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/eal/include/ |
| H A D | rte_bitmap.h | 87 return (~1llu) << bmp->offset1; in __rte_bitmap_mask1_get() 132 bmp->offset1 = RTE_BITMAP_SLAB_BIT_SIZE - 1; in __rte_bitmap_scan_init() 378 uint32_t index1, index2, offset1, offset2; in rte_bitmap_set() local 389 *slab1 |= 1llu << offset1; in rte_bitmap_set() 406 uint32_t index1, index2, offset1; in rte_bitmap_set_slab() local 416 *slab1 |= 1llu << offset1; in rte_bitmap_set_slab() 471 uint32_t index1, index2, offset1, offset2; in rte_bitmap_clear() local 495 *slab1 &= ~(1llu << offset1); in rte_bitmap_clear() 510 if (rte_bsf64_safe(value1, &bmp->offset1)) in __rte_bitmap_scan_search() 514 bmp->offset1 = 0; in __rte_bitmap_scan_search() [all …]
|
| /dpdk/drivers/net/dpaa/ |
| H A D | dpaa_rxtx.c | 981 uint64_t mbufs_size, bytes_to_copy, offset1 = 0, offset2 = 0; in reallocate_mbuf() local 1001 if ((temp_mbuf->data_len - offset1) < (mbufs_size - offset2)) { in reallocate_mbuf() 1002 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf() 1005 } else if ((temp_mbuf->data_len - offset1) > in reallocate_mbuf() 1011 bytes_to_copy = temp_mbuf->data_len - offset1; in reallocate_mbuf() 1019 void *, offset1), bytes_to_copy); in reallocate_mbuf() 1023 offset1 = 0; in reallocate_mbuf() 1028 offset1 += bytes_to_copy; in reallocate_mbuf() 1033 offset1 = 0; in reallocate_mbuf()
|