Searched refs:htole16 (Results 76 - 100 of 178) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/ixl/
H A Di40e_osdep.h100 #define CPU_TO_LE16(o) htole16(o)
/freebsd-12-stable/lib/libsdp/
H A Dsession.c76 sa.l2cap_psm = htole16(NG_L2CAP_PSM_SDP);
/freebsd-12-stable/stand/mips/beri/common/
H A Dsdcard.c131 *p = htole16(v);
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dclient.c248 l2addr.l2cap_psm = htole16(psm);
/freebsd-12-stable/usr.sbin/bluetooth/btpand/
H A Dclient.c89 sa.l2cap_psm = htole16(l2cap_psm);
H A Dserver.c108 sa.l2cap_psm = htole16(l2cap_psm);
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h46 #define cpu_to_le16(x) htole16(x)
149 (vm_offset_t)(offset)) = htole16(val)
/freebsd-12-stable/sys/dev/rt/
H A Dif_rt.c1123 desc->sdl0 = htole16(dma_seg[i].ds_len |
1128 desc->sdl1 = htole16(dma_seg[i+1].ds_len |
1869 if (!(desc->sdl0 & htole16(RT_RXDESC_SDL0_DDONE))) {
1961 desc->sdl0 &= ~htole16(RT_RXDESC_SDL0_DDONE);
2015 if (desc->sdl0 & htole16(RT_TXDESC_SDL0_LASTSEG) ||
2016 desc->sdl1 & htole16(RT_TXDESC_SDL1_LASTSEG)) {
2038 desc->sdl0 &= ~htole16(RT_TXDESC_SDL0_DDONE);
2306 desc->sdl0 &= ~htole16(RT_RXDESC_SDL0_DDONE);
/freebsd-12-stable/usr.sbin/btxld/
H A Dbtxld.c271 btxle.btx_pgctl = htole16(btxle.btx_pgctl);
272 btxle.btx_textsz = htole16(btxle.btx_textsz);
/freebsd-12-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c215 *(uint16_t *)data = htole16(capinfo);
219 *(uint16_t *)data = htole16(100);
/freebsd-12-stable/sys/dev/ice/
H A Dice_iflib_txrx.c135 | ((u64)htole16(pi->ipi_vtag) << ICE_TXD_QW1_L2TAG1_S));
H A Dice_osdep.h313 #define CPU_TO_LE16 htole16
/freebsd-12-stable/sys/dev/sume/
H A Dif_sume.c1062 mdata->sport = htole16(1 << (nf_priv->port * 2 + 1));
1063 mdata->dport = htole16(1 << (nf_priv->port * 2));
1064 mdata->plen = htole16(plen);
1065 mdata->magic = htole16(SUME_RIFFA_MAGIC);
/freebsd-12-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c209 bus_write_2(sc->as_res, ALTERA_SDCARD_OFF_CMD, htole16(cmd));
/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c207 htole16(cmd->ch->psm);
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_time_event.c371 = htole16(IWM_TE_V2_NOTIF_HOST_EVENT_START |
/freebsd-12-stable/sbin/nvmecontrol/
H A Dpassthru.c232 pt.cmd.cid = htole16(opt.rsvd);
/freebsd-12-stable/lib/libbluetooth/
H A Dhci.c118 h.opcode = htole16(opcode);
256 opcode = htole16(r->opcode);
575 cp.clock_offset = htole16(clk_off);
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c441 htole16(sdram_init));
444 htole16(sdram_cfg));
446 htole16(sdram_refresh));
H A Dbhnd_nvram_data_sprom.c728 magic = htole16(layout->magic_value);
942 NV_WRITE_INT(uint32_t, u16, htole16);
951 NV_WRITE_INT(int32_t, i16, htole16);
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_cdceem.c593 hdr = htole16(hdr);
631 hdr = htole16(hdr);
682 hdr = htole16(hdr);
/freebsd-12-stable/tools/tools/net80211/w00t/ap/
H A Dap.c253 *ptr++ = htole16(0);
254 *ptr++ = htole16(2);
255 *ptr++ = htole16(0);
/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c1372 s16[s16idx++] = htole16(0xfffd);
1407 htole16(0xd800 | ((utfchar >> 10) - 0x40));
1409 htole16(0xdc00 | (utfchar & 0x3ff));
1412 htole16(utfchar);
1420 s16[s16idx++] = htole16(0xfffd);
/freebsd-12-stable/sys/dev/siis/
H A Dsiis.c1077 ctp->control |= htole16(SIIS_PRB_SOFT_RESET);
1079 ctp->control |= htole16(SIIS_PRB_PROTOCOL_OVERRIDE);
1082 htole16(SIIS_PRB_PROTO_NCQ);
1086 htole16(SIIS_PRB_PROTO_READ);
1090 htole16(SIIS_PRB_PROTO_WRITE);
1095 ctp->control |= htole16(SIIS_PRB_PACKET_READ);
1098 ctp->control |= htole16(SIIS_PRB_PACKET_WRITE);
/freebsd-12-stable/sys/dev/ae/
H A Dif_ae.c1481 hdr->vlan = htole16(AE_TXD_VLAN(m0->m_pkthdr.ether_vtag));
1482 hdr->len = htole16(len | AE_TXD_INSERT_VTAG);
1484 hdr->len = htole16(len);
1500 sc->txs_base[sc->txs_cur].flags &= ~htole16(AE_TXS_UPDATE);
1837 txs->flags = htole16(flags & ~AE_TXS_UPDATE);
1954 rxd->flags = htole16(flags & ~AE_RXD_UPDATE);

Completed in 579 milliseconds

12345678