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
Этот коммит содержится в:

коммит произвёл
Madan Koyyalamudi

родитель
99615e170d
Коммит
e228622034
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Ссылка в новой задаче
Block a user