rtl_hal_cfg
if (((struct rtl_hal_cfg *)id->driver_data)->mod_params->dma64 &&
rtlpriv->cfg = (struct rtl_hal_cfg *)(id->driver_data);
static const struct rtl_hal_cfg rtl88ee_hal_cfg = {
static const struct rtl_hal_cfg rtl92ce_hal_cfg = {
static const struct rtl_hal_cfg rtl92cu_hal_cfg = {
static const struct rtl_hal_cfg rtl92de_hal_cfg = {
static const struct rtl_hal_cfg rtl92du_hal_cfg = {
static const struct rtl_hal_cfg rtl92ee_hal_cfg = {
static const struct rtl_hal_cfg rtl92se_hal_cfg = {
static const struct rtl_hal_cfg rtl8723e_hal_cfg = {
static const struct rtl_hal_cfg rtl8723be_hal_cfg = {
static const struct rtl_hal_cfg rtl8821ae_hal_cfg = {
rtlpriv->cfg = rtl_hal_cfg;
const struct rtl_hal_cfg *rtl_hal_cfg)
const struct rtl_hal_cfg *rtl92cu_hal_cfg);
const struct rtl_hal_cfg *cfg;