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

123

/freebsd-11.0-release/tools/tools/netrate/tcpp/
H A Dtcpp_util.c39 thp->th_len = htobe64(thp->th_len);
/freebsd-11.0-release/sbin/ggate/shared/
H A Dggate.h150 cinit->gc_flags = htobe64(cinit->gc_flags);
170 sinit->gs_mediasize = htobe64(sinit->gs_mediasize);
191 hdr->gh_offset = htobe64(hdr->gh_offset);
193 hdr->gh_seq = htobe64(hdr->gh_seq);
/freebsd-11.0-release/contrib/openbsm/compat/
H A Dendian.h127 #define htobe64(x) bswap64((x)) macro
141 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11.0-release/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.0-release/contrib/ofed/include/infiniband/
H A Dbyteorder.h46 #define cpu_to_be64 htobe64
60 #define cpu_to_be64p(x) htobe64(*((uint64_t *)x))
/freebsd-11.0-release/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.0-release/lib/libutil/
H A Dquotafile.c378 dqb64.dqb_bhardlimit = htobe64(dqb->dqb_bhardlimit);
379 dqb64.dqb_bsoftlimit = htobe64(dqb->dqb_bsoftlimit);
380 dqb64.dqb_curblocks = htobe64(dqb->dqb_curblocks);
381 dqb64.dqb_ihardlimit = htobe64(dqb->dqb_ihardlimit);
382 dqb64.dqb_isoftlimit = htobe64(dqb->dqb_isoftlimit);
383 dqb64.dqb_curinodes = htobe64(dqb->dqb_curinodes);
384 dqb64.dqb_btime = htobe64(dqb->dqb_btime);
385 dqb64.dqb_itime = htobe64(dqb->dqb_itime);
/freebsd-11.0-release/sys/sys/
H A Dendian.h70 #define htobe64(x) bswap64((x)) macro
84 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11.0-release/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.0-release/lib/libc/gen/
H A Dutxdb.c57 (fu)->fu_tv = htobe64((uint64_t)tv.tv_sec * 1000000 + \
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dosdep.h108 #define cpu_to_be64(x) htobe64(x)
H A Dt4_netmap.c130 c.iqaddr = htobe64(nm_rxq->iq_ba);
145 c.fl0addr = htobe64(nm_rxq->fl_ba);
258 c.eqaddr = htobe64(nm_txq->ba);
361 nm_rxq->fl_desc[j] = htobe64(ba | hwidx);
597 htobe64(F_TXPKT_IPCSUM_DIS | F_TXPKT_L4CSUM_DIS);
603 usgl->addr0 = htobe64(ba);
810 nm_rxq->fl_desc[fl_pidx] = htobe64(ba | hwidx);
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_os.h129 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_os.h130 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_os.h128 #define qla_host_to_be64(x) htobe64(x)
/freebsd-11.0-release/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);
H A Diw_cxgb_mem.c229 (*page_list)[n++] = htobe64(buffer_list[i].addr +
H A Diw_cxgb_hal.c192 wqe->sge_cmd = htobe64(sge_cmd);
598 wqe->sge_cmd = htobe64(sge_cmd);
599 wqe->ctx1 = htobe64(ctx1);
600 wqe->ctx0 = htobe64(ctx0);
691 *wqe = htobe64(utx_cmd);
903 wqe->qp_dma_addr = htobe64(attr->qp_dma_addr);
/freebsd-11.0-release/usr.bin/fortune/strfile/
H A Dstrfile.c248 *p = htobe64(*p);
329 beoff = htobe64(off);
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_quota.c1805 dqb64->dqb_bhardlimit = htobe64(dq->dq_bhardlimit);
1806 dqb64->dqb_bsoftlimit = htobe64(dq->dq_bsoftlimit);
1807 dqb64->dqb_curblocks = htobe64(dq->dq_curblocks);
1808 dqb64->dqb_ihardlimit = htobe64(dq->dq_ihardlimit);
1809 dqb64->dqb_isoftlimit = htobe64(dq->dq_isoftlimit);
1810 dqb64->dqb_curinodes = htobe64(dq->dq_curinodes);
1811 dqb64->dqb_btime = htobe64(dq->dq_btime);
1812 dqb64->dqb_itime = htobe64(dq->dq_itime);
/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuzip.c306 toc[io] = htobe64(chit->offset);
314 toc[io] = htobe64(offset);
/freebsd-11.0-release/sys/dev/gem/
H A Dif_gemvar.h223 ((((sc)->sc_flags & GEM_PCI) != 0) ? htole64(v) : htobe64(v))
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c417 req->mask = htobe64(mask);
418 req->val = htobe64(val);
999 ppod->vld_tid_pgsz_tag_color = htobe64(F_PPOD_VALID |
1001 ppod->len_offset = htobe64(V_PPOD_LEN(ps->len) |
1008 htobe64(ps->pages[idx]->phys_addr);
1016 htobe64(ppod->addr[k]));
/freebsd-11.0-release/contrib/smbfs/lib/smb/
H A Dmbuf.c271 *p = htobe64(x);

Completed in 384 milliseconds

123