usr/src/cmd/cmd-inet/usr.lib/wpad/wpa.c
362
LE_16(hdr->version) != WPA_VERSION) {
usr/src/cmd/cmd-inet/usr.lib/wpad/wpa.c
471
LE_16(hdr->version) != RSN_VERSION) {
usr/src/cmd/cmd-inet/usr.lib/wpad/wpa.c
571
hdr->version = LE_16(WPA_VERSION);
usr/src/cmd/cmd-inet/usr.lib/wpad/wpa.c
635
hdr->version = LE_16(RSN_VERSION);
usr/src/cmd/fdisk/fdisk.c
1582
if (LE_16(BootCod.signature) != MBB_MAGIC) {
usr/src/cmd/fdisk/fdisk.c
1587
LE_16(BootCod.signature), MBB_MAGIC);
usr/src/cmd/fdisk/fdisk.c
3950
if (LE_16(Bootblk->signature) != MBB_MAGIC) {
usr/src/cmd/fdisk/fdisk.c
4052
Bootblk->signature = LE_16(MBB_MAGIC);
usr/src/cmd/fs.d/pcfs/fsck/dir.c
855
pctp->pct_date = LE_16(dat);
usr/src/cmd/fs.d/pcfs/fsck/dir.c
856
pctp->pct_time = LE_16(tim);
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
94
LE_16(rsrc.guaranteed), LE_16(rsrc.total), LE_16(rsrc.used),
usr/src/cmd/mdb/intel/modules/i40e/i40e.c
95
LE_16(rsrc.total_unalloced));
usr/src/common/smbios/smb_info.c
450
val = LE_16(val);
usr/src/lib/libdisasm/common/dis_riscv.c
1848
*valp = LE_16(*valp);
usr/src/lib/libefi/common/rdwr_efi.c
1209
LE_16(vtoc->efi_parts[i].p_flag);
usr/src/lib/libefi/common/rdwr_efi.c
1212
LE_16((ushort_t)vtoc->efi_parts[i].p_name[j]);
usr/src/lib/libefi/common/rdwr_efi.c
599
LE_16(efi_parts[i].efi_gpe_Attributes.PartitionAttrs);
usr/src/lib/libefi/common/rdwr_efi.c
607
(uchar_t)LE_16(
usr/src/lib/libefi/common/rdwr_efi.c
746
mb.signature = LE_16(MBB_MAGIC);
usr/src/lib/libefi/common/rdwr_efi.c
749
if (mb.signature != LE_16(MBB_MAGIC)) {
usr/src/lib/libefi/common/rdwr_efi.c
751
mb.signature = LE_16(MBB_MAGIC);
usr/src/lib/libfdisk/common/libfdisk.c
717
if (LE_16((*(uint16_t *)&ext_buf[510])) !=
usr/src/lib/libfdisk/common/libfdisk.c
803
if (LE_16((*(uint16_t *)&buf[510])) != MBB_MAGIC) {
usr/src/lib/libipmi/common/ipmi_sel.c
191
off16 = LE_16(off16);
usr/src/lib/libipmi/common/ipmi_sel.c
84
data.ic_sel_ent_recid = LE_16(id);
usr/src/tools/btxld/elfh.c
41
#define htole16 LE_16
usr/src/tools/btxld/endian.h
30
#define htole16 LE_16
usr/src/tools/btxld/endian.h
36
#define le16toh LE_16
usr/src/uts/common/fs/pcfs/pc_subr.c
174
LE_16(hour << HOURSHIFT | min << MINSHIFT | (sec / 2) << SECSHIFT);
usr/src/uts/common/fs/pcfs/pc_subr.c
176
LE_16(year << YEARSHIFT | month << MONSHIFT | day << DAYSHIFT);
usr/src/uts/common/fs/pcfs/pc_subr.c
194
sec = 2 * ((LE_16(pctp->pct_time) >> SECSHIFT) & SECMASK);
usr/src/uts/common/fs/pcfs/pc_subr.c
195
min = (LE_16(pctp->pct_time) >> MINSHIFT) & MINMASK;
usr/src/uts/common/fs/pcfs/pc_subr.c
196
hour = (LE_16(pctp->pct_time) >> HOURSHIFT) & HOURMASK;
usr/src/uts/common/fs/pcfs/pc_subr.c
197
day = (LE_16(pctp->pct_date) >> DAYSHIFT) & DAYMASK;
usr/src/uts/common/fs/pcfs/pc_subr.c
198
month = (LE_16(pctp->pct_date) >> MONSHIFT) & MONMASK;
usr/src/uts/common/fs/pcfs/pc_subr.c
199
year = (LE_16(pctp->pct_date) >> YEARSHIFT) & YEARMASK;
usr/src/uts/common/fs/pcfs/pc_subr.c
84
LE_16(23 << HOURSHIFT | 59 << MINSHIFT | (59/2) << SECSHIFT)
usr/src/uts/common/fs/pcfs/pc_subr.c
86
LE_16(127 << YEARSHIFT | 12 << MONSHIFT | 31 << DAYSHIFT)
usr/src/uts/common/io/aac/aac_ioctl.c
244
fib_command = LE_16(fibp->Header.Command);
usr/src/uts/common/io/aac/aac_ioctl.c
245
fib_data_size = LE_16(fibp->Header.Size);
usr/src/uts/common/io/aac/aac_ioctl.c
246
fib_sender_size = LE_16(fibp->Header.SenderSize);
usr/src/uts/common/io/aac/aac_ioctl.c
263
fibp->Header.Size = LE_16(fib_size);
usr/src/uts/common/io/arn/arn_xmit.c
1041
LE_16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT);
usr/src/uts/common/io/arn/arn_xmit.c
328
*(uint16_t *)&wh->i_seq[0] |= LE_16(0x0800); /* ??? */
usr/src/uts/common/io/ath/ath_main.c
841
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/cmlb.c
2785
if (LE_16(mbp->signature) != MBB_MAGIC) {
usr/src/uts/common/io/cmlb.c
5158
magic = LE_16(mboot->signature);
usr/src/uts/common/io/comstar/port/qlt/qlt.h
573
#define DMEM_RD16(qlt, addr) LE_16((uint16_t)(*((uint16_t *)(addr))))
usr/src/uts/common/io/comstar/port/qlt/qlt.h
586
(uint16_t)LE_16((uint16_t)(data)))
usr/src/uts/common/io/cxgbe/shared/osdep.h
72
#define le16_to_cpu(x) LE_16((uint16_t)(x))
usr/src/uts/common/io/cxgbe/shared/osdep.h
75
#define cpu_to_le16(x) LE_16((uint16_t)(x))
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1202
fwcmd->params.req.enable_rss = LE_16(rss_type);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1216
fwcmd->params.req.cpu_tbl_sz_log2 = LE_16(OCE_LOG2(tbl_sz));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
456
LE_16(fwcmd->params.rsp.mac.size_of_struct));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
467
mac->size_of_struct = LE_16(fwcmd->params.rsp.mac.size_of_struct);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
515
fwcmd->params.req.vlan_tag.u0.normal.vtag = LE_16(vlan_tag);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
625
link->qos_link_speed = LE_16(link->qos_link_speed);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
703
fwcmd->params.req.num_mac = LE_16(mca_cnt);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
142
eq->eq_id = LE_16(fwcmd->params.rsp.eq_id);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
276
cq->cq_id = LE_16(fwcmd->params.rsp.cq_id);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
394
mq->mq_id = LE_16(fwcmd->params.rsp.mq_id);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
635
wq->wq_id = LE_16(fwcmd->params.rsp.wq_id);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_queue.c
869
rq->rq_id = LE_16(fwcmd->params.rsp.u0.s.rq_id);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
458
ehp->ether_tci = LE_16(vtag);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2849
LE_16(VMF_DO_NOT_UPDATE_FW);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1359
pkt->mgmt.n_port_hdl = (uint16_t)LE_16(tq->loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1360
pkt->mgmt.delay = (uint16_t)LE_16(delay);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1361
pkt->mgmt.timeout = LE_16(MAILBOX_TOV);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1755
pkt->log.n_port_hdl = (uint16_t)LE_16(loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1756
pkt->log.control_flags = (uint16_t)LE_16(flags);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2819
pkt->abo.n_port_hdl = (uint16_t)LE_16(tq->loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2837
comp_status = (uint16_t)LE_16(pkt->abo.n_port_hdl);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10340
pkt->els.xmt_dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10342
pkt->els.rcv_dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10379
comp_status = (uint16_t)LE_16(pkt->sts24.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10412
pkt->ms.timeout = LE_16(120);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10416
pkt->ms.total_dseg_count = LE_16(2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10439
comp_status = (uint16_t)LE_16(pkt->sts.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1669
LE_16(SNS_24XX_HDL) :
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1670
LE_16(MANAGEMENT_SERVER_24XX_LOOP_ID));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1673
pkt->ms24.timeout = LE_16(120);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1676
pkt->ms24.cmd_dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1677
pkt->ms24.resp_dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1704
comp_status = (uint16_t)LE_16(pkt->sts24.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1739
pkt->ms.timeout = LE_16(120);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1743
pkt->ms.total_dseg_count = LE_16(2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1766
comp_status = (uint16_t)LE_16(pkt->sts.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2338
pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2349
pkt->cmd24.timeout = (uint16_t)LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2369
pkt->cmd24.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2393
pkt->cmd3.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2398
pkt->cmd3.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2418
pkt->cmd.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2423
pkt->cmd.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2462
LE_16(pkt->sts24.comp_status) :
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2463
LE_16(pkt->sts.comp_status));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2590
LE_16(pkt->sts.rsp_info_length) : 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2595
LE_16(pkt->sts.req_sense_length) : 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4172
pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4183
pkt->cmd24.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4207
pkt->cmd24.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4229
pkt->cmd3.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4230
pkt->cmd3.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4258
pkt->cmd.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4259
pkt->cmd.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4290
comp_status = (uint16_t)LE_16(pkt->sts24.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4299
comp_status = (uint16_t)LE_16(pkt->sts.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4527
pkt->cmd24.n_port_hdl = (uint16_t)LE_16(tq->loop_id);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4538
pkt->cmd24.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4555
pkt->cmd24.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4580
pkt->cmd3.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4583
pkt->cmd3.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4604
pkt->cmd.timeout = LE_16(15);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4607
pkt->cmd.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4628
comp_status = (uint16_t)LE_16(pkt->sts24.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4637
comp_status = (uint16_t)LE_16(pkt->sts.comp_status);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8568
pkt->mvfy.options_status = LE_16(VMF_DO_NOT_UPDATE_FW);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8715
pkt->mvfy.options_status = (uint16_t)LE_16(fw.Flags);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8720
pkt->mvfy.dseg_count = LE_16(1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8822
pkt->mdata.options_status = (uint16_t)LE_16(info.Operation);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8866
pkt->mdata.dseg_count = LE_16(1);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
1015
v = LE_16(v);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
906
val = LE_16(val);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
965
v = LE_16(v);
usr/src/uts/common/io/i40e/i40e_intr.c
652
opcode = LE_16(evt.desc.opcode);
usr/src/uts/common/io/i40e/i40e_main.c
1017
LE_16(srp->guaranteed);
usr/src/uts/common/io/i40e/i40e_main.c
1018
i40e->i40e_resources.ifr_nvsis_used = LE_16(srp->used);
usr/src/uts/common/io/i40e/i40e_main.c
1022
LE_16(srp->guaranteed);
usr/src/uts/common/io/i40e/i40e_main.c
1024
LE_16(srp->used);
usr/src/uts/common/io/i40e/i40e_main.c
1028
LE_16(srp->guaranteed);
usr/src/uts/common/io/i40e/i40e_main.c
1030
LE_16(srp->used);
usr/src/uts/common/io/i40e/i40e_main.c
1042
LE_16(srp->total_unalloced) / idp->id_nfuncs;
usr/src/uts/common/io/i40e/i40e_main.c
1046
LE_16(srp->total_unalloced) / idp->id_nfuncs;
usr/src/uts/common/io/i40e/i40e_main.c
1050
LE_16(srp->total_unalloced) / idp->id_nfuncs;
usr/src/uts/common/io/i40e/i40e_main.c
2073
info->valid_sections |= LE_16(I40E_AQ_VSI_PROP_QUEUE_MAP_VALID |
usr/src/uts/common/io/i40e/i40e_main.c
2082
info->mapping_flags = LE_16(I40E_AQ_VSI_QUE_MAP_CONTIG);
usr/src/uts/common/io/i40e/i40e_main.c
2084
LE_16((vsi_qp_base << I40E_AQ_VSI_QUEUE_SHIFT) &
usr/src/uts/common/io/i40e/i40e_main.c
2108
LE_16(((0 << I40E_AQ_VSI_TC_QUE_OFFSET_SHIFT) &
usr/src/uts/common/io/i40e/i40e_main.c
2188
i40e->i40e_vsis[idx].iv_stats_id = LE_16(ctx.info.stat_counter_idx);
usr/src/uts/common/io/i40e/i40e_main.c
2218
i40e->i40e_vsis[0].iv_stats_id = LE_16(ctx.info.stat_counter_idx);
usr/src/uts/common/io/i40e/i40e_main.c
2955
tctx.rdylist = LE_16(context.info.qs_handle[0]);
usr/src/uts/common/io/i40e/i40e_main.c
802
if (LE_16(sw_config->header.num_reported) != 1) {
usr/src/uts/common/io/i40e/i40e_main.c
805
LE_16(sw_config->header.num_reported));
usr/src/uts/common/io/i40e/i40e_main.c
835
return (LE_16(sw_config->element[0].uplink_seid));
usr/src/uts/common/io/i40e/i40e_osdep.h
66
#define CPU_TO_LE16(o) LE_16(o)
usr/src/uts/common/io/i40e/i40e_osdep.h
69
#define LE16_TO_CPU(a) LE_16(a)
usr/src/uts/common/io/igb/igb_main.c
5540
buf16[i] = LE_16(buf16[i]);
usr/src/uts/common/io/igc/igc_ring.c
806
cur_length = LE_16(cur_desc->wb.upper.length);
usr/src/uts/common/io/iprb/iprb.h
241
ddi_put16(d->acch, (void *)(d->vaddr + (off)), LE_16(val))
usr/src/uts/common/io/iprb/iprb.h
247
LE_16(ddi_get16(d->acch, (void *)(d->vaddr + (off))))
usr/src/uts/common/io/ipw/ipw2100.c
2194
h->fragsz = LE_16(0);
usr/src/uts/common/io/ipw/ipw2100.c
2757
LE_16(status->code), LE_32(status->len),
usr/src/uts/common/io/ipw/ipw2100.c
2767
switch (LE_16(status->code) & 0x0f) {
usr/src/uts/common/io/ipw/ipw2100.c
2831
LE_16(status->code)));
usr/src/uts/common/io/ipw/ipw2100_hw.c
314
return (LE_16(val));
usr/src/uts/common/io/ipw/ipw2100_hw.c
455
len = LE_16(*((uint16_t *)(uintptr_t)p)); p += sizeof (len);
usr/src/uts/common/io/iwh/iwh.c
1886
LE_16(sc->sc_config.chan),
usr/src/uts/common/io/iwh/iwh.c
2363
len = LE_16(mpdu_size->byte_count);
usr/src/uts/common/io/iwh/iwh.c
3317
tx->timeout.pm_frame_timeout = LE_16(3);
usr/src/uts/common/io/iwh/iwh.c
3319
tx->timeout.pm_frame_timeout = LE_16(2);
usr/src/uts/common/io/iwh/iwh.c
3405
tx->len = LE_16(len);
usr/src/uts/common/io/iwh/iwh.c
4014
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, in->in_chan));
usr/src/uts/common/io/iwh/iwh.c
4054
LE_16(sc->sc_config.chan), LE_32(sc->sc_config.flags),
usr/src/uts/common/io/iwh/iwh.c
4132
hdr->quiet_time = LE_16(50);
usr/src/uts/common/io/iwh/iwh.c
4133
hdr->quiet_plcp_th = LE_16(1);
usr/src/uts/common/io/iwh/iwh.c
4136
hdr->rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwh/iwh.c
4232
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwh/iwh.c
4233
hdr->len = LE_16(hdr->nchan * sizeof (iwh_scan_chan_t) +
usr/src/uts/common/io/iwh/iwh.c
4234
LE_16(hdr->tx_cmd.len) + sizeof (iwh_scan_hdr_t));
usr/src/uts/common/io/iwh/iwh.c
4247
chan.chan = LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwh/iwh.c
4250
chan.active_dwell = LE_16(50);
usr/src/uts/common/io/iwh/iwh.c
4251
chan.passive_dwell = LE_16(120);
usr/src/uts/common/io/iwh/iwh.c
4305
powertable.flags = LE_16(0x8);
usr/src/uts/common/io/iwh/iwh.c
4335
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwh/iwh.c
4473
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwh/iwh.c
4765
eep_p[addr/2] = LE_16(rv >> 16);
usr/src/uts/common/io/iwh/iwh.c
5397
c_cmd.data.cap_pin1 = LE_16(sc->sc_eep_calib->xtal_calib[0]);
usr/src/uts/common/io/iwh/iwh.c
5398
c_cmd.data.cap_pin2 = LE_16(sc->sc_eep_calib->xtal_calib[1]);
usr/src/uts/common/io/iwh/iwh.c
5530
txpower.channel = (uint8_t)LE_16(sc->sc_config.chan);
usr/src/uts/common/io/iwh/iwh.c
6189
sc->sc_config.rx_chain = LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6193
sc->sc_config.rx_chain |= LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6197
sc->sc_config.rx_chain |= LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6201
sc->sc_config.rx_chain = LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6204
sc->sc_config.rx_chain |= LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6207
sc->sc_config.rx_chain |= LE_16((RXON_RX_CHAIN_A_MSK |
usr/src/uts/common/io/iwh/iwh.c
6212
sc->sc_config.rx_chain |= LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK);
usr/src/uts/common/io/iwh/iwh.c
6218
sc->sc_config.rx_chain |= LE_16(3 <<
usr/src/uts/common/io/iwh/iwh.c
6220
sc->sc_config.rx_chain |= LE_16(3 <<
usr/src/uts/common/io/iwh/iwh.c
6223
sc->sc_config.rx_chain |= LE_16(2 <<
usr/src/uts/common/io/iwh/iwh.c
6225
sc->sc_config.rx_chain |= LE_16(2 <<
usr/src/uts/common/io/iwh/iwh.c
6229
sc->sc_config.rx_chain |= LE_16(1 <<
usr/src/uts/common/io/iwh/iwh.c
6276
if (in->in_htcap & LE_16(HT_CAP_SUP_WIDTH)) {
usr/src/uts/common/io/iwh/iwh.c
6339
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwh/iwh.c
6416
node.add_immediate_ba_ssn = LE_16(ssn);
usr/src/uts/common/io/iwi/ipw2200.c
1586
scan.dwelltime = LE_16(40); /* The interval is set up to 40 */
usr/src/uts/common/io/iwi/ipw2200.c
1759
assoc.policy = LE_16(IPW2200_POLICY_WPA); /* RSN/WPA active */
usr/src/uts/common/io/iwi/ipw2200.c
1761
assoc.capinfo = LE_16(in->in_capinfo);
usr/src/uts/common/io/iwi/ipw2200.c
1762
assoc.lintval = LE_16(ic->ic_lintval);
usr/src/uts/common/io/iwi/ipw2200.c
1763
assoc.intval = LE_16(in->in_intval);
usr/src/uts/common/io/iwi/ipw2200.c
2308
txdsc->len = LE_16(cnt);
usr/src/uts/common/io/iwi/ipw2200.c
2711
len = LE_16(frame->len);
usr/src/uts/common/io/iwi/ipw2200.c
2716
LE_16(frame->len)));
usr/src/uts/common/io/iwi/ipw2200.c
2760
LE_16(frame->len)));
usr/src/uts/common/io/iwi/ipw2200_hw.c
335
ipw2200_imem_put16(sc, 0x200010, LE_16(*w));
usr/src/uts/common/io/iwk/iwk2.c
1890
LE_16(sc->sc_ibss.ibss_node_tb[index1].
usr/src/uts/common/io/iwk/iwk2.c
1924
node.key_flags = LE_16(node.key_flags);
usr/src/uts/common/io/iwk/iwk2.c
2106
stat->non_cfg_phy[i] = LE_16(stat->non_cfg_phy[i]);
usr/src/uts/common/io/iwk/iwk2.c
2111
ants = (LE_16(stat->phy_flags) & RX_PHY_FLAGS_ANTENNAE_MASK) >>
usr/src/uts/common/io/iwk/iwk2.c
2127
len = LE_16(stat->byte_count);
usr/src/uts/common/io/iwk/iwk2.c
2134
len, stat->rate.r.s.rate, LE_16(stat->channel),
usr/src/uts/common/io/iwk/iwk2.c
2197
LE_16(stat->duration), LE_32(stat->status)));
usr/src/uts/common/io/iwk/iwk2.c
2852
tx->timeout.pm_frame_timeout = LE_16(3);
usr/src/uts/common/io/iwk/iwk2.c
2854
tx->timeout.pm_frame_timeout = LE_16(2);
usr/src/uts/common/io/iwk/iwk2.c
2871
tx->len = LE_16(len);
usr/src/uts/common/io/iwk/iwk2.c
2961
LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwk/iwk2.c
3001
sc->sc_config.rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwk/iwk2.c
3023
s.ramon_tx_gain = LE_16(0x3f3f);
usr/src/uts/common/io/iwk/iwk2.c
3025
s.dsp_predis_atten = LE_16(110 | (110 << 8));
usr/src/uts/common/io/iwk/iwk2.c
3028
ramon_tx_gain = LE_16(0x3f3f);
usr/src/uts/common/io/iwk/iwk2.c
3030
dsp_predis_atten = LE_16(110 | (110 << 8));
usr/src/uts/common/io/iwk/iwk2.c
3060
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwk/iwk2.c
3528
LE_16(ieee80211_chan2ieee(ic, in->in_chan)));
usr/src/uts/common/io/iwk/iwk2.c
3534
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, in->in_chan));
usr/src/uts/common/io/iwk/iwk2.c
3563
LE_16(sc->sc_config.chan), LE_32(sc->sc_config.flags),
usr/src/uts/common/io/iwk/iwk2.c
3619
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwk/iwk2.c
3665
hdr->quiet_time = LE_16(50);
usr/src/uts/common/io/iwk/iwk2.c
3666
hdr->quiet_plcp_th = LE_16(1);
usr/src/uts/common/io/iwk/iwk2.c
3669
hdr->rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwk/iwk2.c
3750
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwk/iwk2.c
3751
hdr->len = LE_16(hdr->nchan * sizeof (iwk_scan_chan_t) +
usr/src/uts/common/io/iwk/iwk2.c
3752
LE_16(hdr->tx_cmd.len) + sizeof (iwk_scan_hdr_t));
usr/src/uts/common/io/iwk/iwk2.c
3769
chan->active_dwell = LE_16(50);
usr/src/uts/common/io/iwk/iwk2.c
3770
chan->passive_dwell = LE_16(120);
usr/src/uts/common/io/iwk/iwk2.c
3816
powertable.flags = LE_16(0x8);
usr/src/uts/common/io/iwk/iwk2.c
3842
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwk/iwk2.c
3878
sc->sc_config.rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwk/iwk2.c
3925
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwk/iwk2.c
4134
eep_p[addr/2] = LE_16(rv >> 16);
usr/src/uts/common/io/iwk/iwk2.c
4836
channel = LE_16(sc->sc_config.chan);
usr/src/uts/common/io/iwk/iwk2.c
4934
eep_voltage = (int32_t)LE_16(sc->sc_eep_map.calib_info.voltage);
usr/src/uts/common/io/iwk/iwk2.c
5433
cmd.control = LE_16(IWK_SENSITIVITY_CONTROL_WORK_TABLE);
usr/src/uts/common/io/iwk/iwk2.c
5436
LE_16(rx_sens_p->auto_corr_ofdm_x4);
usr/src/uts/common/io/iwk/iwk2.c
5438
LE_16(rx_sens_p->auto_corr_mrc_ofdm_x4);
usr/src/uts/common/io/iwk/iwk2.c
5440
LE_16(rx_sens_p->auto_corr_ofdm_x1);
usr/src/uts/common/io/iwk/iwk2.c
5442
LE_16(rx_sens_p->auto_corr_mrc_ofdm_x1);
usr/src/uts/common/io/iwk/iwk2.c
5445
LE_16(rx_sens_p->auto_corr_cck_x4);
usr/src/uts/common/io/iwk/iwk2.c
5447
LE_16(rx_sens_p->auto_corr_mrc_cck_x4);
usr/src/uts/common/io/iwk/iwk2.c
5449
LE_16(rx_sens_p->min_energy_det_cck);
usr/src/uts/common/io/iwk/iwk2.c
5451
cmd.table[MIN_ENERGY_OFDM_DET_IDX] = LE_16(100);
usr/src/uts/common/io/iwk/iwk2.c
5452
cmd.table[BARKER_CORR_TH_ADD_MIN_IDX] = LE_16(190);
usr/src/uts/common/io/iwk/iwk2.c
5453
cmd.table[BARKER_CORR_TH_ADD_MIN_MRC_IDX] = LE_16(390);
usr/src/uts/common/io/iwk/iwk2.c
5454
cmd.table[PTAM_ENERGY_TH_IDX] = LE_16(62);
usr/src/uts/common/io/iwk/iwk2.c
6146
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic,
usr/src/uts/common/io/iwk/iwk2.c
6205
sc->sc_config.assoc_id = LE_16(in->in_associd & 0x3fff);
usr/src/uts/common/io/iwk/iwk2.c
638
if (LE_16(sc->sc_eep_map.calib_version) < EEP_TX_POWER_VERSION_NEW) {
usr/src/uts/common/io/iwk/iwk2.c
6394
tx_beacon_p->config.len = LE_16((uint16_t)(MBLKL(mp)));
usr/src/uts/common/io/iwk/iwk2.c
6397
4 + LE_16(tx_beacon_p->config.len);
usr/src/uts/common/io/iwk/iwk2.c
6521
bc_link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwk/iwk2.c
6595
link_quality.agg_params.agg_time_limit = LE_16(4000);
usr/src/uts/common/io/iwn/if_iwncompat.h
151
#define le16toh(x) LE_16(x)
usr/src/uts/common/io/iwn/if_iwncompat.h
152
#define htole16(x) LE_16(x)
usr/src/uts/common/io/iwp/iwp.c
1826
LE_16(sc->sc_config.chan),
usr/src/uts/common/io/iwp/iwp.c
2271
len = LE_16(mpdu_size->byte_count);
usr/src/uts/common/io/iwp/iwp.c
3181
tx->timeout.pm_frame_timeout = LE_16(3);
usr/src/uts/common/io/iwp/iwp.c
3183
tx->timeout.pm_frame_timeout = LE_16(2);
usr/src/uts/common/io/iwp/iwp.c
3241
tx->len = LE_16(len);
usr/src/uts/common/io/iwp/iwp.c
3836
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, in->in_chan));
usr/src/uts/common/io/iwp/iwp.c
3873
LE_16(sc->sc_config.chan), LE_32(sc->sc_config.flags),
usr/src/uts/common/io/iwp/iwp.c
3933
hdr->quiet_time = LE_16(50);
usr/src/uts/common/io/iwp/iwp.c
3934
hdr->quiet_plcp_th = LE_16(1);
usr/src/uts/common/io/iwp/iwp.c
3937
hdr->rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwp/iwp.c
4033
hdr->tx_cmd.len = LE_16(_PTRDIFF(frm, wh));
usr/src/uts/common/io/iwp/iwp.c
4034
hdr->len = LE_16(hdr->nchan * sizeof (iwp_scan_chan_t) +
usr/src/uts/common/io/iwp/iwp.c
4035
LE_16(hdr->tx_cmd.len) + sizeof (iwp_scan_hdr_t));
usr/src/uts/common/io/iwp/iwp.c
4048
chan.chan = LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwp/iwp.c
4051
chan.active_dwell = LE_16(50);
usr/src/uts/common/io/iwp/iwp.c
4052
chan.passive_dwell = LE_16(120);
usr/src/uts/common/io/iwp/iwp.c
4104
powertable.flags = LE_16(0x8);
usr/src/uts/common/io/iwp/iwp.c
4134
sc->sc_config.chan = LE_16(ieee80211_chan2ieee(ic, ic->ic_curchan));
usr/src/uts/common/io/iwp/iwp.c
4175
sc->sc_config.rx_chain = LE_16(RXON_RX_CHAIN_DRIVER_FORCE_MSK |
usr/src/uts/common/io/iwp/iwp.c
4504
eep_p[addr/2] = LE_16(rv >> 16);
usr/src/uts/common/io/iwp/iwp.c
5011
c_cmd.data.cap_pin1 = LE_16(sc->sc_eep_calib->xtal_calib[0]);
usr/src/uts/common/io/iwp/iwp.c
5012
c_cmd.data.cap_pin2 = LE_16(sc->sc_eep_calib->xtal_calib[1]);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5007
switch (LE_16(event->desc.opcode)) {
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5035
LE_16(event->desc.opcode));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
7379
buf16[i] = LE_16(buf16[i]);
usr/src/uts/common/io/mr_sas/mr_sas.c
4064
class_locale.members.locale = LE_16(MR_EVT_LOCALE_ALL);
usr/src/uts/common/io/mr_sas/mr_sas.c
6349
curr_aen.members.locale = LE_16(curr_aen.members.locale);
usr/src/uts/common/io/mr_sas/mr_sas.c
6355
prev_aen.members.locale = LE_16(prev_aen.members.locale);
usr/src/uts/common/io/mr_sas/mr_sas.c
6392
curr_aen.members.locale = LE_16(curr_aen.members.locale);
usr/src/uts/common/io/mr_sas/mr_sas.c
6432
curr_aen.members.locale = LE_16(curr_aen.members.locale);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
3546
(LE_16(pds->fwState) != PD_SYSTEM)) {
usr/src/uts/common/io/mwl/mwl.c
1191
if (sc->sc_cmd_mem[0] == LE_16(cmdCode))
usr/src/uts/common/io/mwl/mwl.c
1267
len = LE_16(h->Length);
usr/src/uts/common/io/mwl/mwl.c
1271
mwlcmdname(LE_16(h->Cmd) & ~0x8000), len, h->SeqNum, h->MacId);
usr/src/uts/common/io/mwl/mwl.c
1275
mwlcmdname(LE_16(h->Cmd) & ~0x8000), len, LE_16(h->SeqNum));
usr/src/uts/common/io/mwl/mwl.c
1281
int result = LE_16(h->Result);
usr/src/uts/common/io/mwl/mwl.c
1670
hw->regionCode = LE_16(pCmd->RegionCode) & 0x00ff;
usr/src/uts/common/io/mwl/mwl.c
1672
hw->maxNumWCB = LE_16(pCmd->NumOfWCB);
usr/src/uts/common/io/mwl/mwl.c
1673
hw->maxNumMCAddr = LE_16(pCmd->NumOfMCastAddr);
usr/src/uts/common/io/mwl/mwl.c
1674
hw->numAntennas = LE_16(pCmd->NumberOfAntenna);
usr/src/uts/common/io/mwl/mwl.c
1705
to->CapInfo = LE_16(from->CapInfo);
usr/src/uts/common/io/mwl/mwl.c
1706
to->HTCapabilitiesInfo = LE_16(from->HTCapabilitiesInfo);
usr/src/uts/common/io/mwl/mwl.c
1710
to->AddHtInfo.OpMode = LE_16(from->AddHtInfo.OpMode);
usr/src/uts/common/io/mwl/mwl.c
1711
to->AddHtInfo.stbc = LE_16(from->AddHtInfo.stbc);
usr/src/uts/common/io/mwl/mwl.c
1724
pCmd->AID = LE_16(aid);
usr/src/uts/common/io/mwl/mwl.c
1725
pCmd->StnId = LE_16(sid);
usr/src/uts/common/io/mwl/mwl.c
1726
pCmd->Action = LE_16(0); /* SET */
usr/src/uts/common/io/mwl/mwl.c
1760
pCmd->Action = LE_16(dirSet);
usr/src/uts/common/io/mwl/mwl.c
1763
pCmd->AntennaMode = LE_16(ant);
usr/src/uts/common/io/mwl/mwl.c
1782
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET);
usr/src/uts/common/io/mwl/mwl.c
1786
pCmd->Control = LE_16(preamble);
usr/src/uts/common/io/mwl/mwl.c
1787
pCmd->RadioOn = LE_16(onoff);
usr/src/uts/common/io/mwl/mwl.c
1801
pCmd->Action = LE_16(onoff);
usr/src/uts/common/io/mwl/mwl.c
1856
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET);
usr/src/uts/common/io/mwl/mwl.c
1884
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET_LIST);
usr/src/uts/common/io/mwl/mwl.c
1887
pCmd->PowerLevelList[i++] = LE_16(hc->targetPowers[0]);
usr/src/uts/common/io/mwl/mwl.c
1892
pCmd->PowerLevelList[i] = LE_16(pow);
usr/src/uts/common/io/mwl/mwl.c
1984
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET);
usr/src/uts/common/io/mwl/mwl.c
1985
pCmd->RateAdaptMode = LE_16(mode);
usr/src/uts/common/io/mwl/mwl.c
2019
pCmd->regionCode = LE_16(DOMAIN_CODE_ETSI);
usr/src/uts/common/io/mwl/mwl.c
2022
pCmd->regionCode = LE_16(regionCode);
usr/src/uts/common/io/mwl/mwl.c
2038
pCmd->AssocID = LE_16(assocId);
usr/src/uts/common/io/mwl/mwl.c
2084
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET);
usr/src/uts/common/io/mwl/mwl.c
2085
pCmd->Threshold = LE_16(threshold);
usr/src/uts/common/io/mwl/mwl.c
2099
pCmd->Action = LE_16(HostCmd_ACT_GEN_SET);
usr/src/uts/common/io/mwl/mwl.c
2100
pCmd->CSMode = LE_16(csmode);
usr/src/uts/common/io/mwl/mwl.c
2173
pCmd->KeyParam.Length = LE_16(sizeof (pCmd->KeyParam));
usr/src/uts/common/io/mwl/mwl.c
2174
pCmd->KeyParam.KeyTypeId = LE_16(kv->keyTypeId);
usr/src/uts/common/io/mwl/mwl.c
2181
pCmd->KeyParam.KeyLen = LE_16(kv->keyLen);
usr/src/uts/common/io/mwl/mwl.c
2184
pCmd->KeyParam.KeyLen = LE_16(sizeof (TKIP_TYPE_KEY));
usr/src/uts/common/io/mwl/mwl.c
2186
LE_16(kv->key.tkip.rsc.low);
usr/src/uts/common/io/mwl/mwl.c
2190
LE_16(kv->key.tkip.tsc.low);
usr/src/uts/common/io/mwl/mwl.c
2195
pCmd->KeyParam.KeyLen = LE_16(sizeof (AES_TYPE_KEY));
usr/src/uts/common/io/mwl/mwl.c
2217
pCmd->ActionType = LE_16(EncrActionTypeRemoveKey);
usr/src/uts/common/io/mwl/mwl.c
2218
pCmd->KeyParam.Length = LE_16(sizeof (pCmd->KeyParam));
usr/src/uts/common/io/mwl/mwl.c
2219
pCmd->KeyParam.KeyTypeId = LE_16(kv->keyTypeId);
usr/src/uts/common/io/mwl/mwl.c
2686
ds->PktLen = LE_16(MWL_AGGR_SIZE);
usr/src/uts/common/io/mwl/mwl.c
3210
len = LE_16(ds->PktLen);
usr/src/uts/common/io/mwl/mwl.c
3275
ds->PktLen = LE_16(MWL_AGGR_SIZE);
usr/src/uts/common/io/mwl/mwl.c
888
sc->sc_cmd_mem[0] = LE_16(HostCmd_CMD_CODE_DNLD);
usr/src/uts/common/io/mwl/mwl.c
889
sc->sc_cmd_mem[1] = LE_16(bsize);
usr/src/uts/common/io/mwl/mwl_var.h
598
pCmd->CmdHdr.Cmd = LE_16(cmd); \
usr/src/uts/common/io/mwl/mwl_var.h
599
pCmd->CmdHdr.Length = LE_16(sizeof (type)); \
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
380
return (LE_16(*v));
usr/src/uts/common/io/net80211/net80211_ht.c
402
rxseq = LE_16(*(uint16_t *)wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
usr/src/uts/common/io/net80211/net80211_ht.c
560
tid = MS(LE_16(wh->i_ctl), IEEE80211_BAR_TID);
usr/src/uts/common/io/net80211/net80211_ht.c
570
rxseq = LE_16(wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
usr/src/uts/common/io/net80211/net80211_input.c
1273
algo = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
1274
seq = LE_16(*(uint16_t *)(frm + 2));
usr/src/uts/common/io/net80211/net80211_input.c
1275
status = LE_16(*(uint16_t *)(frm + 4));
usr/src/uts/common/io/net80211/net80211_input.c
1321
capinfo = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
1323
status = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
1335
associd = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
1482
status = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
1507
status = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
193
rxseq = LE_16(*(uint16_t *)wh->i_seq);
usr/src/uts/common/io/net80211/net80211_input.c
438
rxseq = LE_16(*(uint16_t *)wh->i_seq);
usr/src/uts/common/io/net80211/net80211_input.c
473
last_rxseq = LE_16(*(uint16_t *)lwh->i_seq);
usr/src/uts/common/io/net80211/net80211_input.c
876
scan.bintval = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
878
scan.capinfo = LE_16(*(uint16_t *)frm);
usr/src/uts/common/io/net80211/net80211_input.c
904
scan.fhdwell = LE_16(*(uint16_t *)(frm + 2));
usr/src/uts/common/io/net80211/net80211_output.c
236
LE_16(in->in_txseqs[tid] << IEEE80211_SEQ_SEQ_SHIFT);
usr/src/uts/common/io/net80211/net80211_output.c
240
LE_16(in->in_txseqs[IEEE80211_NONQOS_TID] <<
usr/src/uts/common/io/net80211/net80211_output.c
538
*(uint16_t *)frm = LE_16(ic->ic_bss->in_intval);
usr/src/uts/common/io/net80211/net80211_output.c
541
*(uint16_t *)frm = LE_16(capinfo);
usr/src/uts/common/io/net80211/net80211_output.c
633
(is_shared_key) ? LE_16(IEEE80211_AUTH_ALG_SHARED)
usr/src/uts/common/io/net80211/net80211_output.c
634
: LE_16(IEEE80211_AUTH_ALG_OPEN);
usr/src/uts/common/io/net80211/net80211_output.c
635
((uint16_t *)frm)[1] = LE_16(arg); /* sequence number */
usr/src/uts/common/io/net80211/net80211_output.c
636
((uint16_t *)frm)[2] = LE_16(status); /* status */
usr/src/uts/common/io/net80211/net80211_output.c
656
*(uint16_t *)frm = LE_16(arg); /* reason */
usr/src/uts/common/io/net80211/net80211_output.c
701
*(uint16_t *)frm = LE_16(capinfo);
usr/src/uts/common/io/net80211/net80211_output.c
704
*(uint16_t *)frm = LE_16(ic->ic_lintval);
usr/src/uts/common/io/net80211/net80211_output.c
755
*(uint16_t *)frm = LE_16(capinfo);
usr/src/uts/common/io/net80211/net80211_output.c
758
*(uint16_t *)frm = LE_16(arg); /* status */
usr/src/uts/common/io/net80211/net80211_output.c
762
*(uint16_t *)frm = LE_16(in->in_associd);
usr/src/uts/common/io/net80211/net80211_output.c
764
*(uint16_t *)frm = LE_16(0);
usr/src/uts/common/io/net80211/net80211_output.c
776
*(uint16_t *)frm = LE_16(arg); /* reason */
usr/src/uts/common/io/net80211/net80211_output.c
851
*(uint16_t *)frm = LE_16(in->in_intval);
usr/src/uts/common/io/net80211/net80211_output.c
855
*(uint16_t *)frm = LE_16(capinfo);
usr/src/uts/common/io/net80211/net80211_output.c
89
LE_16(in->in_txseqs[IEEE80211_NONQOS_TID] <<
usr/src/uts/common/io/net80211/net80211_output.c
941
*bo->bo_caps = LE_16(capinfo);
usr/src/uts/common/io/ntxn/unm_nic.h
121
#define HOST_TO_LE_16 LE_16
usr/src/uts/common/io/ntxn/unm_nic.h
122
#define LE_TO_HOST_16 LE_16
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
336
#define HOST_TO_LE_16 LE_16
usr/src/uts/common/io/qede/qede.h
161
#define HOST_TO_LE_16 LE_16
usr/src/uts/common/io/qede/qede.h
162
#define LE_TO_HOST_16 LE_16
usr/src/uts/common/io/qede/qede_dbg.c
296
cmn_err(CE_WARN, " pkt_len = %d", LE_16(cqe->pkt_len));
usr/src/uts/common/io/qede/qede_dbg.c
299
LE_16(cqe->len_on_first_bd));
usr/src/uts/common/io/qede/qede_dbg.c
301
cmn_err(CE_WARN, " vlan_tag = %d", LE_16(cqe->vlan_tag));
usr/src/uts/common/io/qede/qede_dbg.c
304
LE_16((uint16_t)cqe->pars_flags.flags));
usr/src/uts/common/io/qede/qede_dbg.c
316
cmn_err(CE_WARN, " seg_len = %d", LE_16(cqe->seg_len));
usr/src/uts/common/io/qede/qede_dbg.c
317
cmn_err(CE_WARN, " vlan_tag = %d", LE_16(cqe->vlan_tag));
usr/src/uts/common/io/qede/qede_dbg.c
320
LE_16(cqe->len_on_first_bd));
usr/src/uts/common/io/qede/qede_dbg.c
325
LE_16(cqe->ext_bd_len_list[i]));
usr/src/uts/common/io/qede/qede_dbg.c
327
LE_16((uint16_t)cqe->pars_flags.flags));
usr/src/uts/common/io/qede/qede_dbg.c
341
LE_16(cqe->len_list[i]));
usr/src/uts/common/io/qede/qede_dbg.c
352
LE_16(cqe->total_packet_len));
usr/src/uts/common/io/qede/qede_dbg.c
355
LE_16(cqe->num_of_coalesced_segs));
usr/src/uts/common/io/qede/qede_dbg.c
358
LE_16(cqe->len_list[i]));
usr/src/uts/common/io/qede/qede_fp.c
136
hw_consumer = LE_16(*tx_ring->hw_cons_ptr);
usr/src/uts/common/io/qede/qede_fp.c
208
u16 hw_bd_cons = LE_16(*tx_ring->hw_cons_ptr);
usr/src/uts/common/io/qede/qede_fp.c
314
lro_info->pars_flags = LE_16(cqe->pars_flags.flags);
usr/src/uts/common/io/qede/qede_fp.c
315
lro_info->pad = LE_16(cqe->placement_offset);
usr/src/uts/common/io/qede/qede_fp.c
317
lro_info->vlan_tag = LE_16(cqe->vlan_tag);
usr/src/uts/common/io/qede/qede_fp.c
320
seg_len = (int)LE_16(cqe->seg_len);
usr/src/uts/common/io/qede/qede_fp.c
321
len_on_first_bd = (int)LE_16(cqe->len_on_first_bd);
usr/src/uts/common/io/qede/qede_fp.c
389
work_length = total_packet_length = LE_16(cqe->total_packet_len);
usr/src/uts/common/io/qede/qede_fp.c
96
uint16_t hw_consumer = LE_16(*tx_ring->hw_cons_ptr);
usr/src/uts/common/io/ral/rt2560.c
1395
desc->wme = LE_16(
usr/src/uts/common/io/ral/rt2560.c
1512
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/ral/rt2560.c
1672
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rum/rum.c
1302
val = LE_16(val);
usr/src/uts/common/io/rum/rum.c
1312
val = LE_16(val);
usr/src/uts/common/io/rum/rum.c
1320
val = LE_16(val);
usr/src/uts/common/io/rum/rum.c
1325
val = LE_16(val);
usr/src/uts/common/io/rum/rum.c
1333
val = LE_16(val);
usr/src/uts/common/io/rum/rum.c
692
desc->xflags = LE_16(xflags);
usr/src/uts/common/io/rum/rum.c
694
desc->wme = LE_16(RT2573_QID(0) | RT2573_AIFSN(2) |
usr/src/uts/common/io/rum/rum.c
828
*(uint16_t *)(uintptr_t)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rum/rum.c
838
*(uint16_t *)(uintptr_t)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rwd/rt2661.c
1361
desc->xflags = LE_16(xflags);
usr/src/uts/common/io/rwd/rt2661.c
1362
desc->xflags |= LE_16(1 << 13);
usr/src/uts/common/io/rwd/rt2661.c
1364
desc->wme = LE_16(
usr/src/uts/common/io/rwd/rt2661.c
1404
desc->len [0] = LE_16(len);
usr/src/uts/common/io/rwd/rt2661.c
1495
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rwd/rt2661.c
1612
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rwn/rt2860.c
1182
txwi->len = LE_16(pktlen);
usr/src/uts/common/io/rwn/rt2860.c
1184
txwi->phy = LE_16(RT2860_PHY_CCK);
usr/src/uts/common/io/rwn/rt2860.c
1188
txwi->phy = LE_16(RT2860_PHY_OFDM);
usr/src/uts/common/io/rwn/rt2860.c
1189
txwi->phy |= LE_16(mcs);
usr/src/uts/common/io/rwn/rt2860.c
1199
txwi->len |= LE_16(pid << RT2860_TX_PID_SHIFT);
usr/src/uts/common/io/rwn/rt2860.c
1215
*(uint16_t *)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/rwn/rt2860.c
1228
txd->sdl0 = LE_16(16 + hdrlen);
usr/src/uts/common/io/rwn/rt2860.c
1233
txd->sdl1 = LE_16(pktlen - hdrlen | RT2860_TX_LS1);
usr/src/uts/common/io/rwn/rt2860.c
1685
txd->sdl0 &= ~LE_16(RT2860_TX_DDONE);
usr/src/uts/common/io/rwn/rt2860.c
1726
if (!(rxd->sdl0 & LE_16(RT2860_RX_DDONE))) {
usr/src/uts/common/io/rwn/rt2860.c
1756
pktlen = LE_16(rxwi->len) & 0xfff;
usr/src/uts/common/io/rwn/rt2860.c
1786
rxd->sdl0 &= ~LE_16(RT2860_RX_DDONE);
usr/src/uts/common/io/rwn/rt2860.c
792
ring->txd[i].sdl0 &= ~LE_16(RT2860_TX_DDONE);
usr/src/uts/common/io/rwn/rt2860.c
866
rxd->sdl0 = LE_16(sc->sc_dmabuf_size);
usr/src/uts/common/io/rwn/rt2860.c
885
ring->rxd[i].sdl0 &= ~LE_16(RT2860_RX_DDONE);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16505
req.RequestDataLength = LE_16((uint16_t)(smp_pkt->smp_pkt_reqsize - 4));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16531
if (LE_16(rep.IOCStatus) != MPI2_IOCSTATUS_SUCCESS) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16532
switch (LE_16(rep.IOCStatus)) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16544
"status:%x", LE_16(rep.IOCStatus));
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16921
req.EnclosureHandle = LE_16(mep->me_enchdl);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16922
req.Slot = LE_16(slot);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16935
if (LE_16(rep.IOCStatus) != MPI2_IOCSTATUS_SUCCESS) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16937
"status:%x loginfo %x", act, LE_16(rep.IOCStatus),
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
16939
switch (LE_16(rep.IOCStatus) & MPI2_IOCSTATUS_MASK) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6193
req.DevHandle = LE_16(devhdl);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6205
if (LE_16(rep.IOCStatus) != MPI2_IOCSTATUS_SUCCESS) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
6207
"Control IOCStatus %d", LE_16(rep.IOCStatus));
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
169
(LE_16(id->word76) & (1 << 8))) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
171
xp->qdepth = (LE_16(id->word75) & 0x1f) + 1;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
230
if ((LE_16(id->word87) & 0x100) &&
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
231
(LE_16(id->word108) >> 12) == 5) {
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
236
rp[8] = LE_16(id->word108) >> 8;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
237
rp[9] = LE_16(id->word108);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
238
rp[10] = LE_16(id->word109) >> 8;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
239
rp[11] = LE_16(id->word109);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
240
rp[12] = LE_16(id->word110) >> 8;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
241
rp[13] = LE_16(id->word110);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
242
rp[14] = LE_16(id->word111) >> 8;
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_sata.c
243
rp[15] = LE_16(id->word111);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
5446
tmp = LE_16(tmp);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
221
smcm->smcm_va_cmd->Request.Timeout = LE_16(timeout_secs);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_ciss.c
306
smcm->smcm_va_cmd->Request.Timeout = LE_16(SMRT_ASYNC_CANCEL_TIMEOUT);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_hba.c
564
smcm->smcm_va_cmd->Request.Timeout = LE_16(pkt->pkt_time);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_logvol.c
200
smcm->smcm_va_cmd->Request.Timeout = LE_16(timeout);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
134
smcm->smcm_va_cmd->Request.Timeout = LE_16(timeout);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_physical.c
407
smcm->smcm_va_cmd->Request.Timeout = LE_16(timeout);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_sata.c
59
smcm->smcm_va_cmd->Request.Timeout = LE_16(timeout);
usr/src/uts/common/io/udmf/udmf_usbgem.c
553
val = LE_16(val);
usr/src/uts/common/io/udmf/udmf_usbgem.c
581
val = LE_16(val);
usr/src/uts/common/io/ural/ural.c
1277
val = LE_16(val);
usr/src/uts/common/io/ural/ural.c
343
return (LE_16(val));
usr/src/uts/common/io/ural/ural.c
630
desc->wme = LE_16(RAL_AIFSN(2) | RAL_LOGCWMIN(3) | RAL_LOGCWMAX(5));
usr/src/uts/common/io/ural/ural.c
631
desc->wme |= LE_16(RAL_IVOFFSET(sizeof (struct ieee80211_frame)));
usr/src/uts/common/io/ural/ural.c
766
*(uint16_t *)(uintptr_t)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/ural/ural.c
776
*(uint16_t *)(uintptr_t)wh->i_dur = LE_16(dur);
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
96
xev->xev_segs[0].xes_size = LE_16(xev->xev_ring.xr_ntrb);
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
176
stand = LE_16(USB_DEV_SLF_PWRD_STATUS);
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
531
cs = LE_16(cs);
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
532
ps = LE_16(ps);
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
766
hdp->wHubCharacteristics = LE_16(chars);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
769
((uint64_t)LE_16(ucrp->ctrl_wValue) << 16) |
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
770
((uint64_t)LE_16(ucrp->ctrl_wIndex) << 32) |
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
771
((uint64_t)LE_16(ucrp->ctrl_wLength) << 48);
usr/src/uts/common/io/virtio/virtio_endian.h
43
return (LE_16(val));
usr/src/uts/common/io/virtio/virtio_endian.h
61
return (LE_16(val));
usr/src/uts/common/io/virtio/virtio_endian.h
79
return (modern ? LE_16(val) : val);
usr/src/uts/common/io/virtio/virtio_endian.h
97
return (modern ? LE_16(val) : val);
usr/src/uts/common/io/wpi/wpi.c
1352
sc->sc_config.state = LE_16(WPI_CONFIG_ASSOCIATED);
usr/src/uts/common/io/wpi/wpi.c
1676
tail = (wpi_rx_tail_t *)((caddr_t)(head + 1) + LE_16(head->len));
usr/src/uts/common/io/wpi/wpi.c
1678
len = LE_16(head->len);
usr/src/uts/common/io/wpi/wpi.c
1714
LE_16(ic->ic_channels[head->chan].ic_freq);
usr/src/uts/common/io/wpi/wpi.c
1716
LE_16(ic->ic_channels[head->chan].ic_flags);
usr/src/uts/common/io/wpi/wpi.c
1718
tap->wr_dbm_antnoise = (int8_t)LE_16(stat->noise);
usr/src/uts/common/io/wpi/wpi.c
1720
tap->wr_antenna = (LE_16(head->flags) >> 4) & 0xf;
usr/src/uts/common/io/wpi/wpi.c
1739
if (LE_16(head->flags) & 0x4)
usr/src/uts/common/io/wpi/wpi.c
2213
tap->wt_chan_freq = LE_16(ic->ic_curchan->ic_freq);
usr/src/uts/common/io/wpi/wpi.c
2214
tap->wt_chan_flags = LE_16(ic->ic_curchan->ic_flags);
usr/src/uts/common/io/wpi/wpi.c
2257
tx->len = LE_16(len);
usr/src/uts/common/io/wpi/wpi.c
2920
hdr->quiet = LE_16(50);
usr/src/uts/common/io/wpi/wpi.c
2921
hdr->threshold = LE_16(1);
usr/src/uts/common/io/wpi/wpi.c
2995
hdr->pbrlen = LE_16((uintptr_t)frm - (uintptr_t)wh);
usr/src/uts/common/io/wpi/wpi.c
3006
chan->magic = LE_16(0x62ab);
usr/src/uts/common/io/wpi/wpi.c
3007
chan->active = LE_16(50);
usr/src/uts/common/io/wpi/wpi.c
3008
chan->passive = LE_16(120);
usr/src/uts/common/io/wpi/wpi.c
3407
sc->sc_config.state = LE_16(WPI_CONFIG_ASSOCIATED);
usr/src/uts/common/io/zyd/zyd.c
389
buf_hdr->frame_size = LE_16(frame_size);
usr/src/uts/common/io/zyd/zyd.c
397
buf_hdr->packet_size = LE_16(frame_size + additional_size);
usr/src/uts/common/io/zyd/zyd.c
399
buf_hdr->packet_size = LE_16(additional_size);
usr/src/uts/common/io/zyd/zyd.c
435
buf_hdr->frame_duration = LE_16((16 * frame_size + rate - 1) / rate);
usr/src/uts/common/io/zyd/zyd.c
437
buf_hdr->next_frame_duration = LE_16(0);
usr/src/uts/common/io/zyd/zyd_hw.c
113
tmp[0] = LE_16(ZYD_REG32_HI(reg));
usr/src/uts/common/io/zyd/zyd_hw.c
114
tmp[1] = LE_16(val >> 16);
usr/src/uts/common/io/zyd/zyd_hw.c
115
tmp[2] = LE_16(ZYD_REG32_LO(reg));
usr/src/uts/common/io/zyd/zyd_hw.c
116
tmp[3] = LE_16(val & 0xffff);
usr/src/uts/common/io/zyd/zyd_hw.c
137
regbuf = LE_16(reg);
usr/src/uts/common/io/zyd/zyd_hw.c
148
LE_16(regbuf), LE_16(tmp[0]));
usr/src/uts/common/io/zyd/zyd_hw.c
155
*val = LE_16(tmp[1]);
usr/src/uts/common/io/zyd/zyd_hw.c
173
tmp[0] = LE_16(ZYD_REG32_LO(reg));
usr/src/uts/common/io/zyd/zyd_hw.c
174
tmp[1] = LE_16(val & 0xffff);
usr/src/uts/common/io/zyd/zyd_hw.c
272
req.code = LE_16(ZYD_RFCFG_VALUE);
usr/src/uts/common/io/zyd/zyd_hw.c
273
req.width = LE_16((uint16_t)bits);
usr/src/uts/common/io/zyd/zyd_hw.c
277
tmp = LE_16(cr203) | (bit ? LE_16(ZYD_RF_DATA) : 0);
usr/src/uts/common/io/zyd/zyd_hw.c
78
regs[0] = LE_16(ZYD_REG32_HI(reg));
usr/src/uts/common/io/zyd/zyd_hw.c
79
regs[1] = LE_16(ZYD_REG32_LO(reg));
usr/src/uts/common/io/zyd/zyd_hw.c
90
LE_16(regs[0]), LE_16(regs[1]),
usr/src/uts/common/io/zyd/zyd_hw.c
91
LE_16(tmp[0]), LE_16(tmp[2]));
usr/src/uts/common/io/zyd/zyd_hw.c
95
*val = ((uint32_t)LE_16(tmp[1]) << 16) | (uint32_t)LE_16(tmp[3]);
usr/src/uts/common/io/zyd/zyd_usb.c
689
cmd.cmd_code = LE_16(code);
usr/src/uts/common/io/zyd/zyd_usb.c
785
code = LE_16(*(uint16_t *)(uintptr_t)data);
usr/src/uts/common/io/zyd/zyd_usb.c
929
if (LE_16(desc->tag) == ZYD_TAG_MULTIFRAME) {
usr/src/uts/common/io/zyd/zyd_usb.c
936
const uint16_t len16 = LE_16(desc->len[i]);
usr/src/uts/common/sys/scsi/adapters/pmcs/ata.h
269
((LE_16(ati->word83) & (1 << 10)) == 0)? \
usr/src/uts/common/sys/scsi/adapters/pmcs/ata.h
270
(LE_16(ati->word60) | ((LE_16(ati->word61)) << 16)) : \
usr/src/uts/common/sys/scsi/adapters/pmcs/ata.h
271
((LE_16(ati->word100)) | ((LE_16(ati->word101)) << 16) | \
usr/src/uts/common/sys/scsi/adapters/pmcs/ata.h
272
(((uint64_t)LE_16(ati->word102)) << 32) | \
usr/src/uts/common/sys/scsi/adapters/pmcs/ata.h
273
(((uint64_t)LE_16(ati->word103)) << 48))
usr/src/uts/common/sys/uuid.h
90
(dest).time_mid = LE_16((dest).time_mid); \
usr/src/uts/common/sys/uuid.h
91
(dest).time_hi_and_version = LE_16((dest).time_hi_and_version); \
usr/src/uts/intel/io/viona/viona_tx.c
429
const uint16_t gso_size = LE_16(hdr->vrh_gso_size);
usr/src/uts/sun4v/io/vdsk_common.c
146
LE_16(gpe[i].efi_gpe_Attributes.PartitionAttrs);
usr/src/uts/sun4v/io/vdsk_common.c
149
LE_16(gpe[i].efi_gpe_PartitionName[j]);