Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_tracepoint.c55 QDF_SWAP_U32(*(uint32_t *)trans_hdr), in qdf_trace_dp_tx_ip_packet()
83 QDF_SWAP_U32(*(uint32_t *)trans_hdr), in qdf_trace_dp_rx_ip_packet()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_hl.c927 info->src_ip = QDF_SWAP_U32((uint32_t)(*(uint32_t *)
929 info->dst_ip = QDF_SWAP_U32((uint32_t)(*(uint32_t *)
944 info->ack_number = QDF_SWAP_U32(info->ack_number);
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_types.h95 #define QDF_SWAP_U32(_x) \ macro