Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c315 struct init_write_op *p_cmd, argument
318 u32 data = OSAL_LE32_TO_CPU(p_cmd->data);
333 data = OSAL_LE32_TO_CPU(p_cmd->args.inline_val);
337 data = OSAL_LE32_TO_CPU(p_cmd->args.zeros_count);
345 rc = ecore_init_cmd_array(p_hwfn, p_ptt, p_cmd,
351 OSAL_LE16_TO_CPU(p_cmd->args.runtime.size),
432 struct init_callback_op *p_cmd) argument
464 struct init_if_mode_op *p_cmd, int modes) argument
471 return GET_FIELD(OSAL_LE32_TO_CPU(p_cmd->op_data),
476 struct init_if_phase_op *p_cmd, argument
[all …]
H A Decore_hw.c688 struct dmae_cmd **p_cmd = &p_hwfn->dmae_info.p_dmae_cmd; in ecore_dmae_info_alloc() local
700 *p_cmd = OSAL_DMA_ALLOC_COHERENT(p_hwfn->p_dev, p_addr, in ecore_dmae_info_alloc()
702 if (*p_cmd == OSAL_NULL) { in ecore_dmae_info_alloc()