Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c454 p_hwfn->dmae_info.p_dmae_cmd->opcode = cpu_to_le32(opcode); in qed_dmae_opcode()
455 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b); in qed_dmae_opcode()
467 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_post_command()
525 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_info_alloc()
571 if (p_hwfn->dmae_info.p_dmae_cmd) { in qed_dmae_info_free()
575 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
576 p_hwfn->dmae_info.p_dmae_cmd = NULL; in qed_dmae_info_free()
629 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_sub_operation()
695 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_command()
Dqed.h357 struct dmae_cmd *p_dmae_cmd; member