qcacmn: Modify IPA object cleanup path
Currently ipa object cleanup is happening as part of pdev destroy. Move it to deinit API of IPA Change-Id: Id36648397102fa47ad1d29f99f2f152f40663f36
This commit is contained in:

committed by
Madan Koyyalamudi

parent
78fb9d70d7
commit
a83d7d4111
@@ -1665,6 +1665,7 @@ struct cdp_throttle_ops {
|
||||
* struct cdp_ipa_ops - mcl ipa data path ops
|
||||
* @ipa_get_resource:
|
||||
* @ipa_set_doorbell_paddr:
|
||||
* @ipa_iounmap_doorbell_vaddr: I/O unmap ipa doorbell vaddr
|
||||
* @ipa_set_active:
|
||||
* @ipa_op_response:
|
||||
* @ipa_register_op_cb:
|
||||
@@ -1679,6 +1680,8 @@ struct cdp_ipa_ops {
|
||||
uint8_t pdev_id);
|
||||
QDF_STATUS (*ipa_set_doorbell_paddr)(struct cdp_soc_t *soc_hdl,
|
||||
uint8_t pdev_id);
|
||||
QDF_STATUS (*ipa_iounmap_doorbell_vaddr)(struct cdp_soc_t *soc_hdl,
|
||||
uint8_t pdev_id);
|
||||
QDF_STATUS (*ipa_set_active)(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
bool uc_active, bool is_tx);
|
||||
QDF_STATUS (*ipa_op_response)(struct cdp_soc_t *soc_hdl,
|
||||
|
Reference in New Issue
Block a user