Lines Matching refs:wmi_cmd_hdr
1813 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
1817 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
1822 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
1835 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
5846 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
5849 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
5852 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
5973 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
5977 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
5980 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
6104 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
6108 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
6111 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()
6253 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_4_op_rx()
6257 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_4_op_rx()
6260 if (!skb_pull(skb, sizeof(struct wmi_cmd_hdr))) in ath10k_wmi_10_4_op_rx()