Searched refs:cmd_hdr (Results 1 – 7 of 7) sorted by relevance
1277 struct htt_cmd_hdr *cmd_hdr; in ath10k_htt_tx_hl() local1365 skb_push(msdu, sizeof(*cmd_hdr)); in ath10k_htt_tx_hl()1367 cmd_hdr = (struct htt_cmd_hdr *)msdu->data; in ath10k_htt_tx_hl()1368 tx_desc = (struct htt_data_tx_desc *)(msdu->data + sizeof(*cmd_hdr)); in ath10k_htt_tx_hl()1370 cmd_hdr->msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_hl()1509 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32()1533 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_32()1565 sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32()1716 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_64()1743 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_64()[all …]
1820 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait() local1829 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()1830 cmd_hdr->cmd_id = __cpu_to_le32(cmd); in ath10k_wmi_cmd_send_nowait()5924 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx() local5927 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()5928 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_op_rx()6055 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx() local6059 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()6060 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_10_1_op_rx()6190 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx() local[all …]
1776 struct htt_cmd_hdr cmd_hdr; member1783 struct htt_cmd_hdr cmd_hdr; member
656 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_tlv_op_rx() local660 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_tlv_op_rx()661 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_tlv_op_rx()
396 struct wmi_cmd_hdr *cmd_hdr; in ath12k_wmi_cmd_send_nowait() local402 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath12k_wmi_cmd_send_nowait()403 cmd_hdr->cmd_id = le32_encode_bits(cmd_id, WMI_CMD_HDR_CMD_ID); in ath12k_wmi_cmd_send_nowait()6822 struct wmi_cmd_hdr *cmd_hdr; in ath12k_wmi_op_rx() local6825 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath12k_wmi_op_rx()6826 id = le32_get_bits(cmd_hdr->cmd_id, WMI_CMD_HDR_CMD_ID); in ath12k_wmi_op_rx()
3520 struct iwm_cmd_header *cmd_hdr; in iwm_rx_tx_cmd() local3527 cmd_hdr = &pkt->hdr; in iwm_rx_tx_cmd()3528 idx = cmd_hdr->idx; in iwm_rx_tx_cmd()3529 qid = cmd_hdr->qid; in iwm_rx_tx_cmd()
301 struct wmi_cmd_hdr *cmd_hdr; in ath11k_wmi_cmd_send_nowait() local310 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath11k_wmi_cmd_send_nowait()311 cmd_hdr->cmd_id = cmd; in ath11k_wmi_cmd_send_nowait()8995 struct wmi_cmd_hdr *cmd_hdr; in ath11k_wmi_tlv_op_rx() local8998 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath11k_wmi_tlv_op_rx()8999 id = FIELD_GET(WMI_CMD_HDR_CMD_ID, (cmd_hdr->cmd_id)); in ath11k_wmi_tlv_op_rx()