Lines Matching refs:dtoh32

126 #define dtoh32(i) (i)  macro
224 key->index = dtoh32(key->index); in swap_key_to_BE()
225 key->len = dtoh32(key->len); in swap_key_to_BE()
226 key->algo = dtoh32(key->algo); in swap_key_to_BE()
227 key->flags = dtoh32(key->flags); in swap_key_to_BE()
228 key->rxiv.hi = dtoh32(key->rxiv.hi); in swap_key_to_BE()
230 key->iv_initialized = dtoh32(key->iv_initialized); in swap_key_to_BE()
404 *retval = dtoh32(var.val); in dev_wlc_intvar_get()
514 ssid.SSID_len = dtoh32(ssid.SSID_len); in wl_iw_config_commit()
548 band[0] = dtoh32(band[0]); in wl_iw_get_name()
636 fwrq->m = dtoh32(ci.hw_channel); in wl_iw_get_freq()
637 fwrq->e = dtoh32(0); in wl_iw_get_freq()
693 infra = dtoh32(infra); in wl_iw_get_mode()
694 ap = dtoh32(ap); in wl_iw_get_mode()
733 for (i = 0; i < dtoh32(list->count) && i < IW_MAX_FREQUENCIES; i++) { in wl_iw_get_range()
734 range->freq[i].i = dtoh32(list->element[i]); in wl_iw_get_range()
736 ch = dtoh32(list->element[i]); in wl_iw_get_range()
768 rateset.count = dtoh32(rateset.count); in wl_iw_get_range()
781 i = dtoh32(i); in wl_iw_get_range()
1074 list->buflen = dtoh32(list->buflen); in wl_iw_get_aplist()
1075 list->version = dtoh32(list->version); in wl_iw_get_aplist()
1076 list->count = dtoh32(list->count); in wl_iw_get_aplist()
1080 bi = (bi ? (wl_bss_info_t *)((uintptr)bi + dtoh32(bi->length)) : in wl_iw_get_aplist()
1082 ASSERT(((uintptr)bi + dtoh32(bi->length)) <= ((uintptr)list + in wl_iw_get_aplist()
1151 bi = bi ? (wl_bss_info_t *)((uintptr)bi + dtoh32(bi->length)) : list->bss_info; in wl_iw_iscan_get_aplist()
1152 ASSERT(((uintptr)bi + dtoh32(bi->length)) <= ((uintptr)list + in wl_iw_iscan_get_aplist()
1481 ci.scan_channel = dtoh32(ci.scan_channel); in wl_iw_get_scan()
1495 list->buflen = dtoh32(list->buflen); in wl_iw_get_scan()
1496 list->version = dtoh32(list->version); in wl_iw_get_scan()
1497 list->count = dtoh32(list->count); in wl_iw_get_scan()
1502 bi = (bi ? (wl_bss_info_t *)((uintptr)bi + dtoh32(bi->length)) : in wl_iw_get_scan()
1504 ASSERT(((uintptr)bi + dtoh32(bi->length)) <= ((uintptr)list + in wl_iw_get_scan()
1514 iwe.u.data.length = dtoh32(bi->SSID_len); in wl_iw_get_scan()
1622 bi = bi ? (wl_bss_info_t *)((uintptr)bi + dtoh32(bi->length)) : list->bss_info; in wl_iw_iscan_get_scan()
1623 ASSERT(((uintptr)bi + dtoh32(bi->length)) <= ((uintptr)list + in wl_iw_iscan_get_scan()
1637 iwe.u.data.length = dtoh32(bi->SSID_len); in wl_iw_iscan_get_scan()
1765 ssid.SSID_len = dtoh32(ssid.SSID_len); in wl_iw_get_essid()
1845 rateset.count = dtoh32(rateset.count); in wl_iw_set_rate()
1909 rate = dtoh32(rate); in wl_iw_get_rate()
2065 disable = dtoh32(disable); in wl_iw_get_txpow()
2146 lrl = dtoh32(lrl);
2147 srl = dtoh32(srl);
2185 val = dtoh32(val);
2275 val = dtoh32(val);
2293 wsec = dtoh32(wsec);
2294 auth = dtoh32(auth);
2352 pm = dtoh32(pm);
3494 wstats->discard.code = dtoh32(cnt->rxundec);
3495 wstats->discard.fragment = dtoh32(cnt->rxfragerr);
3496 wstats->discard.retries = dtoh32(cnt->txfail);
3497 wstats->discard.misc = dtoh32(cnt->rxrunt) + dtoh32(cnt->rxgiant);
3500 dtoh32(cnt->txframe), dtoh32(cnt->txbyte)));
3502 dtoh32(cnt->rxundec)));
3504 dtoh32(cnt->txfail)));
3506 dtoh32(cnt->rxfragerr)));
3508 dtoh32(cnt->rxrunt)));
3510 dtoh32(cnt->rxgiant)));
3527 dtoh32(cnt->rxfrmtoolong)));
3529 dtoh32(cnt->rxbadplcp)));
3557 phy_noise = dtoh32(phy_noise);
3564 rssi = dtoh32(scb_val.val);
3625 corerev = dtoh32(revinfo.corerev);
3777 results->buflen = dtoh32(results->buflen);
3778 results->version = dtoh32(results->version);
3779 results->count = dtoh32(results->count);
3783 status = dtoh32(list_buf->status);