Searched refs:QDF_SWAP_U32 (Results 1 – 3 of 3) sorted by relevance
55 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()
927 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);
95 #define QDF_SWAP_U32(_x) \ macro