Lines Matching refs:wmi_cmd_hdr
1701 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
1705 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
1710 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
1723 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
4941 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
4944 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
4947 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
5058 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
5062 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
5065 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
5182 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
5186 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
5189 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()
5319 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_4_op_rx()
5323 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_4_op_rx()
5326 if (!skb_pull(skb, sizeof(struct wmi_cmd_hdr))) in ath10k_wmi_10_4_op_rx()