Searched refs:ath10k_wmi_alloc_skb (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 1806 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len) in ath10k_wmi_alloc_skb() function 2024 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_op_gen_mgmt_tx() 6449 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_base_macaddr() 6469 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_rd() 6494 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_10x_op_gen_pdev_set_rd() 6518 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_suspend() 6533 skb = ath10k_wmi_alloc_skb(ar, 0); in ath10k_wmi_op_gen_pdev_resume() 6552 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_param() 6644 buf = ath10k_wmi_alloc_skb(ar, struct_size(cmd, mem_chunks.items, in ath10k_wmi_op_gen_init() 6707 buf = ath10k_wmi_alloc_skb(ar, struct_size(cmd, mem_chunks.items, in ath10k_wmi_10_1_op_gen_init() [all …]
|
| H A D | debug.c | 509 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd) + 16); in ath10k_debug_fw_assert()
|