Lines Matching refs:wmi_cmd_hdr
1834 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
1838 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
1843 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
1856 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
5872 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
5875 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
5878 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
5999 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
6003 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
6006 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
6130 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
6134 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
6137 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()
6279 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_4_op_rx()
6283 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_4_op_rx()
6286 if (!skb_pull(skb, sizeof(struct wmi_cmd_hdr))) in ath10k_wmi_10_4_op_rx()