Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c459 p_hwfn->dmae_info.p_dmae_cmd->opcode = cpu_to_le32(opcode); in qed_dmae_opcode()
460 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b); in qed_dmae_opcode()
472 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_post_command()
530 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_info_alloc()
576 if (p_hwfn->dmae_info.p_dmae_cmd) { in qed_dmae_info_free()
580 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
581 p_hwfn->dmae_info.p_dmae_cmd = NULL; in qed_dmae_info_free()
634 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_sub_operation()
700 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_command()
Dqed.h390 struct dmae_cmd *p_dmae_cmd; member