/* SPDX-License-Identifier: BSD-3-Clause-Clear */ /* * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef ATH11K_DP_H #define ATH11K_DP_H #include "hal_rx.h" #define MAX_RXDMA_PER_PDEV … struct ath11k_base; struct ath11k_peer; struct ath11k_dp; struct ath11k_vif; struct hal_tcl_status_ring; struct ath11k_ext_irq_grp; struct dp_rx_tid { … }; #define DP_REO_DESC_FREE_THRESHOLD … #define DP_REO_DESC_FREE_TIMEOUT_MS … #define DP_MON_PURGE_TIMEOUT_MS … #define DP_MON_SERVICE_BUDGET … struct dp_reo_cache_flush_elem { … }; struct dp_reo_cmd { … }; struct dp_srng { … }; struct dp_rxdma_ring { … }; #define ATH11K_TX_COMPL_NEXT(x) … struct dp_tx_ring { … }; enum dp_mon_status_buf_state { … }; struct ath11k_pdev_mon_stats { … }; struct dp_full_mon_mpdu { … }; struct dp_link_desc_bank { … }; /* Size to enforce scatter idle list mode */ #define DP_LINK_DESC_ALLOC_SIZE_THRESH … #define DP_LINK_DESC_BANKS_MAX … #define DP_RX_DESC_COOKIE_INDEX_MAX … #define DP_RX_DESC_COOKIE_POOL_ID_MAX … #define DP_RX_DESC_COOKIE_MAX … #define DP_NOT_PPDU_ID_WRAP_AROUND … enum ath11k_dp_ppdu_state { … }; struct ath11k_mon_data { … }; struct ath11k_pdev_dp { … }; #define DP_NUM_CLIENTS_MAX … #define DP_AVG_TIDS_PER_CLIENT … #define DP_NUM_TIDS_MAX … #define DP_AVG_MSDUS_PER_FLOW … #define DP_AVG_FLOWS_PER_TID … #define DP_AVG_MPDUS_PER_TID_MAX … #define DP_AVG_MSDUS_PER_MPDU … #define DP_RX_HASH_ENABLE … #define DP_BA_WIN_SZ_MAX … #define DP_TCL_NUM_RING_MAX … #define DP_TCL_NUM_RING_MAX_QCA6390 … #define DP_IDLE_SCATTER_BUFS_MAX … #define DP_WBM_RELEASE_RING_SIZE … #define DP_TCL_DATA_RING_SIZE … #define DP_TCL_DATA_RING_SIZE_WCN6750 … #define DP_TX_COMP_RING_SIZE … #define DP_TX_IDR_SIZE … #define DP_TCL_CMD_RING_SIZE … #define DP_TCL_STATUS_RING_SIZE … #define DP_REO_DST_RING_MAX … #define DP_REO_DST_RING_SIZE … #define DP_REO_REINJECT_RING_SIZE … #define DP_RX_RELEASE_RING_SIZE … #define DP_REO_EXCEPTION_RING_SIZE … #define DP_REO_CMD_RING_SIZE … #define DP_REO_STATUS_RING_SIZE … #define DP_RXDMA_BUF_RING_SIZE … #define DP_RXDMA_REFILL_RING_SIZE … #define DP_RXDMA_ERR_DST_RING_SIZE … #define DP_RXDMA_MON_STATUS_RING_SIZE … #define DP_RXDMA_MONITOR_BUF_RING_SIZE … #define DP_RXDMA_MONITOR_DST_RING_SIZE … #define DP_RXDMA_MONITOR_DESC_RING_SIZE … #define DP_RX_RELEASE_RING_NUM … #define DP_RX_BUFFER_SIZE … #define DP_RX_BUFFER_SIZE_LITE … #define DP_RX_BUFFER_ALIGN_SIZE … #define DP_RXDMA_BUF_COOKIE_BUF_ID … #define DP_RXDMA_BUF_COOKIE_PDEV_ID … #define DP_HW2SW_MACID(mac_id) … #define DP_SW2HW_MACID(mac_id) … #define DP_TX_DESC_ID_MAC_ID … #define DP_TX_DESC_ID_MSDU_ID … #define DP_TX_DESC_ID_POOL_ID … #define ATH11K_SHADOW_DP_TIMER_INTERVAL … #define ATH11K_SHADOW_CTRL_TIMER_INTERVAL … struct ath11k_hp_update_timer { … }; struct ath11k_dp { … }; /* HTT definitions */ #define HTT_TCL_META_DATA_TYPE … #define HTT_TCL_META_DATA_VALID_HTT … /* vdev meta data */ #define HTT_TCL_META_DATA_VDEV_ID … #define HTT_TCL_META_DATA_PDEV_ID … #define HTT_TCL_META_DATA_HOST_INSPECTED … /* peer meta data */ #define HTT_TCL_META_DATA_PEER_ID … #define HTT_TX_WBM_COMP_STATUS_OFFSET … #define HTT_INVALID_PEER_ID … /* HTT tx completion is overlaid in wbm_release_ring */ #define HTT_TX_WBM_COMP_INFO0_STATUS … #define HTT_TX_WBM_COMP_INFO0_REINJECT_REASON … #define HTT_TX_WBM_COMP_INFO0_REINJECT_REASON … #define HTT_TX_WBM_COMP_INFO1_ACK_RSSI … #define HTT_TX_WBM_COMP_INFO2_SW_PEER_ID … #define HTT_TX_WBM_COMP_INFO2_VALID … struct htt_tx_wbm_completion { … } __packed; enum htt_h2t_msg_type { … }; #define HTT_VER_REQ_INFO_MSG_ID … struct htt_ver_req_cmd { … } __packed; enum htt_srng_ring_type { … }; enum htt_srng_ring_id { … }; /* host -> target HTT_SRING_SETUP message * * After target is booted up, Host can send SRING setup message for * each host facing LMAC SRING. Target setups up HW registers based * on setup message and confirms back to Host if response_required is set. * Host should wait for confirmation message before sending new SRING * setup message * * The message would appear as follows: * * |31 24|23 20|19|18 16|15|14 8|7 0| * |--------------- +-----------------+----------------+------------------| * | ring_type | ring_id | pdev_id | msg_type | * |----------------------------------------------------------------------| * | ring_base_addr_lo | * |----------------------------------------------------------------------| * | ring_base_addr_hi | * |----------------------------------------------------------------------| * |ring_misc_cfg_flag|ring_entry_size| ring_size | * |----------------------------------------------------------------------| * | ring_head_offset32_remote_addr_lo | * |----------------------------------------------------------------------| * | ring_head_offset32_remote_addr_hi | * |----------------------------------------------------------------------| * | ring_tail_offset32_remote_addr_lo | * |----------------------------------------------------------------------| * | ring_tail_offset32_remote_addr_hi | * |----------------------------------------------------------------------| * | ring_msi_addr_lo | * |----------------------------------------------------------------------| * | ring_msi_addr_hi | * |----------------------------------------------------------------------| * | ring_msi_data | * |----------------------------------------------------------------------| * | intr_timer_th |IM| intr_batch_counter_th | * |----------------------------------------------------------------------| * | reserved |RR|PTCF| intr_low_threshold | * |----------------------------------------------------------------------| * Where * IM = sw_intr_mode * RR = response_required * PTCF = prefetch_timer_cfg * * The message is interpreted as follows: * dword0 - b'0:7 - msg_type: This will be set to * HTT_H2T_MSG_TYPE_SRING_SETUP * b'8:15 - pdev_id: * 0 (for rings at SOC/UMAC level), * 1/2/3 mac id (for rings at LMAC level) * b'16:23 - ring_id: identify which ring is to setup, * more details can be got from enum htt_srng_ring_id * b'24:31 - ring_type: identify type of host rings, * more details can be got from enum htt_srng_ring_type * dword1 - b'0:31 - ring_base_addr_lo: Lower 32bits of ring base address * dword2 - b'0:31 - ring_base_addr_hi: Upper 32bits of ring base address * dword3 - b'0:15 - ring_size: size of the ring in unit of 4-bytes words * b'16:23 - ring_entry_size: Size of each entry in 4-byte word units * b'24:31 - ring_misc_cfg_flag: Valid only for HW_TO_SW_RING and * SW_TO_HW_RING. * Refer to HTT_SRING_SETUP_RING_MISC_CFG_RING defs. * dword4 - b'0:31 - ring_head_off32_remote_addr_lo: * Lower 32 bits of memory address of the remote variable * storing the 4-byte word offset that identifies the head * element within the ring. * (The head offset variable has type u32.) * Valid for HW_TO_SW and SW_TO_SW rings. * dword5 - b'0:31 - ring_head_off32_remote_addr_hi: * Upper 32 bits of memory address of the remote variable * storing the 4-byte word offset that identifies the head * element within the ring. * (The head offset variable has type u32.) * Valid for HW_TO_SW and SW_TO_SW rings. * dword6 - b'0:31 - ring_tail_off32_remote_addr_lo: * Lower 32 bits of memory address of the remote variable * storing the 4-byte word offset that identifies the tail * element within the ring. * (The tail offset variable has type u32.) * Valid for HW_TO_SW and SW_TO_SW rings. * dword7 - b'0:31 - ring_tail_off32_remote_addr_hi: * Upper 32 bits of memory address of the remote variable * storing the 4-byte word offset that identifies the tail * element within the ring. * (The tail offset variable has type u32.) * Valid for HW_TO_SW and SW_TO_SW rings. * dword8 - b'0:31 - ring_msi_addr_lo: Lower 32bits of MSI cfg address * valid only for HW_TO_SW_RING and SW_TO_HW_RING * dword9 - b'0:31 - ring_msi_addr_hi: Upper 32bits of MSI cfg address * valid only for HW_TO_SW_RING and SW_TO_HW_RING * dword10 - b'0:31 - ring_msi_data: MSI data * Refer to HTT_SRING_SETUP_RING_MSC_CFG_xxx defs * valid only for HW_TO_SW_RING and SW_TO_HW_RING * dword11 - b'0:14 - intr_batch_counter_th: * batch counter threshold is in units of 4-byte words. * HW internally maintains and increments batch count. * (see SRING spec for detail description). * When batch count reaches threshold value, an interrupt * is generated by HW. * b'15 - sw_intr_mode: * This configuration shall be static. * Only programmed at power up. * 0: generate pulse style sw interrupts * 1: generate level style sw interrupts * b'16:31 - intr_timer_th: * The timer init value when timer is idle or is * initialized to start downcounting. * In 8us units (to cover a range of 0 to 524 ms) * dword12 - b'0:15 - intr_low_threshold: * Used only by Consumer ring to generate ring_sw_int_p. * Ring entries low threshold water mark, that is used * in combination with the interrupt timer as well as * the clearing of the level interrupt. * b'16:18 - prefetch_timer_cfg: * Used only by Consumer ring to set timer mode to * support Application prefetch handling. * The external tail offset/pointer will be updated * at following intervals: * 3'b000: (Prefetch feature disabled; used only for debug) * 3'b001: 1 usec * 3'b010: 4 usec * 3'b011: 8 usec (default) * 3'b100: 16 usec * Others: Reserved * b'19 - response_required: * Host needs HTT_T2H_MSG_TYPE_SRING_SETUP_DONE as response * b'20:31 - reserved: reserved for future use */ #define HTT_SRNG_SETUP_CMD_INFO0_MSG_TYPE … #define HTT_SRNG_SETUP_CMD_INFO0_PDEV_ID … #define HTT_SRNG_SETUP_CMD_INFO0_RING_ID … #define HTT_SRNG_SETUP_CMD_INFO0_RING_TYPE … #define HTT_SRNG_SETUP_CMD_INFO1_RING_SIZE … #define HTT_SRNG_SETUP_CMD_INFO1_RING_ENTRY_SIZE … #define HTT_SRNG_SETUP_CMD_INFO1_RING_LOOP_CNT_DIS … #define HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_MSI_SWAP … #define HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_HOST_FW_SWAP … #define HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_TLV_SWAP … #define HTT_SRNG_SETUP_CMD_INTR_INFO_BATCH_COUNTER_THRESH … #define HTT_SRNG_SETUP_CMD_INTR_INFO_SW_INTR_MODE … #define HTT_SRNG_SETUP_CMD_INTR_INFO_INTR_TIMER_THRESH … #define HTT_SRNG_SETUP_CMD_INFO2_INTR_LOW_THRESH … #define HTT_SRNG_SETUP_CMD_INFO2_PRE_FETCH_TIMER_CFG … #define HTT_SRNG_SETUP_CMD_INFO2_RESPONSE_REQUIRED … struct htt_srng_setup_cmd { … } __packed; /* host -> target FW PPDU_STATS config message * * @details * The following field definitions describe the format of the HTT host * to target FW for PPDU_STATS_CFG msg. * The message allows the host to configure the PPDU_STATS_IND messages * produced by the target. * * |31 24|23 16|15 8|7 0| * |-----------------------------------------------------------| * | REQ bit mask | pdev_mask | msg type | * |-----------------------------------------------------------| * Header fields: * - MSG_TYPE * Bits 7:0 * Purpose: identifies this is a req to configure ppdu_stats_ind from target * Value: 0x11 * - PDEV_MASK * Bits 8:15 * Purpose: identifies which pdevs this PPDU stats configuration applies to * Value: This is a overloaded field, refer to usage and interpretation of * PDEV in interface document. * Bit 8 : Reserved for SOC stats * Bit 9 - 15 : Indicates PDEV_MASK in DBDC * Indicates MACID_MASK in DBS * - REQ_TLV_BIT_MASK * Bits 16:31 * Purpose: each set bit indicates the corresponding PPDU stats TLV type * needs to be included in the target's PPDU_STATS_IND messages. * Value: refer htt_ppdu_stats_tlv_tag_t <<<??? * */ struct htt_ppdu_stats_cfg_cmd { … } __packed; #define HTT_PPDU_STATS_CFG_MSG_TYPE … #define HTT_PPDU_STATS_CFG_SOC_STATS … #define HTT_PPDU_STATS_CFG_PDEV_ID … #define HTT_PPDU_STATS_CFG_TLV_TYPE_BITMASK … enum htt_ppdu_stats_tag_type { … }; #define HTT_PPDU_STATS_TAG_DEFAULT … #define HTT_PPDU_STATS_TAG_PKTLOG … /* HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG Message * * details: * HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG message is sent by host to * configure RXDMA rings. * The configuration is per ring based and includes both packet subtypes * and PPDU/MPDU TLVs. * * The message would appear as follows: * * |31 26|25|24|23 16|15 8|7 0| * |-----------------+----------------+----------------+---------------| * | rsvd1 |PS|SS| ring_id | pdev_id | msg_type | * |-------------------------------------------------------------------| * | rsvd2 | ring_buffer_size | * |-------------------------------------------------------------------| * | packet_type_enable_flags_0 | * |-------------------------------------------------------------------| * | packet_type_enable_flags_1 | * |-------------------------------------------------------------------| * | packet_type_enable_flags_2 | * |-------------------------------------------------------------------| * | packet_type_enable_flags_3 | * |-------------------------------------------------------------------| * | tlv_filter_in_flags | * |-------------------------------------------------------------------| * Where: * PS = pkt_swap * SS = status_swap * The message is interpreted as follows: * dword0 - b'0:7 - msg_type: This will be set to * HTT_H2T_MSG_TYPE_RX_RING_SELECTION_CFG * b'8:15 - pdev_id: * 0 (for rings at SOC/UMAC level), * 1/2/3 mac id (for rings at LMAC level) * b'16:23 - ring_id : Identify the ring to configure. * More details can be got from enum htt_srng_ring_id * b'24 - status_swap: 1 is to swap status TLV * b'25 - pkt_swap: 1 is to swap packet TLV * b'26:31 - rsvd1: reserved for future use * dword1 - b'0:16 - ring_buffer_size: size of buffers referenced by rx ring, * in byte units. * Valid only for HW_TO_SW_RING and SW_TO_HW_RING * - b'16:31 - rsvd2: Reserved for future use * dword2 - b'0:31 - packet_type_enable_flags_0: * Enable MGMT packet from 0b0000 to 0b1001 * bits from low to high: FP, MD, MO - 3 bits * FP: Filter_Pass * MD: Monitor_Direct * MO: Monitor_Other * 10 mgmt subtypes * 3 bits -> 30 bits * Refer to PKT_TYPE_ENABLE_FLAG0_xxx_MGMT_xxx defs * dword3 - b'0:31 - packet_type_enable_flags_1: * Enable MGMT packet from 0b1010 to 0b1111 * bits from low to high: FP, MD, MO - 3 bits * Refer to PKT_TYPE_ENABLE_FLAG1_xxx_MGMT_xxx defs * dword4 - b'0:31 - packet_type_enable_flags_2: * Enable CTRL packet from 0b0000 to 0b1001 * bits from low to high: FP, MD, MO - 3 bits * Refer to PKT_TYPE_ENABLE_FLAG2_xxx_CTRL_xxx defs * dword5 - b'0:31 - packet_type_enable_flags_3: * Enable CTRL packet from 0b1010 to 0b1111, * MCAST_DATA, UCAST_DATA, NULL_DATA * bits from low to high: FP, MD, MO - 3 bits * Refer to PKT_TYPE_ENABLE_FLAG3_xxx_CTRL_xxx defs * dword6 - b'0:31 - tlv_filter_in_flags: * Filter in Attention/MPDU/PPDU/Header/User tlvs * Refer to CFG_TLV_FILTER_IN_FLAG defs */ #define HTT_RX_RING_SELECTION_CFG_CMD_INFO0_MSG_TYPE … #define HTT_RX_RING_SELECTION_CFG_CMD_INFO0_PDEV_ID … #define HTT_RX_RING_SELECTION_CFG_CMD_INFO0_RING_ID … #define HTT_RX_RING_SELECTION_CFG_CMD_INFO0_SS … #define HTT_RX_RING_SELECTION_CFG_CMD_INFO0_PS … #define HTT_RX_RING_SELECTION_CFG_CMD_INFO1_BUF_SIZE … enum htt_rx_filter_tlv_flags { … }; enum htt_rx_mgmt_pkt_filter_tlv_flags0 { … }; enum htt_rx_mgmt_pkt_filter_tlv_flags1 { … }; enum htt_rx_ctrl_pkt_filter_tlv_flags2 { … }; enum htt_rx_ctrl_pkt_filter_tlv_flags3 { … }; enum htt_rx_data_pkt_filter_tlv_flasg3 { … }; #define HTT_RX_FP_MGMT_FILTER_FLAGS0 … #define HTT_RX_MD_MGMT_FILTER_FLAGS0 … #define HTT_RX_MO_MGMT_FILTER_FLAGS0 … #define HTT_RX_FP_MGMT_FILTER_FLAGS1 … #define HTT_RX_MD_MGMT_FILTER_FLAGS1 … #define HTT_RX_MO_MGMT_FILTER_FLAGS1 … #define HTT_RX_FP_CTRL_FILTER_FLASG2 … #define HTT_RX_MD_CTRL_FILTER_FLASG2 … #define HTT_RX_MO_CTRL_FILTER_FLASG2 … #define HTT_RX_FP_CTRL_FILTER_FLASG3 … #define HTT_RX_MD_CTRL_FILTER_FLASG3 … #define HTT_RX_MO_CTRL_FILTER_FLASG3 … #define HTT_RX_FP_DATA_FILTER_FLASG3 … #define HTT_RX_MD_DATA_FILTER_FLASG3 … #define HTT_RX_MO_DATA_FILTER_FLASG3 … #define HTT_RX_MON_FP_MGMT_FILTER_FLAGS0 … #define HTT_RX_MON_MO_MGMT_FILTER_FLAGS0 … #define HTT_RX_MON_FP_MGMT_FILTER_FLAGS1 … #define HTT_RX_MON_MO_MGMT_FILTER_FLAGS1 … #define HTT_RX_MON_FP_CTRL_FILTER_FLASG2 … #define HTT_RX_MON_MO_CTRL_FILTER_FLASG2 … #define HTT_RX_MON_FP_CTRL_FILTER_FLASG3 … #define HTT_RX_MON_MO_CTRL_FILTER_FLASG3 … #define HTT_RX_MON_FP_DATA_FILTER_FLASG3 … #define HTT_RX_MON_MO_DATA_FILTER_FLASG3 … #define HTT_RX_MON_FILTER_TLV_FLAGS … #define HTT_RX_MON_FILTER_TLV_FLAGS_MON_STATUS_RING … #define HTT_RX_MON_FILTER_TLV_FLAGS_MON_BUF_RING … struct htt_rx_ring_selection_cfg_cmd { … } __packed; struct htt_rx_ring_tlv_filter { … }; #define HTT_RX_FULL_MON_MODE_CFG_CMD_INFO0_MSG_TYPE … #define HTT_RX_FULL_MON_MODE_CFG_CMD_INFO0_PDEV_ID … #define HTT_RX_FULL_MON_MODE_CFG_CMD_CFG_ENABLE … #define HTT_RX_FULL_MON_MODE_CFG_CMD_CFG_ZERO_MPDUS_END … #define HTT_RX_FULL_MON_MODE_CFG_CMD_CFG_NON_ZERO_MPDUS_END … #define HTT_RX_FULL_MON_MODE_CFG_CMD_CFG_RELEASE_RING … /* Enumeration for full monitor mode destination ring select * 0 - REO destination ring select * 1 - FW destination ring select * 2 - SW destination ring select * 3 - Release destination ring select */ enum htt_rx_full_mon_release_ring { … }; struct htt_rx_full_monitor_mode_cfg_cmd { … } __packed; /* HTT message target->host */ enum htt_t2h_msg_type { … }; #define HTT_TARGET_VERSION_MAJOR … #define HTT_T2H_MSG_TYPE … #define HTT_T2H_VERSION_CONF_MINOR … #define HTT_T2H_VERSION_CONF_MAJOR … struct htt_t2h_version_conf_msg { … } __packed; #define HTT_T2H_PEER_MAP_INFO_VDEV_ID … #define HTT_T2H_PEER_MAP_INFO_PEER_ID … #define HTT_T2H_PEER_MAP_INFO1_MAC_ADDR_H16 … #define HTT_T2H_PEER_MAP_INFO1_HW_PEER_ID … #define HTT_T2H_PEER_MAP_INFO2_AST_HASH_VAL … #define HTT_T2H_PEER_MAP_INFO2_NEXT_HOP_M … #define HTT_T2H_PEER_MAP_INFO2_NEXT_HOP_S … struct htt_t2h_peer_map_event { … } __packed; #define HTT_T2H_PEER_UNMAP_INFO_VDEV_ID … #define HTT_T2H_PEER_UNMAP_INFO_PEER_ID … #define HTT_T2H_PEER_UNMAP_INFO1_MAC_ADDR_H16 … #define HTT_T2H_PEER_MAP_INFO1_NEXT_HOP_M … #define HTT_T2H_PEER_MAP_INFO1_NEXT_HOP_S … struct htt_t2h_peer_unmap_event { … } __packed; struct htt_resp_msg { … } __packed; #define HTT_BACKPRESSURE_EVENT_PDEV_ID_M … #define HTT_BACKPRESSURE_EVENT_RING_TYPE_M … #define HTT_BACKPRESSURE_EVENT_RING_ID_M … #define HTT_BACKPRESSURE_EVENT_HP_M … #define HTT_BACKPRESSURE_EVENT_TP_M … #define HTT_BACKPRESSURE_UMAC_RING_TYPE … #define HTT_BACKPRESSURE_LMAC_RING_TYPE … enum htt_backpressure_umac_ringid { … }; enum htt_backpressure_lmac_ringid { … }; /* ppdu stats * * @details * The following field definitions describe the format of the HTT target * to host ppdu stats indication message. * * * |31 16|15 12|11 10|9 8|7 0 | * |----------------------------------------------------------------------| * | payload_size | rsvd |pdev_id|mac_id | msg type | * |----------------------------------------------------------------------| * | ppdu_id | * |----------------------------------------------------------------------| * | Timestamp in us | * |----------------------------------------------------------------------| * | reserved | * |----------------------------------------------------------------------| * | type-specific stats info | * | (see htt_ppdu_stats.h) | * |----------------------------------------------------------------------| * Header fields: * - MSG_TYPE * Bits 7:0 * Purpose: Identifies this is a PPDU STATS indication * message. * Value: 0x1d * - mac_id * Bits 9:8 * Purpose: mac_id of this ppdu_id * Value: 0-3 * - pdev_id * Bits 11:10 * Purpose: pdev_id of this ppdu_id * Value: 0-3 * 0 (for rings at SOC level), * 1/2/3 PDEV -> 0/1/2 * - payload_size * Bits 31:16 * Purpose: total tlv size * Value: payload_size in bytes */ #define HTT_T2H_PPDU_STATS_INFO_PDEV_ID … #define HTT_T2H_PPDU_STATS_INFO_PAYLOAD_SIZE … struct ath11k_htt_ppdu_stats_msg { … } __packed; struct htt_tlv { … } __packed; #define HTT_TLV_TAG … #define HTT_TLV_LEN … enum HTT_PPDU_STATS_BW { … }; #define HTT_PPDU_STATS_CMN_FLAGS_FRAME_TYPE_M … #define HTT_PPDU_STATS_CMN_FLAGS_QUEUE_TYPE_M … /* bw - HTT_PPDU_STATS_BW */ #define HTT_PPDU_STATS_CMN_FLAGS_BW_M … struct htt_ppdu_stats_common { … } __packed; enum htt_ppdu_stats_gi { … }; #define HTT_PPDU_STATS_USER_RATE_INFO0_USER_POS_M … #define HTT_PPDU_STATS_USER_RATE_INFO0_MU_GROUP_ID_M … #define HTT_PPDU_STATS_USER_RATE_INFO1_RESP_TYPE_VALD_M … #define HTT_PPDU_STATS_USER_RATE_INFO1_PPDU_TYPE_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_LTF_SIZE_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_STBC_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_HE_RE_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_TXBF_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_BW_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_NSS_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_MCS_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_PREAMBLE_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_GI_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_DCM_M … #define HTT_PPDU_STATS_USER_RATE_FLAGS_LDPC_M … #define HTT_USR_RATE_PREAMBLE(_val) … #define HTT_USR_RATE_BW(_val) … #define HTT_USR_RATE_NSS(_val) … #define HTT_USR_RATE_MCS(_val) … #define HTT_USR_RATE_GI(_val) … #define HTT_USR_RATE_DCM(_val) … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_LTF_SIZE_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_STBC_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_HE_RE_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_TXBF_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_BW_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_NSS_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_MCS_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_PREAMBLE_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_GI_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_DCM_M … #define HTT_PPDU_STATS_USER_RATE_RESP_FLAGS_LDPC_M … struct htt_ppdu_stats_user_rate { … } __packed; #define HTT_PPDU_STATS_TX_INFO_FLAGS_RATECODE_M … #define HTT_PPDU_STATS_TX_INFO_FLAGS_IS_AMPDU_M … #define HTT_PPDU_STATS_TX_INFO_FLAGS_BA_ACK_FAILED_M … #define HTT_PPDU_STATS_TX_INFO_FLAGS_BW_M … #define HTT_PPDU_STATS_TX_INFO_FLAGS_SGI_M … #define HTT_PPDU_STATS_TX_INFO_FLAGS_PEERID_M … #define HTT_TX_INFO_IS_AMSDU(_flags) … #define HTT_TX_INFO_BA_ACK_FAILED(_flags) … #define HTT_TX_INFO_RATECODE(_flags) … #define HTT_TX_INFO_PEERID(_flags) … struct htt_tx_ppdu_stats_info { … } __packed; enum htt_ppdu_stats_usr_compln_status { … }; #define HTT_PPDU_STATS_USR_CMPLTN_CMN_FLAGS_LONG_RETRY_M … #define HTT_PPDU_STATS_USR_CMPLTN_CMN_FLAGS_SHORT_RETRY_M … #define HTT_PPDU_STATS_USR_CMPLTN_CMN_FLAGS_IS_AMPDU_M … #define HTT_PPDU_STATS_USR_CMPLTN_CMN_FLAGS_RESP_TYPE_M … #define HTT_USR_CMPLTN_IS_AMPDU(_val) … #define HTT_USR_CMPLTN_LONG_RETRY(_val) … #define HTT_USR_CMPLTN_SHORT_RETRY(_val) … struct htt_ppdu_stats_usr_cmpltn_cmn { … } __packed; #define HTT_PPDU_STATS_ACK_BA_INFO_NUM_MPDU_M … #define HTT_PPDU_STATS_ACK_BA_INFO_NUM_MSDU_M … #define HTT_PPDU_STATS_ACK_BA_INFO_TID_NUM … #define HTT_PPDU_STATS_NON_QOS_TID … struct htt_ppdu_stats_usr_cmpltn_ack_ba_status { … } __packed; struct htt_ppdu_stats_usr_cmn_array { … } __packed; struct htt_ppdu_user_stats { … }; #define HTT_PPDU_STATS_MAX_USERS … #define HTT_PPDU_DESC_MAX_DEPTH … struct htt_ppdu_stats { … }; struct htt_ppdu_stats_info { … }; /* @brief target -> host packet log message * * @details * The following field definitions describe the format of the packet log * message sent from the target to the host. * The message consists of a 4-octet header,followed by a variable number * of 32-bit character values. * * |31 16|15 12|11 10|9 8|7 0| * |------------------------------------------------------------------| * | payload_size | rsvd |pdev_id|mac_id| msg type | * |------------------------------------------------------------------| * | payload | * |------------------------------------------------------------------| * - MSG_TYPE * Bits 7:0 * Purpose: identifies this as a pktlog message * Value: HTT_T2H_MSG_TYPE_PKTLOG * - mac_id * Bits 9:8 * Purpose: identifies which MAC/PHY instance generated this pktlog info * Value: 0-3 * - pdev_id * Bits 11:10 * Purpose: pdev_id * Value: 0-3 * 0 (for rings at SOC level), * 1/2/3 PDEV -> 0/1/2 * - payload_size * Bits 31:16 * Purpose: explicitly specify the payload size * Value: payload size in bytes (payload size is a multiple of 4 bytes) */ struct htt_pktlog_msg { … }; /* @brief host -> target FW extended statistics retrieve * * @details * The following field definitions describe the format of the HTT host * to target FW extended stats retrieve message. * The message specifies the type of stats the host wants to retrieve. * * |31 24|23 16|15 8|7 0| * |-----------------------------------------------------------| * | reserved | stats type | pdev_mask | msg type | * |-----------------------------------------------------------| * | config param [0] | * |-----------------------------------------------------------| * | config param [1] | * |-----------------------------------------------------------| * | config param [2] | * |-----------------------------------------------------------| * | config param [3] | * |-----------------------------------------------------------| * | reserved | * |-----------------------------------------------------------| * | cookie LSBs | * |-----------------------------------------------------------| * | cookie MSBs | * |-----------------------------------------------------------| * Header fields: * - MSG_TYPE * Bits 7:0 * Purpose: identifies this is a extended stats upload request message * Value: 0x10 * - PDEV_MASK * Bits 8:15 * Purpose: identifies the mask of PDEVs to retrieve stats from * Value: This is a overloaded field, refer to usage and interpretation of * PDEV in interface document. * Bit 8 : Reserved for SOC stats * Bit 9 - 15 : Indicates PDEV_MASK in DBDC * Indicates MACID_MASK in DBS * - STATS_TYPE * Bits 23:16 * Purpose: identifies which FW statistics to upload * Value: Defined by htt_dbg_ext_stats_type (see htt_stats.h) * - Reserved * Bits 31:24 * - CONFIG_PARAM [0] * Bits 31:0 * Purpose: give an opaque configuration value to the specified stats type * Value: stats-type specific configuration value * Refer to htt_stats.h for interpretation for each stats sub_type * - CONFIG_PARAM [1] * Bits 31:0 * Purpose: give an opaque configuration value to the specified stats type * Value: stats-type specific configuration value * Refer to htt_stats.h for interpretation for each stats sub_type * - CONFIG_PARAM [2] * Bits 31:0 * Purpose: give an opaque configuration value to the specified stats type * Value: stats-type specific configuration value * Refer to htt_stats.h for interpretation for each stats sub_type * - CONFIG_PARAM [3] * Bits 31:0 * Purpose: give an opaque configuration value to the specified stats type * Value: stats-type specific configuration value * Refer to htt_stats.h for interpretation for each stats sub_type * - Reserved [31:0] for future use. * - COOKIE_LSBS * Bits 31:0 * Purpose: Provide a mechanism to match a target->host stats confirmation * message with its preceding host->target stats request message. * Value: LSBs of the opaque cookie specified by the host-side requestor * - COOKIE_MSBS * Bits 31:0 * Purpose: Provide a mechanism to match a target->host stats confirmation * message with its preceding host->target stats request message. * Value: MSBs of the opaque cookie specified by the host-side requestor */ struct htt_ext_stats_cfg_hdr { … } __packed; struct htt_ext_stats_cfg_cmd { … } __packed; /* htt stats config default params */ #define HTT_STAT_DEFAULT_RESET_START_OFFSET … #define HTT_STAT_DEFAULT_CFG0_ALL_HWQS … #define HTT_STAT_DEFAULT_CFG0_ALL_TXQS … #define HTT_STAT_DEFAULT_CFG0_ALL_CMDQS … #define HTT_STAT_DEFAULT_CFG0_ALL_RINGS … #define HTT_STAT_DEFAULT_CFG0_ACTIVE_PEERS … #define HTT_STAT_DEFAULT_CFG0_CCA_CUMULATIVE … #define HTT_STAT_DEFAULT_CFG0_ACTIVE_VDEVS … /* HTT_DBG_EXT_STATS_PEER_INFO * PARAMS: * @config_param0: * [Bit0] - [0] for sw_peer_id, [1] for mac_addr based request * [Bit15 : Bit 1] htt_peer_stats_req_mode_t * [Bit31 : Bit16] sw_peer_id * @config_param1: * peer_stats_req_type_mask:32 (enum htt_peer_stats_tlv_enum) * 0 bit htt_peer_stats_cmn_tlv * 1 bit htt_peer_details_tlv * 2 bit htt_tx_peer_rate_stats_tlv * 3 bit htt_rx_peer_rate_stats_tlv * 4 bit htt_tx_tid_stats_tlv/htt_tx_tid_stats_v1_tlv * 5 bit htt_rx_tid_stats_tlv * 6 bit htt_msdu_flow_stats_tlv * @config_param2: [Bit31 : Bit0] mac_addr31to0 * @config_param3: [Bit15 : Bit0] mac_addr47to32 * [Bit31 : Bit16] reserved */ #define HTT_STAT_PEER_INFO_MAC_ADDR … #define HTT_STAT_DEFAULT_PEER_REQ_TYPE … /* Used to set different configs to the specified stats type.*/ struct htt_ext_stats_cfg_params { … }; /* @brief target -> host extended statistics upload * * @details * The following field definitions describe the format of the HTT target * to host stats upload confirmation message. * The message contains a cookie echoed from the HTT host->target stats * upload request, which identifies which request the confirmation is * for, and a single stats can span over multiple HTT stats indication * due to the HTT message size limitation so every HTT ext stats indication * will have tag-length-value stats information elements. * The tag-length header for each HTT stats IND message also includes a * status field, to indicate whether the request for the stat type in * question was fully met, partially met, unable to be met, or invalid * (if the stat type in question is disabled in the target). * A Done bit 1's indicate the end of the of stats info elements. * * * |31 16|15 12|11|10 8|7 5|4 0| * |--------------------------------------------------------------| * | reserved | msg type | * |--------------------------------------------------------------| * | cookie LSBs | * |--------------------------------------------------------------| * | cookie MSBs | * |--------------------------------------------------------------| * | stats entry length | rsvd | D| S | stat type | * |--------------------------------------------------------------| * | type-specific stats info | * | (see htt_stats.h) | * |--------------------------------------------------------------| * Header fields: * - MSG_TYPE * Bits 7:0 * Purpose: Identifies this is a extended statistics upload confirmation * message. * Value: 0x1c * - COOKIE_LSBS * Bits 31:0 * Purpose: Provide a mechanism to match a target->host stats confirmation * message with its preceding host->target stats request message. * Value: LSBs of the opaque cookie specified by the host-side requestor * - COOKIE_MSBS * Bits 31:0 * Purpose: Provide a mechanism to match a target->host stats confirmation * message with its preceding host->target stats request message. * Value: MSBs of the opaque cookie specified by the host-side requestor * * Stats Information Element tag-length header fields: * - STAT_TYPE * Bits 7:0 * Purpose: identifies the type of statistics info held in the * following information element * Value: htt_dbg_ext_stats_type * - STATUS * Bits 10:8 * Purpose: indicate whether the requested stats are present * Value: htt_dbg_ext_stats_status * - DONE * Bits 11 * Purpose: * Indicates the completion of the stats entry, this will be the last * stats conf HTT segment for the requested stats type. * Value: * 0 -> the stats retrieval is ongoing * 1 -> the stats retrieval is complete * - LENGTH * Bits 31:16 * Purpose: indicate the stats information size * Value: This field specifies the number of bytes of stats information * that follows the element tag-length header. * It is expected but not required that this length is a multiple of * 4 bytes. */ #define HTT_T2H_EXT_STATS_INFO1_DONE … #define HTT_T2H_EXT_STATS_INFO1_LENGTH … struct ath11k_htt_extd_stats_msg { … } __packed; #define HTT_MAC_ADDR_L32_0 … #define HTT_MAC_ADDR_L32_1 … #define HTT_MAC_ADDR_L32_2 … #define HTT_MAC_ADDR_L32_3 … #define HTT_MAC_ADDR_H16_0 … #define HTT_MAC_ADDR_H16_1 … struct htt_mac_addr { … }; static inline void ath11k_dp_get_mac_addr(u32 addr_l32, u16 addr_h16, u8 *addr) { … } int ath11k_dp_service_srng(struct ath11k_base *ab, struct ath11k_ext_irq_grp *irq_grp, int budget); int ath11k_dp_htt_connect(struct ath11k_dp *dp); void ath11k_dp_vdev_tx_attach(struct ath11k *ar, struct ath11k_vif *arvif); void ath11k_dp_free(struct ath11k_base *ab); int ath11k_dp_alloc(struct ath11k_base *ab); int ath11k_dp_pdev_alloc(struct ath11k_base *ab); void ath11k_dp_pdev_pre_alloc(struct ath11k_base *ab); void ath11k_dp_pdev_free(struct ath11k_base *ab); int ath11k_dp_tx_htt_srng_setup(struct ath11k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type); int ath11k_dp_peer_setup(struct ath11k *ar, int vdev_id, const u8 *addr); void ath11k_dp_peer_cleanup(struct ath11k *ar, int vdev_id, const u8 *addr); void ath11k_dp_srng_cleanup(struct ath11k_base *ab, struct dp_srng *ring); int ath11k_dp_srng_setup(struct ath11k_base *ab, struct dp_srng *ring, enum hal_ring_type type, int ring_num, int mac_id, int num_entries); void ath11k_dp_link_desc_cleanup(struct ath11k_base *ab, struct dp_link_desc_bank *desc_bank, u32 ring_type, struct dp_srng *ring); int ath11k_dp_link_desc_setup(struct ath11k_base *ab, struct dp_link_desc_bank *link_desc_banks, u32 ring_type, struct hal_srng *srng, u32 n_link_desc); void ath11k_dp_shadow_start_timer(struct ath11k_base *ab, struct hal_srng *srng, struct ath11k_hp_update_timer *update_timer); void ath11k_dp_shadow_stop_timer(struct ath11k_base *ab, struct ath11k_hp_update_timer *update_timer); void ath11k_dp_shadow_init_timer(struct ath11k_base *ab, struct ath11k_hp_update_timer *update_timer, u32 interval, u32 ring_id); void ath11k_dp_stop_shadow_timers(struct ath11k_base *ab); #endif