Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c1421 u16 *modes_buf_offset, u8 rec_depth) in qed_is_mode_match_rec() argument
1436 tree_val = dbg_array[(*modes_buf_offset)++]; in qed_is_mode_match_rec()
1441 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1445 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1447 modes_buf_offset, rec_depth + 1); in qed_is_mode_match_rec()
1456 static bool qed_is_mode_match(struct qed_hwfn *p_hwfn, u16 *modes_buf_offset) in qed_is_mode_match() argument
1458 return qed_is_mode_match_rec(p_hwfn, modes_buf_offset, 0); in qed_is_mode_match()
1544 u16 modes_buf_offset = in qed_bus_disable_blocks() local
1552 qed_is_mode_match(p_hwfn, &modes_buf_offset)) in qed_bus_disable_blocks()
1810 u16 modes_buf_offset; in qed_grc_clear_all_prty() local
[all …]
Dqed_init_ops.c526 u16 offset = le16_to_cpu(p_cmd->modes_buf_offset); in qed_init_cmd_mode()
Dqed_hsi.h2210 __le16 modes_buf_offset; member