Searched refs:ath10k_wmi_alloc_skb (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
| D | wmi-tlv.c | 1428 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_suspend() 1449 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_resume() 1473 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_set_rd() 1504 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_set_param() 1534 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_init() 1657 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_start_scan() 1744 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_stop_scan() 1778 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_vdev_create() 1802 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_vdev_delete() 1837 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_vdev_start() [all …]
|
| D | wmi.c | 1720 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len) in ath10k_wmi_alloc_skb() function 1913 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_op_gen_mgmt_tx() 6121 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_rd() 6146 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_10x_op_gen_pdev_set_rd() 6170 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_suspend() 6185 skb = ath10k_wmi_alloc_skb(ar, 0); in ath10k_wmi_op_gen_pdev_resume() 6204 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_param() 6299 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_op_gen_init() 6364 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_10_1_op_gen_init() 6437 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_10_2_op_gen_init() [all …]
|
| D | testmode.c | 401 skb = ath10k_wmi_alloc_skb(ar, buf_len); in ath10k_tm_cmd_wmi()
|
| D | wmi.h | 7063 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len); 7066 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
|
| D | debug.c | 514 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd) + 16); in ath10k_debug_fw_assert()
|