Searched refs:cmd_hdr (Results 1 – 8 of 8) sorted by relevance
1275 struct htt_cmd_hdr *cmd_hdr; in ath10k_htt_tx_hl() local1363 skb_push(msdu, sizeof(*cmd_hdr)); in ath10k_htt_tx_hl()1365 cmd_hdr = (struct htt_cmd_hdr *)msdu->data; in ath10k_htt_tx_hl()1366 tx_desc = (struct htt_data_tx_desc *)(msdu->data + sizeof(*cmd_hdr)); in ath10k_htt_tx_hl()1368 cmd_hdr->msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_hl()1507 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32()1531 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_32()1563 sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_32()1714 txbuf->htc_hdr.len = __cpu_to_le16(sizeof(txbuf->cmd_hdr) + in ath10k_htt_tx_64()1741 txbuf->cmd_hdr.msg_type = HTT_H2T_MSG_TYPE_TX_FRM; in ath10k_htt_tx_64()[all …]
1842 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_cmd_send_nowait() local1851 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_cmd_send_nowait()1852 cmd_hdr->cmd_id = __cpu_to_le32(cmd); in ath10k_wmi_cmd_send_nowait()5953 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_op_rx() local5956 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_op_rx()5957 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_op_rx()6084 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_1_op_rx() local6088 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_10_1_op_rx()6089 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_10_1_op_rx()6219 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_10_2_op_rx() local[all …]
1780 struct htt_cmd_hdr cmd_hdr; member1787 struct htt_cmd_hdr cmd_hdr; member
657 struct wmi_cmd_hdr *cmd_hdr; in ath10k_wmi_tlv_op_rx() local661 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath10k_wmi_tlv_op_rx()662 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()
306 struct wmi_cmd_hdr *cmd_hdr; in ath11k_wmi_cmd_send_nowait() local315 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath11k_wmi_cmd_send_nowait()316 cmd_hdr->cmd_id = cmd; in ath11k_wmi_cmd_send_nowait()9104 struct wmi_cmd_hdr *cmd_hdr; in ath11k_wmi_tlv_op_rx() local9107 cmd_hdr = (struct wmi_cmd_hdr *)skb->data; in ath11k_wmi_tlv_op_rx()9108 id = FIELD_GET(WMI_CMD_HDR_CMD_ID, (cmd_hdr->cmd_id)); in ath11k_wmi_tlv_op_rx()
4248 struct iwx_cmd_header *cmd_hdr = &pkt->hdr; in iwx_rx_rx_phy_cmd() local4249 int qid = cmd_hdr->qid; in iwx_rx_rx_phy_cmd()4784 struct iwx_cmd_header *cmd_hdr = &pkt->hdr; in iwx_rx_tx_cmd() local4785 int qid = cmd_hdr->qid, status, txfail; in iwx_rx_tx_cmd()4790 int idx = cmd_hdr->idx; in iwx_rx_tx_cmd()