qcacmn: Add support to configure MSI registers for Direct Link CE

The MSI address and data information for Direct Link
copy engines will be available once the WiFi driver
on LPASS is initialized. Add support to configure the
IPCC address and data values into Direct Link copy
engines at runtime.

Change-Id: I5e7dff90c2f1ff764462c235deb5795ed019a16b
CRs-Fixed: 3316679
Этот коммит содержится в:
Yeshwanth Sriram Guntuka
2022-11-04 00:59:05 +05:30
коммит произвёл Madan Koyyalamudi
родитель 99615e170d
Коммит e228622034
9 изменённых файлов: 242 добавлений и 7 удалений

Просмотреть файл

@@ -1213,6 +1213,10 @@ struct hal_hw_txrx_ops {
uint8_t mac_id, uint64_t *value);
void (*hal_get_tqm_scratch_reg)(hal_soc_handle_t hal_soc_hdl,
uint64_t *value);
#ifdef FEATURE_DIRECT_LINK
QDF_STATUS (*hal_srng_set_msi_config)(hal_ring_handle_t ring_hdl,
void *ring_params);
#endif
};
/**