Searched refs:ntoh32 (Results 1 – 4 of 4) sorted by relevance
535 event_type = ntoh32(event->event_type); in wl_show_host_event()537 status = ntoh32(event->status); in wl_show_host_event()538 reason = ntoh32(event->reason); in wl_show_host_event()539 auth_type = ntoh32(event->auth_type); in wl_show_host_event()540 datalen = ntoh32(event->datalen); in wl_show_host_event()726 if (ntoh32(hdr.discarded_bytes) || ntoh32(hdr.discarded_printf)) { in wl_show_host_event()729 ntoh32(hdr.discarded_bytes), ntoh32(hdr.discarded_printf)); in wl_show_host_event()732 nblost = ntoh32(hdr.seqnum) - seqnum_prev - 1; in wl_show_host_event()735 ntoh32(hdr.seqnum), nblost); in wl_show_host_event()737 seqnum_prev = ntoh32(hdr.seqnum); in wl_show_host_event()[all …]
2495 switch (ntoh32(event->event_type)) { in dhd_sendup_event()
93 #define ntoh32(i) bcmswap32(i) macro106 #define ntoh32(i) (i) macro
4254 uint32 event = ntoh32(e->event_type);4255 uint32 status = ntoh32(e->status);4256 uint32 reason = ntoh32(e->reason);4277 uint32 event_type = ntoh32(e->event_type);4279 uint32 datalen = ntoh32(e->datalen);4280 uint32 status = ntoh32(e->status);