Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hw.c396 p_hwfn->dmae_info.p_dmae_cmd->opcode = cpu_to_le32(opcode); in qed_dmae_opcode()
397 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = cpu_to_le16(opcodeB); in qed_dmae_opcode()
410 struct dmae_cmd *command = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_post_command()
470 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_info_alloc()
525 if (p_hwfn->dmae_info.p_dmae_cmd) { in qed_dmae_info_free()
529 p_hwfn->dmae_info.p_dmae_cmd, in qed_dmae_info_free()
531 p_hwfn->dmae_info.p_dmae_cmd = NULL; in qed_dmae_info_free()
586 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_sub_operation()
654 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_command()
Dqed.h190 struct dmae_cmd *p_dmae_cmd; member