qcacmn: Add API to get dp peer authorize state

Add API to get dp peer authorize state.
Also modify dp_tx_get_rbm_id_li to update rbm for IPA offload
scenario

Change-Id: I0f8cca4623a1c3b840f336aa6d67740951cb6700
This commit is contained in:
Himanshu Batra
2021-09-30 09:55:39 +05:30
کامیت شده توسط Madan Koyyalamudi
والد af1339925a
کامیت ff8ee42eac
5فایلهای تغییر یافته به همراه75 افزوده شده و 3 حذف شده

مشاهده پرونده

@@ -1275,6 +1275,8 @@ void hal_reo_read_write_ctrl_ix(hal_soc_handle_t hal_soc_hdl, bool read,
}
}
qdf_export_symbol(hal_reo_read_write_ctrl_ix);
/**
* hal_srng_dst_set_hp_paddr_confirm() - Set physical address to dest ring head
* pointer and confirm that write went through by reading back the value
@@ -1289,6 +1291,8 @@ void hal_srng_dst_set_hp_paddr_confirm(struct hal_srng *srng, uint64_t paddr)
SRNG_DST_REG_WRITE_CONFIRM(srng, HP_ADDR_MSB, paddr >> 32);
}
qdf_export_symbol(hal_srng_dst_set_hp_paddr_confirm);
/**
* hal_srng_dst_init_hp() - Initialize destination ring head
* pointer
@@ -1321,6 +1325,8 @@ void hal_srng_dst_init_hp(struct hal_soc_handle *hal_soc,
}
}
qdf_export_symbol(hal_srng_dst_init_hp);
/**
* hal_srng_hw_init - Private function to initialize SRNG HW
* @hal_soc: HAL SOC handle
@@ -1742,7 +1748,6 @@ void hal_set_low_threshold(hal_ring_handle_t hal_ring_hdl,
}
qdf_export_symbol(hal_set_low_threshold);
#ifdef FORCE_WAKE
void hal_set_init_phase(hal_soc_handle_t soc, bool init_phase)
{