Searched refs:hton32 (Results 1 – 5 of 5) sorted by relevance
286 event.event_type = hton32(WLC_E_BTA_HCI_EVENT); in dhd_bta_tx_hcidata_complete()290 event.datalen = hton32(len); in dhd_bta_tx_hcidata_complete()
1229 uint32 temp = hton32(WLC_E_LINK); in wl_host_event()
1615 msg.event_type = hton32(WLC_E_P2P_DISC_LISTEN_COMPLETE);
8596 msg.event_type = hton32(WLC_E_ESCAN_RESULT);8597 msg.status = hton32(WLC_E_STATUS_TIMEOUT);
60 #define hton32(i) bcmswap32(i) macro