Lines Matching refs:htole16

2179 	if (val & htole16(IWN_EEPROM_SKU_CAP_11N))
3076 if (stat->flags & htole16(IWN_STAT_FLAG_SHPREAMBLE))
4179 *w = htole16(len + 8);
4197 *w = htole16(id << 12 | (len + 8));
4215 *w = (*w & htole16(0xf000)) | htole16(1);
4393 htole16(seqno << IEEE80211_SEQ_SEQ_SHIFT);
4516 tx->timeout = htole16(3);
4518 tx->timeout = htole16(2);
4520 tx->timeout = htole16(0);
4529 tx->len = htole16(totlen);
4601 desc->segs[0].len = htole16(IWN_HIADDR(data->cmd_paddr) |
4607 desc->segs[i].len = htole16(IWN_HIADDR(seg->ds_addr) |
4711 tx->timeout = htole16(3);
4713 tx->timeout = htole16(2);
4715 tx->timeout = htole16(0);
4733 tx->len = htole16(totlen);
4794 desc->segs[0].len = htole16(IWN_HIADDR(data->cmd_paddr) |
4800 desc->segs[i].len = htole16(IWN_HIADDR(seg->ds_addr) |
5129 desc->segs[0].len = htole16(IWN_HIADDR(paddr) | totlen << 4);
5203 linkq.ampdu_limit = htole16(4000); /* 4ms */
5326 linkq.ampdu_limit = htole16(4000); /* 4ms */
5363 cmd.ac[aci].cwmin = htole16(IWN_EXP2(ac->wmep_logcwmin));
5364 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));
5366 htole16(IEEE80211_TXOP_TO_US(ac->wmep_txopLimit));
5445 cmd.bintval = htole16(ni->ni_intval);
5446 cmd.lintval = htole16(10);
5869 sc->rxon->rxchain = htole16(IWN_RXCHAIN_SEL(sc->chainmask));
6152 cmd.corr_ofdm_x1 = htole16(calib->ofdm_x1);
6153 cmd.corr_ofdm_mrc_x1 = htole16(calib->ofdm_mrc_x1);
6154 cmd.corr_ofdm_x4 = htole16(calib->ofdm_x4);
6155 cmd.corr_ofdm_mrc_x4 = htole16(calib->ofdm_mrc_x4);
6156 cmd.energy_ofdm = htole16(sc->limits->energy_ofdm);
6157 cmd.energy_ofdm_th = htole16(62);
6159 cmd.corr_cck_x4 = htole16(calib->cck_x4);
6160 cmd.corr_cck_mrc_x4 = htole16(calib->cck_mrc_x4);
6161 cmd.energy_cck = htole16(calib->energy_cck);
6163 cmd.corr_barker = htole16(190);
6164 cmd.corr_barker_mrc = htole16(sc->limits->barker_mrc);
6176 cmd.ofdm_det_slope_mrc = htole16(668);
6177 cmd.ofdm_det_icept_mrc = htole16(4);
6178 cmd.ofdm_det_slope = htole16(486);
6179 cmd.ofdm_det_icept = htole16(37);
6180 cmd.cck_det_slope_mrc = htole16(853);
6181 cmd.cck_det_icept_mrc = htole16(4);
6182 cmd.cck_det_slope = htole16(476);
6183 cmd.cck_det_icept = htole16(99);
6298 cmd.flags |= htole16(IWN_PS_ALLOW_SLEEP);
6300 cmd.flags |= htole16(IWN_PS_FAST_PD);
6304 cmd.flags |= htole16(IWN_PS_PCI_PMGT);
6314 cmd.flags |= htole16(IWN_PS_SLEEP_OVER_DTIM);
6389 btconfig2k.valid = htole16(0xff);
6409 btconfig.valid = htole16(0xff);
6615 sc->rxon->rxchain = htole16(rxchain);
6784 hdr->quiet_time = htole16(10); /* timeout in milliseconds */
6785 hdr->quiet_threshold = htole16(1); /* min # of packets */
6814 hdr->rxchain = htole16(rxchain);
6893 tx->len = htole16(frm - (uint8_t *)wh);
6931 chan->chan = htole16(ieee80211_chan2ieee(ic, c));
6957 chan->active = htole16(dwell_active);
6958 chan->passive = htole16(dwell_passive);
6976 hdr->len = htole16(buflen);
7094 sc->rxon->associd = htole16(IEEE80211_AID(ni->ni_associd));
7223 node.addba_ssn = htole16(ssn);
7342 node.disable_tid = htole16(wn->disable_tid);
7628 cmd.offset = htole16(sc->eeprom_temp);
7630 cmd.offset = htole16(IWN_DEFAULT_TEMP_OFFSET);
7646 cmd.offset_low = htole16(sc->eeprom_temp);
7647 cmd.offset_high = htole16(sc->eeprom_temp_high);
7649 cmd.offset_low = htole16(IWN_DEFAULT_TEMP_OFFSET);
7650 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET);
7652 cmd.burnt_voltage_ref = htole16(sc->eeprom_voltage);
8124 if (tlv->alt != 0 && tlv->alt != htole16(alt))
8877 sc->sc_rxtap.wr_chan_freq = htole16(c->ic_freq);
8878 sc->sc_rxtap.wr_chan_flags = htole16(c->ic_flags);
8879 sc->sc_txtap.wt_chan_freq = htole16(c->ic_freq);
8880 sc->sc_txtap.wt_chan_flags = htole16(c->ic_flags);