Lines Matching refs:wmi_cmd_hdr
1820 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
1824 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
1829 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
1842 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
5924 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
5927 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
5930 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
6055 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
6059 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
6062 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
6190 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
6194 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
6197 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()
6343 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_4_op_rx()
6347 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_4_op_rx()
6350 if (!skb_pull(skb, sizeof(struct wmi_cmd_hdr))) in ath10k_wmi_10_4_op_rx()