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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.h62 * @rt_offset: RT offset.
68 u32 rt_offset,
78 u32 rt_offset,
H A Dqed_init_ops.c127 void qed_init_store_rt_reg(struct qed_hwfn *p_hwfn, u32 rt_offset, u32 val) argument
129 if (rt_offset >= RUNTIME_ARRAY_SIZE) {
132 val, rt_offset);
136 p_hwfn->rt_data.init_val[rt_offset] = val;
137 p_hwfn->rt_data.b_valid[rt_offset] = true;
141 u32 rt_offset, u32 *p_val, size_t size)
145 if ((rt_offset + size - 1) >= RUNTIME_ARRAY_SIZE) {
148 rt_offset,
149 (u32)(rt_offset + size - 1));
154 p_hwfn->rt_data.init_val[rt_offset
140 qed_init_store_rt_agg(struct qed_hwfn *p_hwfn, u32 rt_offset, u32 *p_val, size_t size) argument
159 qed_init_rt(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u32 addr, u16 rt_offset, u16 size, bool b_must_dmae) argument
[all...]

Completed in 261 milliseconds