Home
last modified time | relevance | path

Searched refs:QDF_SWAP_U16 (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_tracepoint.c101 ether_type = QDF_SWAP_U16(*(uint16_t *)(data + in qdf_trace_dp_packet()
105 ether_type = QDF_SWAP_U16(*(uint16_t *)(data + in qdf_trace_dp_packet()
109 ether_type = QDF_SWAP_U16(*(uint16_t *)(data + in qdf_trace_dp_packet()
H A Dqdf_nbuf.c157 if (unlikely(ether_type == QDF_SWAP_U16(QDF_ETH_TYPE_8021Q))) in __qdf_nbuf_get_ip_offset()
159 else if (unlikely(ether_type == QDF_SWAP_U16(QDF_ETH_TYPE_8021AD))) in __qdf_nbuf_get_ip_offset()
182 if (unlikely(ether_type == QDF_SWAP_U16(QDF_ETH_TYPE_8021Q))) in __qdf_nbuf_get_ether_type()
185 else if (unlikely(ether_type == QDF_SWAP_U16(QDF_ETH_TYPE_8021AD))) in __qdf_nbuf_get_ether_type()
1700 switch (QDF_SWAP_U16(subtype)) { in __qdf_nbuf_data_get_arp_subtype()
1851 if (ether_type == QDF_SWAP_U16(QDF_NBUF_TRAC_IPV4_ETH_TYPE)) in __qdf_nbuf_data_is_ipv4_pkt()
1867 QDF_SWAP_U16(QDF_NBUF_TRAC_IPV4_ETH_TYPE)) in __qdf_nbuf_data_is_ipv4_dhcp_pkt()
1878 if (((sport == QDF_SWAP_U16(QDF_NBUF_TRAC_DHCP_SRV_PORT)) && in __qdf_nbuf_data_is_ipv4_dhcp_pkt()
1879 (dport == QDF_SWAP_U16(QDF_NBUF_TRAC_DHCP_CLI_PORT))) || in __qdf_nbuf_data_is_ipv4_dhcp_pkt()
1880 ((sport == QDF_SWAP_U16(QDF_NBUF_TRAC_DHCP_CLI_PORT)) && in __qdf_nbuf_data_is_ipv4_dhcp_pkt()
[all …]
H A Dqdf_pkt_add_timestamp.c161 QDF_SWAP_U16(qdf_nbuf_data_get_tcp_dst_port(nbuf)); in qdf_add_dp_pkt_timestamp()
179 QDF_SWAP_U16(qdf_nbuf_data_get_tcp_dst_port(nbuf)); in qdf_add_dp_pkt_timestamp()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_hl.c337 if (eth_hdr_p->ether_type != QDF_SWAP_U16(ETHERTYPE_OCB_TX)) in parse_ocb_tx_header()
858 if ((QDF_SWAP_U16(QDF_NBUF_TRAC_IPV4_ETH_TYPE) == ether_type) &&
912 if ((QDF_SWAP_U16(QDF_NBUF_TRAC_IPV4_ETH_TYPE) == ether_type) &&
931 info->src_port = QDF_SWAP_U16((uint16_t)(*(uint16_t *)
934 info->dst_port = QDF_SWAP_U16((uint16_t)(*(uint16_t *)
H A Dol_tx_desc.c672 if (dport == QDF_SWAP_U16(WISA_DEST_PORT_6MBPS)) in ol_tx_get_wisa_ext_hdr_type()
674 else if (dport == QDF_SWAP_U16(WISA_DEST_PORT_24MBPS)) in ol_tx_get_wisa_ext_hdr_type()
H A Dol_rx.c1358 eth_header.ether_type = QDF_SWAP_U16(ETHERTYPE_OCB_RX); in ol_rx_ocb_prepare_rx_stats_header()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_types.h88 #define QDF_SWAP_U16(_x) \ macro