Lines Matching refs:wmi_cmd_hdr
1748 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
1752 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
1757 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
1770 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
5555 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
5558 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
5561 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
5682 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
5686 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
5689 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
5813 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
5817 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
5820 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()
5959 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_4_op_rx()
5963 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_4_op_rx()
5966 if (!skb_pull(skb, sizeof(struct wmi_cmd_hdr))) in ath10k_wmi_10_4_op_rx()