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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c636 p_hwfn->dmae_info.p_dmae_cmd->opcode = OSAL_CPU_TO_LE32(opcode);
637 p_hwfn->dmae_info.p_dmae_cmd->opcode_b = OSAL_CPU_TO_LE16(opcode_b);
652 struct dmae_cmd *p_command = p_hwfn->dmae_info.p_dmae_cmd;
712 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd;
766 if (p_hwfn->dmae_info.p_dmae_cmd != OSAL_NULL) {
769 p_hwfn->dmae_info.p_dmae_cmd,
771 p_hwfn->dmae_info.p_dmae_cmd = OSAL_NULL;
835 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;
920 struct dmae_cmd *cmd = p_hwfn->dmae_info.p_dmae_cmd;
H A Decore.h535 struct dmae_cmd *p_dmae_cmd; member in struct:ecore_dmae_info

Completed in 112 milliseconds