qcacmn: Monitor mode ring process changes for WCN7850

In WCN7850, there is only one common RXDMA dst ring for
both the mac.

Add changes to process the common RXDMA dst ring for
status TLVs corresponding to either MAC monitor status
ring. Also use arch ops to get rx_desc from sw_cookie.

Change-Id: Ia2c004755bc4389b587d995286093a519b995cab
CRs-Fixed: 3084442
此提交包含在:
Rakesh Pillai
2021-11-26 00:53:27 -08:00
提交者 Madan Koyyalamudi
父節點 63233c05dd
當前提交 0115477838
共有 4 個檔案被更改,包括 29 行新增11 行删除

查看文件

@@ -998,9 +998,8 @@ struct dp_srng *dp_get_rxdma_ring(struct dp_pdev *pdev, int lmac_id)
*/
#define DP_INVALID_LMAC_ID (-1)
#define DP_MON_INVALID_LMAC_ID (-1)
#define DP_MON_2G_LMAC_ID 1
#define DP_MON_5G_LMAC_ID 0
#define DP_MON_6G_LMAC_ID 0
#define DP_MAC0_LMAC_ID 0
#define DP_MAC1_LMAC_ID 1
#ifdef FEATURE_TSO_STATS
/**