Lines Matching refs:htole16

1731 	if (val & htole16(IWN_EEPROM_SKU_CAP_11N))
2571 if (stat->flags & htole16(IWN_STAT_FLAG_SHPREAMBLE))
3497 *w = htole16(len + 8);
3515 *w = htole16(id << 12 | (len + 8));
3533 *w = (*w & htole16(0xf000)) | htole16(1);
3594 htole16(ni->ni_txseqs[tid] << IEEE80211_SEQ_SEQ_SHIFT);
3703 tx->timeout = htole16(3);
3705 tx->timeout = htole16(2);
3707 tx->timeout = htole16(0);
3716 tx->len = htole16(totlen);
3785 desc->segs[0].len = htole16(IWN_HIADDR(data->cmd_paddr) |
3791 desc->segs[i].len = htole16(IWN_HIADDR(seg->ds_addr) |
3905 tx->timeout = htole16(3);
3907 tx->timeout = htole16(2);
3909 tx->timeout = htole16(0);
3927 tx->len = htole16(totlen);
3998 desc->segs[0].len = htole16(IWN_HIADDR(data->cmd_paddr) |
4004 desc->segs[i].len = htole16(IWN_HIADDR(seg->ds_addr) |
4235 desc->segs[0].len = htole16(IWN_HIADDR(paddr) | totlen << 4);
4312 linkq.ampdu_limit = htole16(4000); /* 4ms */
4381 linkq.ampdu_limit = htole16(4000); /* 4ms */
4415 cmd.ac[aci].cwmin = htole16(IWN_EXP2(ac->wmep_logcwmin));
4416 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));
4418 htole16(IEEE80211_TXOP_TO_US(ac->wmep_txopLimit));
4491 cmd.bintval = htole16(ni->ni_intval);
4492 cmd.lintval = htole16(10);
4909 sc->rxon->rxchain = htole16(IWN_RXCHAIN_SEL(sc->chainmask));
5196 cmd.corr_ofdm_x1 = htole16(calib->ofdm_x1);
5197 cmd.corr_ofdm_mrc_x1 = htole16(calib->ofdm_mrc_x1);
5198 cmd.corr_ofdm_x4 = htole16(calib->ofdm_x4);
5199 cmd.corr_ofdm_mrc_x4 = htole16(calib->ofdm_mrc_x4);
5200 cmd.energy_ofdm = htole16(sc->limits->energy_ofdm);
5201 cmd.energy_ofdm_th = htole16(62);
5203 cmd.corr_cck_x4 = htole16(calib->cck_x4);
5204 cmd.corr_cck_mrc_x4 = htole16(calib->cck_mrc_x4);
5205 cmd.energy_cck = htole16(calib->energy_cck);
5207 cmd.corr_barker = htole16(190);
5208 cmd.corr_barker_mrc = htole16(390);
5220 cmd.ofdm_det_slope_mrc = htole16(668);
5221 cmd.ofdm_det_icept_mrc = htole16(4);
5222 cmd.ofdm_det_slope = htole16(486);
5223 cmd.ofdm_det_icept = htole16(37);
5224 cmd.cck_det_slope_mrc = htole16(853);
5225 cmd.cck_det_icept_mrc = htole16(4);
5226 cmd.cck_det_slope = htole16(476);
5227 cmd.cck_det_icept = htole16(99);
5262 cmd.flags |= htole16(IWN_PS_ALLOW_SLEEP);
5264 cmd.flags |= htole16(IWN_PS_FAST_PD);
5268 cmd.flags |= htole16(IWN_PS_PCI_PMGT);
5278 cmd.flags |= htole16(IWN_PS_SLEEP_OVER_DTIM);
5331 btconfig.valid = htole16(0xff);
5470 sc->rxon->rxchain = htole16(rxchain);
5556 hdr->quiet_time = htole16(10); /* timeout in milliseconds */
5557 hdr->quiet_threshold = htole16(1); /* min # of packets */
5570 hdr->rxchain = htole16(rxchain);
5626 tx->len = htole16(frm - (uint8_t *)wh);
5630 chan->chan = htole16(ieee80211_chan2ieee(ic, c));
5638 chan->active = htole16(24);
5639 chan->passive = htole16(110);
5643 chan->active = htole16(24);
5645 chan->passive = htole16(78);
5647 chan->passive = htole16(110);
5651 chan->active = htole16(36);
5652 chan->passive = htole16(120);
5656 chan->active = htole16(36);
5658 chan->passive = htole16(88);
5660 chan->passive = htole16(120);
5673 hdr->len = htole16(buflen);
5777 sc->rxon->associd = htole16(IEEE80211_AID(ni->ni_associd));
5916 node.addba_ssn = htole16(ssn);
6035 node.disable_tid = htole16(wn->disable_tid);
6310 cmd.offset = htole16(sc->eeprom_temp);
6312 cmd.offset = htole16(IWN_DEFAULT_TEMP_OFFSET);
6763 if (tlv->alt != 0 && tlv->alt != htole16(alt))
7463 sc->sc_rxtap.wr_chan_freq = htole16(c->ic_freq);
7464 sc->sc_rxtap.wr_chan_flags = htole16(c->ic_flags);
7465 sc->sc_txtap.wt_chan_freq = htole16(c->ic_freq);
7466 sc->sc_txtap.wt_chan_flags = htole16(c->ic_flags);