Searched refs:ntoh16 (Results 1 – 9 of 9) sorted by relevance
62 } else if (ntoh16(*(uint16 *)(frame + ETHER_TYPE_OFFSET)) >= ETHER_TYPE_MIN) { in pkt_frag_info()73 ethertype = ntoh16(*(uint16 *)pt); in pkt_frag_info()84 ethertype = ntoh16(*(uint16 *)pt); in pkt_frag_info()102 iph_frag = ntoh16(iph->frag); in pkt_frag_info()
109 if (ntoh16(eh->ether_type) < ETHER_TYPE_MIN) { in dhd_bta_flush_hcidata()115 ntoh16(lsh->type) == BTA_PROT_L2CAP) { in dhd_bta_flush_hcidata()
816 flags = ntoh16(event->flags); in wl_show_host_event()999 buf[MSGTRACE_HDRLEN + ntoh16(hdr.len)] = '\0'; in wl_show_host_event()1291 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()1296 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
1526 if (ntoh16(eh->ether_type) == ETHER_TYPE_802_1X) in dhd_sendpkt()1676 (ntoh16(eh->ether_type) == ETHER_TYPE_IP)) { in dhd_start_xmit()1912 if (ntoh16(skb->protocol) == ETHER_TYPE_BRCM) {2006 type = ntoh16(eh->ether_type);6300 dport = ntoh16(dport);
1146 vlan_tag = ntoh16(evh->vlan_tag); in pktsetprio()
6933 u16 flags = ntoh16(e->flags);6953 u16 flags = ntoh16(e->flags);7179 u16 flags = ntoh16(e->flags);7716 u16 flags = ntoh16(e->flags);7920 u16 channel = ((ntoh16(rxframe->channel) & WL_CHANSPEC_CHAN_MASK));
1839 flags = ntoh16(event->flags); in dhd_pno_event_handler()
3182 uint16 flags = ntoh16(e->flags);
62 #define ntoh16(i) bcmswap16(i) macro