Searched refs:rte_bswap64 (Results 1 – 13 of 13) sorted by relevance
62 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro87 #define rte_cpu_to_be_64(x) rte_bswap64(x)95 #define rte_be_to_cpu_64(x) rte_bswap64(x)101 #define rte_cpu_to_le_64(x) rte_bswap64(x)109 #define rte_le_to_cpu_64(x) rte_bswap64(x)
48 #define rte_cpu_to_be_64(x) rte_bswap64(x)56 #define rte_be_to_cpu_64(x) rte_bswap64(x)62 #define rte_cpu_to_le_64(x) rte_bswap64(x)70 #define rte_le_to_cpu_64(x) rte_bswap64(x)
59 #define rte_bswap64(x) ((uint64_t)(__builtin_constant_p(x) ? \ macro79 #define rte_cpu_to_be_64(x) rte_bswap64(x)87 #define rte_be_to_cpu_64(x) rte_bswap64(x)
43 res_u64 = rte_bswap64(u64); in test_byteorder()58 res_u64 = rte_bswap64(0xdeadcafebabefaceULL); in test_byteorder()
169 static uint64_t rte_bswap64(uint64_t x);243 #define rte_bswap64(x) __builtin_bswap64(x) macro
103 #define le_to_be64(v) rte_bswap64((u64)(v))106 #define be_to_le64(v) rte_bswap64((u64)(v))
106 #define le_to_be64(v) rte_bswap64((u64)(v))109 #define be_to_le64(v) rte_bswap64((u64)(v))
27 *data = rte_bswap64(*data); in otx_ep_swap_8B_data()
876 info->length = rte_bswap64(info->length); in otx_ep_droq_read_packet()
103 #define swab64(x) rte_bswap64(x)
218 #define tfp_bswap_64(val) rte_bswap64(val)
1175 rte_bswap64(*(((uint64_t *)digest)+i)); in partial_hash_compute()1182 rte_bswap64(*(((uint64_t *)digest)+i)); in partial_hash_compute()
2457 *temp++ = rte_bswap64(session->auth.aad_length << 3); in ccp_perform_aes_gcm()2458 *temp = rte_bswap64(op->sym->aead.data.length << 3); in ccp_perform_aes_gcm()