ath11k_ce_byte_swap
void ath11k_ce_byte_swap(void *mem, u32 len);
ath11k_ce_byte_swap(skb->data, hdr->buf_len);
ath11k_ce_byte_swap(frame_tlv->value, buf_len);
ath11k_ce_byte_swap(bitmap->patternbuf, roundup(pattern_len, 4));
ath11k_ce_byte_swap(bitmap->bitmaskbuf, roundup(pattern_len, 4));
ath11k_ce_byte_swap(cmd->mac_addr.addr, 8);
ath11k_ce_byte_swap(cmd->mac_mask.addr, 8);
ath11k_ce_byte_swap(nlo_list[i].ssid.ssid.ssid,
ath11k_ce_byte_swap(ns->target_ipaddr[0], 16);
ath11k_ce_byte_swap(ns->solicitation_ipaddr, 16);
ath11k_ce_byte_swap(ns->target_mac.addr, 8);
ath11k_ce_byte_swap(arp->target_ipaddr, 4);
ath11k_ce_byte_swap(cmd->kck, GTK_OFFLOAD_KEK_BYTES);
ath11k_ce_byte_swap(cmd->kek, GTK_OFFLOAD_KEK_BYTES);
ath11k_ce_byte_swap(cmd->replay_ctr, GTK_REPLAY_COUNTER_BYTES);