Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dce.h28 void ath11k_ce_byte_swap(void *mem, u32 len);
H A Dwmi.c691 ath11k_ce_byte_swap(frame_tlv->value, buf_len); in ath11k_wmi_mgmt_send()
5934 ath11k_ce_byte_swap(skb->data, hdr->buf_len); in ath11k_pull_mgmt_rx_params_tlv()
9429 ath11k_ce_byte_swap(cmd->mac_addr.addr, 8); in ath11k_wmi_op_gen_config_pno_start()
9430 ath11k_ce_byte_swap(cmd->mac_mask.addr, 8); in ath11k_wmi_op_gen_config_pno_start()
9454 ath11k_ce_byte_swap(nlo_list[i].ssid.ssid.ssid, in ath11k_wmi_op_gen_config_pno_start()
9567 ath11k_ce_byte_swap(ns->target_ipaddr[0], 16); in ath11k_wmi_fill_ns_offload()
9568 ath11k_ce_byte_swap(ns->solicitation_ipaddr, 16); in ath11k_wmi_fill_ns_offload()
9574 ath11k_ce_byte_swap(ns->target_mac.addr, 8); in ath11k_wmi_fill_ns_offload()
9618 ath11k_ce_byte_swap(arp->target_ipaddr, 4); in ath11k_wmi_fill_arp_offload()
9706 ath11k_ce_byte_swap(cmd->kck, GTK_OFFLOAD_KEK_BYTES); in ath11k_wmi_gtk_rekey_offload()
[all …]
H A Dce.c1059 void ath11k_ce_byte_swap(void *mem, u32 len) in ath11k_ce_byte_swap() function