Lines Matching refs:be32toh

813 		    be32toh(cap));  in uath_get_capability()
816 *val = be32toh(*val); in uath_get_capability()
909 "could not read EEPROM offset 0x%02x\n", be32toh(which)); in uath_get_status()
1122 uath_codename(WDCMSG_TARGET_START), be32toh(val)); in uath_init()
1444 be32toh(reset.flags), be32toh(reset.freq)); in uath_set_chan()
1613 desc->msgid, framelen, msglen, be32toh(desc->connid), in uath_tx_start()
1614 be32toh(desc->txqid)); in uath_tx_start()
2227 uint32_t len = be32toh(hdr->len); in uath_cmdeof()
2229 __func__, uath_codename(be32toh(hdr->code)), in uath_cmdeof()
2230 hdr->msgid, len, be32toh(hdr->magic)); in uath_cmdeof()
2236 hdr->code = be32toh(hdr->code); in uath_cmdeof()
2237 hdr->len = be32toh(hdr->len); in uath_cmdeof()
2238 hdr->magic = be32toh(hdr->magic); /* target status on return */ in uath_cmdeof()
2270 olen = be32toh(rp[0]); in uath_cmdeof()
2374 if (be32toh(hdr->len) > (uint32_t)actlen) { in uath_intr_rx_callback()
2377 __func__, be32toh(hdr->len), actlen); in uath_intr_rx_callback()
2630 "keycachemiss %u\n", __func__, be32toh(desc->framelen) in uath_data_rxeof()
2631 , be32toh(desc->code), be32toh(desc->status), be32toh(desc->rate) in uath_data_rxeof()
2632 , be32toh(desc->antenna), be32toh(desc->rssi), be32toh(desc->channel) in uath_data_rxeof()
2633 , be32toh(desc->phyerror), be32toh(desc->connix) in uath_data_rxeof()
2634 , be32toh(desc->decrypterror), be32toh(desc->keycachemiss)); in uath_data_rxeof()
2636 if (be32toh(desc->len) > MCLBYTES) { in uath_data_rxeof()
2639 be32toh(desc->len)); in uath_data_rxeof()
2648 uath_update_rxstat(sc, be32toh(desc->status)); in uath_data_rxeof()
2654 if (be32toh(desc->framelen) < UATH_RX_DUMMYSIZE) { in uath_data_rxeof()
2657 __func__, be32toh(desc->framelen)); in uath_data_rxeof()
2665 framelen = be32toh(desc->framelen) - UATH_RX_DUMMYSIZE; in uath_data_rxeof()
2691 uint32_t tsf_hi = be32toh(desc->tstamp_high); in uath_data_rxeof()
2692 uint32_t tsf_lo = be32toh(desc->tstamp_low); in uath_data_rxeof()
2697 if (be32toh(desc->status) == UATH_STATUS_CRC_ERR) in uath_data_rxeof()
2701 tap->wr_rate = be32toh(desc->rate); in uath_data_rxeof()
2702 tap->wr_antenna = be32toh(desc->antenna); in uath_data_rxeof()
2703 tap->wr_antsignal = -95 + be32toh(desc->rssi); in uath_data_rxeof()
2767 (int)be32toh(desc->rssi), nf); in uath_bulk_rx_callback()
2772 (int)be32toh(desc->rssi), nf); in uath_bulk_rx_callback()