Home
last modified time | relevance | path

Searched refs:ntoh16 (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/bcmdhd/
Ddhd_ip.c62 } 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()
Ddhd_bta.c109 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()
Ddhd_common.c816 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()
Ddhd_linux.c1526 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);
Dbcmutils.c1146 vlan_tag = ntoh16(evh->vlan_tag); in pktsetprio()
Dwl_cfg80211.c6933 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));
Ddhd_pno.c1839 flags = ntoh16(event->flags); in dhd_pno_event_handler()
Dwl_iw.c3182 uint16 flags = ntoh16(e->flags);
/drivers/net/wireless/bcmdhd/include/
Dbcmendian.h62 #define ntoh16(i) bcmswap16(i) macro