Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_hw.c436 p_hwfn->dmae_info.p_dmae_cmd->opcode = cpu_to_le32(opcode); in qed_dmae_opcode()
437 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = cpu_to_le16(opcode_b); in qed_dmae_opcode()
449 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_post_command()
507 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_info_alloc()
553 if (p_hwfn->dmae_info.p_dmae_cmd) { in qed_dmae_info_free()
557 p_hwfn->dmae_info.p_dmae_cmd, p_phys); in qed_dmae_info_free()
558 p_hwfn->dmae_info.p_dmae_cmd = NULL; in qed_dmae_info_free()
611 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_sub_operation()
677 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd; in qed_dmae_execute_command()
A Dqed.h357 struct dmae_cmd *p_dmae_cmd; member

Completed in 9 milliseconds