Searched refs:htobe32 (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c89 alq->sc_alq_cfg.sc_mac_version = htobe32(macVer);
90 alq->sc_alq_cfg.sc_mac_revision = htobe32(macRev);
91 alq->sc_alq_cfg.sc_phy_rev = htobe32(phyRev);
92 alq->sc_alq_cfg.sc_hal_magic = htobe32(halMagic);
181 ap->tstamp_sec = htobe32((uint32_t) tv.tv_sec);
182 ap->tstamp_usec = htobe32((uint32_t) tv.tv_usec);
H A Dif_ath_tdma.c167 t.bt_intval = htobe32(bt.bt_intval);
168 t.bt_nexttbtt = htobe32(bt.bt_nexttbtt);
169 t.bt_nextdba = htobe32(bt.bt_nextdba);
170 t.bt_nextswba = htobe32(bt.bt_nextswba);
171 t.bt_nextatim = htobe32(bt.bt_nextatim);
172 t.bt_flags = htobe32(bt.bt_flags);
173 t.sc_tdmadbaprep = htobe32(sc->sc_tdmadbaprep);
174 t.sc_tdmaswbaprep = htobe32(sc->sc_tdmaswbaprep);
322 t.tdma_slot = htobe32(tdma->tdma_slot);
323 t.tdma_slotlen = htobe32(tdm
[all...]
H A Dif_ath_alq.h190 intr.intr_status = htobe32(status);
192 intr.intr_state[i] = htobe32(state[i]);
193 intr.intr_syncstate = htobe32(sync_state);
H A Dif_ath_tx_edma.c150 aq.txq = htobe32(txq);
151 aq.nframes = htobe32(nframes);
152 aq.fifo_depth = htobe32(fifo_depth);
153 aq.frame_cnt = htobe32(frame_cnt);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_alq.c168 r->r_flags = htobe32(flags);
169 r->r_op = htobe32(op);
170 r->r_len = htobe32(len + sizeof(struct ieee80211_alq_rec));
171 r->r_threadid = htobe32((uint32_t) curthread->td_tid);
/haiku/headers/compatibility/bsd/
H A Dendian.h36 #define htobe32(x) bswap32((x)) macro
50 #define htobe32(x) ((uint32_t)(x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h61 #define htobe32(x) bswap32((x)) macro
75 #define htobe32(x) ((uint32_t)(x)) macro
/haiku/src/tools/
H A Delf2aout.c50 #define htoxe32(x) ((data == ELFDATA2MSB) ? htobe32(x) : htole32(x))
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/
H A Dif_bcereg.h582 #define bce_htobe32(x) htobe32(x)

Completed in 206 milliseconds