Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c469 p_hwfn->dmae_info.p_dmae_cmd->opcode = cpu_to_le32(opcode); in qed_dmae_opcode()
470 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b); in qed_dmae_opcode()
482 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_post_command()
540 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_info_alloc()
586 if (p_hwfn->dmae_info.p_dmae_cmd) { in qed_dmae_info_free()
590 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
591 p_hwfn->dmae_info.p_dmae_cmd = NULL; in qed_dmae_info_free()
644 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_sub_operation()
710 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_command()
Dqed.h397 struct dmae_cmd *p_dmae_cmd; member