qcacmn: Call HTT RxDMA and RxOLE PPE cfg API

Add a separate APIs to configure RxDMA and RXOLE
configuration to enable the PPE based routing.

Change-Id: I95b8fbb361402bc04fc1f38aa8b0dbc6f99f4f06
CRs-Fixed: 3147720
This commit is contained in:
Neelansh Mittal
2022-01-18 00:18:11 +05:30
committed by Madan Koyyalamudi
parent 28d17d9290
commit ea3efe6a60
2 changed files with 58 additions and 0 deletions

View File

@@ -1299,4 +1299,9 @@ struct hal_srng *hal_ring_handle_to_hal_srng(hal_ring_handle_t hal_ring)
#define REO_QUEUE_REF_ML_TABLE_SIZE 69632
#define HAL_ML_PEER_ID_START 0x2000
#define HAL_PEER_ID_IS_MLO(peer_id) ((peer_id) & HAL_ML_PEER_ID_START)
/*
* REO2PPE destination indication
*/
#define REO2PPE_DST_IND 11
#endif /* _HAL_INTERNAL_H_ */