Searched refs:ath10k_wmi_alloc_skb (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 1233 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_suspend() 1254 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_resume() 1278 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_set_rd() 1309 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_pdev_set_param() 1339 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_init() 1456 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_start_scan() 1541 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_stop_scan() 1575 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_vdev_create() 1599 skb = ath10k_wmi_alloc_skb(ar, sizeof(*tlv) + sizeof(*cmd)); in ath10k_wmi_tlv_op_gen_vdev_delete() 1635 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_tlv_op_gen_vdev_start() [all …]
|
D | wmi.c | 1604 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len) in ath10k_wmi_alloc_skb() function 1783 skb = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_op_gen_mgmt_tx() 5118 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_rd() 5143 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_10x_op_gen_pdev_set_rd() 5167 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_suspend() 5182 skb = ath10k_wmi_alloc_skb(ar, 0); in ath10k_wmi_op_gen_pdev_resume() 5201 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd)); in ath10k_wmi_op_gen_pdev_set_param() 5296 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_op_gen_init() 5361 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_10_1_op_gen_init() 5427 buf = ath10k_wmi_alloc_skb(ar, len); in ath10k_wmi_10_2_op_gen_init() [all …]
|
D | testmode.c | 487 skb = ath10k_wmi_alloc_skb(ar, buf_len); in ath10k_tm_cmd_wmi()
|
D | wmi.h | 6254 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len); 6257 struct sk_buff *ath10k_wmi_alloc_skb(struct ath10k *ar, u32 len);
|
D | debug.c | 531 skb = ath10k_wmi_alloc_skb(ar, sizeof(*cmd) + 16); in ath10k_debug_fw_assert()
|