Home
last modified time | relevance | path

Searched refs:hton32 (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/bcmdhd/
Ddhd_bta.c286 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()
Ddhd_common.c1229 uint32 temp = hton32(WLC_E_LINK); in wl_host_event()
Dwl_cfgp2p.c1615 msg.event_type = hton32(WLC_E_P2P_DISC_LISTEN_COMPLETE);
Dwl_cfg80211.c8596 msg.event_type = hton32(WLC_E_ESCAN_RESULT);
8597 msg.status = hton32(WLC_E_STATUS_TIMEOUT);
/drivers/net/wireless/bcmdhd/include/
Dbcmendian.h60 #define hton32(i) bcmswap32(i) macro