Home
last modified time | relevance | path

Searched refs:modes_buf_offset (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c2210 static bool qed_is_mode_match(struct qed_hwfn *p_hwfn, u16 *modes_buf_offset) in qed_is_mode_match() argument
2219 tree_val = ((u8 *)ptr)[(*modes_buf_offset)++]; in qed_is_mode_match()
2223 return !qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2226 arg1 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2227 arg2 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2420 u16 modes_buf_offset; in qed_grc_clear_all_prty() local
2426 modes_buf_offset = in qed_grc_clear_all_prty()
2432 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_clear_all_prty()
2682 u16 modes_buf_offset; in qed_grc_dump_regs_entries() local
2689 modes_buf_offset = in qed_grc_dump_regs_entries()
[all …]
Dqed_init_ops.c465 u16 offset = le16_to_cpu(p_cmd->modes_buf_offset); in qed_init_cmd_mode()
Dqed_hsi.h2838 u16 modes_buf_offset; member