qcacmn: Add global context

Global context will contain fst context, fst ref count
and global desc count.

Change-Id: I272fa2c3b8945822268d29b6c329df3f659753d4
CRs-Fixed: 3392039
This commit is contained in:
Varsha Mishra
2023-02-10 17:40:00 +05:30
committed by Madan Koyyalamudi
vanhempi 5cf8f4a9a4
commit d6afad86bc
13 muutettua tiedostoa jossa 123 lisäystä ja 159 poistoa

Näytä tiedosto

@@ -64,8 +64,6 @@ struct dp_mlo_ctxt {
uint32_t toeplitz_hash_ipv6[LRO_IPV6_SEED_ARR_SZ];
struct dp_pdev_be *link_to_pdev_map[WLAN_MAX_MLO_CHIPS *
WLAN_MAX_MLO_LINKS_PER_SOC];
struct dp_rx_fst *rx_fst;
uint8_t rx_fst_ref_cnt;
};
/**