Lines Matching refs:wmi_cmd_hdr
931 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait()
935 if (skb_push(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_cmd_send_nowait()
940 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()
953 skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath10k_wmi_cmd_send_nowait()
3272 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx()
3275 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()
3278 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_op_rx()
3388 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx()
3392 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()
3395 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_1_op_rx()
3512 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx()
3515 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_2_op_rx()
3518 if (skb_pull(skb, sizeof(struct wmi_cmd_hdr)) == NULL) in ath10k_wmi_10_2_op_rx()