Searched refs:htobe64 (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp_util.c39 thp->th_len = htobe64(thp->th_len);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Darch.h43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); }
/freebsd-11-stable/sbin/ggate/shared/
H A Dggate.h152 cinit->gc_flags = htobe64(cinit->gc_flags);
172 sinit->gs_mediasize = htobe64(sinit->gs_mediasize);
193 hdr->gh_offset = htobe64(hdr->gh_offset);
195 hdr->gh_seq = htobe64(hdr->gh_seq);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dendian.h127 #define htobe64(x) bswap64((x)) macro
141 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11-stable/contrib/ofed/include/
H A Dbyteorder.h46 #define cpu_to_be64 htobe64
60 #define cpu_to_be64p(x) htobe64(*((uint64_t *)x))
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h50 #define cpu_to_be64(x) htobe64(x)
64 #define cpu_to_be64p(x) htobe64(*((const uint64_t *)(x)))
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c515 t.rx_tsf = htobe64(rstamp);
516 t.beacon_tsf = htobe64(le64toh(ni->ni_tstamp.tsf));
517 t.tsf64 = htobe64(tsf);
518 t.nextslot_tsf = htobe64(nextslot);
528 t.nexttbtt = htobe64(nexttbtt_full);
529 t.next_slot = htobe64(nextslot);
594 t.tsf64_old = htobe64(tsf);
595 t.tsf64_new = htobe64(tsf + tsfdelta);
H A Dif_ath_alq.c178 ap->threadid = htobe64((uint64_t) curthread->td_tid);
/freebsd-11-stable/sys/sys/
H A Dendian.h70 #define htobe64(x) bswap64((x)) macro
84 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11-stable/lib/libutil/
H A Dquotafile.c388 dqb64.dqb_bhardlimit = htobe64(dqb->dqb_bhardlimit);
389 dqb64.dqb_bsoftlimit = htobe64(dqb->dqb_bsoftlimit);
390 dqb64.dqb_curblocks = htobe64(dqb->dqb_curblocks);
391 dqb64.dqb_ihardlimit = htobe64(dqb->dqb_ihardlimit);
392 dqb64.dqb_isoftlimit = htobe64(dqb->dqb_isoftlimit);
393 dqb64.dqb_curinodes = htobe64(dqb->dqb_curinodes);
394 dqb64.dqb_btime = htobe64(dqb->dqb_btime);
395 dqb64.dqb_itime = htobe64(dqb->dqb_itime);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.h56 *data = htobe64(*data);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Daddrinfo.c116 sib->sib_sid = htobe64(((uint64_t) ps << 16) + be16toh(port));
119 sib->sib_sid_mask = htobe64(RDMA_IB_IP_PS_MASK);
121 sib->sib_sid_mask |= htobe64(RDMA_IB_IP_PORT_MASK);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c191 rseg->raddr = htobe64(remote_addr);
202 aseg->swap_add = htobe64(swap);
203 aseg->compare = htobe64(compare_add);
205 aseg->swap_add = htobe64(compare_add);
222 dseg->addr = htobe64(sg->addr + offset);
230 dseg->addr = htobe64(sg->addr);
432 data->klm.address = htobe64(bind_info->addr);
469 mkey->start_addr = htobe64(bind_info->addr);
470 mkey->len = htobe64(bind_info->length);
487 ctrl->mkey_mask = htobe64(MLX5_WQE_UMR_CTRL_MKEY_MASK_FRE
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c140 bseg->addr = htobe64((uint64_t) wr->bind_mw.bind_info.addr);
141 bseg->length = htobe64(wr->bind_mw.bind_info.length);
158 rseg->raddr = htobe64(remote_addr);
166 aseg->swap_add = htobe64(wr->wr.atomic.swap);
167 aseg->compare = htobe64(wr->wr.atomic.compare_add);
169 aseg->swap_add = htobe64(wr->wr.atomic.compare_add);
189 dseg->addr = htobe64(sg->addr);
195 dseg->addr = htobe64(sg->addr);
/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.h334 #define IB_CM_ASSIGN_SERVICE_ID_MASK htobe64(0xFF00000000000000ULL)
335 #define IB_CM_ASSIGN_SERVICE_ID htobe64(0x0200000000000000ULL)
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c60 /* header file for htobe64 */
71 * htobe64/be64toh but has alternatives with a different name. */
73 # define htobe64(x) OSSwapHostToBigInt64(x) macro
80 # define htobe64(n) (n) macro
83 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
414 timestamp = htobe64(timestamp);
415 expiry = htobe64(expiry);
/freebsd-11-stable/sys/powerpc/aim/
H A Dmoea64_native.c349 pt->pte_hi = htobe64(properpt.pte_hi);
578 pt->pte_lo = htobe64(pvo_pt->pte_lo);
580 pt->pte_hi = htobe64(pvo_pt->pte_hi);
/freebsd-11-stable/lib/libc/gen/
H A Dutxdb.c57 (fu)->fu_tv = htobe64((uint64_t)tv.tv_sec * 1000000 + \
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.h128 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.h130 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c325 htobe64(((uint64_t *)&swsqe->cqe)[0]),
326 htobe64(((uint64_t *)&swsqe->cqe)[1]),
327 htobe64(((uint64_t *)&swsqe->cqe)[2]),
328 htobe64(((uint64_t *)&swsqe->cqe)[3]));
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_os.h137 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h109 #define cpu_to_be64(x) htobe64(x)
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c131 wqe->send.sgl[i].to = htobe64(wr->sg_list[i].addr);
152 wqe->write.to_sink = htobe64(wr->wr.rdma.remote_addr);
172 htobe64(wr->sg_list[i].addr);
191 wqe->read.rem_to = htobe64(wr->wr.rdma.remote_addr);
194 wqe->read.local_to = htobe64(wr->sg_list[0].addr);
270 wqe->recv.sgl[i].to = htobe64(((u32)wr->sg_list[i].addr) &
335 wqe->recv.sgl[i].to = htobe64(wr->sg_list[i].addr);
565 wqe->bind.mw_va = htobe64(mw_bind->bind_info.addr);
/freebsd-11-stable/usr.bin/fortune/strfile/
H A Dstrfile.c248 *p = htobe64(*p);
329 beoff = htobe64(off);

Completed in 304 milliseconds

1234