Home
last modified time | relevance | path

Searched refs:lm_cfg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c84 hw->lm_cfg = hw->mem_resource[4].addr; in ifcvf_init_hw()
191 u8 *lm_cfg; in ifcvf_hw_enable() local
196 lm_cfg = hw->lm_cfg; in ifcvf_hw_enable()
284 u8 *lm_cfg; in ifcvf_enable_logging() local
286 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 …]
H A Difcvf.h133 u8 *lm_cfg; member