Преглед на файлове

qcacmn: Add reo dst indication to FISA flow table

Add the reo destination indication value in
the FISA flow table. The reo destination
indication will be saved for every flow.

Change-Id: I58782cc7be7dd686dc9e0f5837e6bbe406cc1514
CRs-Fixed: 2803079
Rakesh Pillai преди 4 години
родител
ревизия
c5a7832846
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      dp/wifi3.0/dp_types.h

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

@@ -2924,6 +2924,7 @@ struct dp_fisa_rx_sw_ft {
 	/* CMEM parameters */
 	uint32_t cmem_offset;
 	uint32_t metadata;
+	uint32_t reo_dest_indication;
 };
 
 #define DP_RX_GET_SW_FT_ENTRY_SIZE sizeof(struct dp_fisa_rx_sw_ft)