Searched refs:ath11k_ce_byte_swap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | ce.h | 27 void ath11k_ce_byte_swap(void *mem, u32 len);
|
H A D | ce.c | 980 void ath11k_ce_byte_swap(void *mem, u32 len) in ath11k_ce_byte_swap() function
|
H A D | wmi.c | 605 ath11k_ce_byte_swap(frame_tlv->value, buf_len); in ath11k_wmi_mgmt_send() 4322 ath11k_ce_byte_swap(skb->data, hdr->buf_len); in ath11k_pull_mgmt_rx_params_tlv()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | ce.h | 27 void ath11k_ce_byte_swap(void *mem, u32 len);
|
H A D | wmi.c | 686 ath11k_ce_byte_swap(frame_tlv->value, buf_len); in ath11k_wmi_mgmt_send() 5814 ath11k_ce_byte_swap(skb->data, hdr->buf_len); in ath11k_pull_mgmt_rx_params_tlv() 9231 ath11k_ce_byte_swap(bitmap->patternbuf, roundup(pattern_len, 4)); in ath11k_wmi_wow_add_pattern() 9233 ath11k_ce_byte_swap(bitmap->bitmaskbuf, roundup(pattern_len, 4)); in ath11k_wmi_wow_add_pattern() 9368 ath11k_ce_byte_swap(cmd->mac_addr.addr, 8); in ath11k_wmi_op_gen_config_pno_start() 9369 ath11k_ce_byte_swap(cmd->mac_mask.addr, 8); in ath11k_wmi_op_gen_config_pno_start() 9393 ath11k_ce_byte_swap(nlo_list[i].ssid.ssid.ssid, in ath11k_wmi_op_gen_config_pno_start() 9506 ath11k_ce_byte_swap(ns->target_ipaddr[0], 16); in ath11k_wmi_fill_ns_offload() 9507 ath11k_ce_byte_swap(ns->solicitation_ipaddr, 16); in ath11k_wmi_fill_ns_offload() 9513 ath11k_ce_byte_swap(n in ath11k_wmi_fill_ns_offload() [all...] |
H A D | ce.c | 1059 void ath11k_ce_byte_swap(void *mem, u32 len) in ath11k_ce_byte_swap() function
|
Completed in 25 milliseconds