Searched refs:lm_cfg (Results 1 – 2 of 2) sorted by relevance
84 hw->lm_cfg = hw->mem_resource[4].addr; in ifcvf_init_hw()191 u8 *lm_cfg; in ifcvf_hw_enable() local196 lm_cfg = hw->lm_cfg; in ifcvf_hw_enable()284 u8 *lm_cfg; in ifcvf_enable_logging() local286 lm_cfg = hw->lm_cfg; in ifcvf_enable_logging()288 *(u32 *)(lm_cfg + IFCVF_LM_BASE_ADDR_LOW) = in ifcvf_enable_logging()291 *(u32 *)(lm_cfg + IFCVF_LM_BASE_ADDR_HIGH) = in ifcvf_enable_logging()294 *(u32 *)(lm_cfg + IFCVF_LM_END_ADDR_LOW) = in ifcvf_enable_logging()297 *(u32 *)(lm_cfg + IFCVF_LM_END_ADDR_HIGH) = in ifcvf_enable_logging()306 u8 *lm_cfg; in ifcvf_disable_logging() local[all …]
133 u8 *lm_cfg; member