Browse Source

qcacmn: Add fisa skip related params in dp_soc

Add fisa params related to skipping fisa in dp_soc

Change-Id: I0f52e1a293226aecebce4dc9fe1e61c6484a9489
CRs-Fixed: 2718133
Yeshwanth Sriram Guntuka 5 năm trước cách đây
mục cha
commit
87b8babcec
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      dp/wifi3.0/dp_types.h

+ 8 - 0
dp/wifi3.0/dp_types.h

@@ -1321,6 +1321,14 @@ struct dp_soc {
 	struct dp_rx_fst *rx_fst;
 #ifdef WLAN_SUPPORT_RX_FISA
 	uint8_t fisa_enable;
+
+	/**
+	 * Params used for controlling the fisa aggregation dynamically
+	 */
+	struct {
+		qdf_atomic_t skip_fisa;
+		uint8_t fisa_force_flush[MAX_REO_DEST_RINGS];
+	} skip_fisa_param;
 #endif
 #endif /* WLAN_SUPPORT_RX_FLOW_TAG || WLAN_SUPPORT_RX_FISA */
 	/* Full monitor mode support */