Home
last modified time | relevance | path

Searched refs:qdf_htons (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_ipa.c3107 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()
3130 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
3142 uc_tx_vlan_hdr.eth.h_vlan_proto = qdf_htons(ETH_P_8021Q); in dp_ipa_setup_iface()
3143 uc_tx_vlan_hdr.eth.h_vlan_encapsulated_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()
3161 qdf_htons(ETH_P_8021Q); in dp_ipa_setup_iface()
3163 qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
3390 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in dp_ipa_setup_iface()
3410 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in dp_ipa_setup_iface()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h548 #define qdf_htons(x) __qdf_htons(x) macro
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_ipa.c878 uc_tx_hdr.eth.h_proto = qdf_htons(ETH_P_IP); in ol_txrx_ipa_setup_iface()
900 uc_tx_hdr_v6.eth.h_proto = qdf_htons(ETH_P_IPV6); in ol_txrx_ipa_setup_iface()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_fisa_rx.c1646 qdf_htons((fisa_flow->adjusted_cumulative_ip_length) in dp_rx_fisa_flush_udp_flow()
1659 qdf_htons(qdf_ntohs(head_skb_iph->ip_len) - in dp_rx_fisa_flush_udp_flow()