Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c2216 static bool qed_is_mode_match(struct qed_hwfn *p_hwfn, u16 *modes_buf_offset) in qed_is_mode_match() argument
2225 tree_val = ((u8 *)ptr)[(*modes_buf_offset)++]; in qed_is_mode_match()
2229 return !qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2232 arg1 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2233 arg2 = qed_is_mode_match(p_hwfn, modes_buf_offset); in qed_is_mode_match()
2426 u16 modes_buf_offset; in qed_grc_clear_all_prty() local
2432 modes_buf_offset = in qed_grc_clear_all_prty()
2438 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_grc_clear_all_prty()
2688 u16 modes_buf_offset; in qed_grc_dump_regs_entries() local
2695 modes_buf_offset = in qed_grc_dump_regs_entries()
[all …]
Dqed_init_ops.c466 u16 offset = le16_to_cpu(p_cmd->modes_buf_offset); in qed_init_cmd_mode()
Dqed_hsi.h2854 u16 modes_buf_offset; member