Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c77 u32 rt_offset, u32 val) in ecore_init_store_rt_reg() argument
79 p_hwfn->rt_data.init_val[rt_offset] = val; in ecore_init_store_rt_reg()
80 p_hwfn->rt_data.b_valid[rt_offset] = true; in ecore_init_store_rt_reg()
84 u32 rt_offset, u32 *p_val, in ecore_init_store_rt_agg() argument
90 p_hwfn->rt_data.init_val[rt_offset + i] = p_val[i]; in ecore_init_store_rt_agg()
91 p_hwfn->rt_data.b_valid[rt_offset + i] = true; in ecore_init_store_rt_agg()
99 u16 rt_offset, in ecore_init_rt() argument
103 u32 *p_init_val = &p_hwfn->rt_data.init_val[rt_offset]; in ecore_init_rt()
104 bool *p_valid = &p_hwfn->rt_data.b_valid[rt_offset]; in ecore_init_rt()
H A Decore_init_ops.h102 u32 rt_offset,
122 u32 rt_offset,