Home
last modified time | relevance | path

Searched refs:qdf_cpu_to_be32 (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_util.h618 #define qdf_cpu_to_be32(x) __qdf_cpu_to_be32(x) macro
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_main.c346 tcp_seq_num = qdf_cpu_to_be32(tcp_seq_num); in pkt_capture_process_tx_data()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c711 tcp_seq_num = qdf_cpu_to_be32(tcp_seq_num); in ol_tx_pkt_capture_tx_completion_process()