Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c629 u8 idx_cmd = p_hwfn->dmae_info.channel, i; in ecore_dmae_post_command() local
638 idx_cmd, in ecore_dmae_post_command()
652 idx_cmd, in ecore_dmae_post_command()
674 (idx_cmd * DMAE_CMD_SIZE * sizeof(u32)) + in ecore_dmae_post_command()
679 ecore_dmae_idx_to_go_cmd(idx_cmd), in ecore_dmae_post_command()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c773 IN const u8_t idx_cmd, in lm_dmae_post_command() argument
793 idx_cmd, in lm_dmae_post_command()
809 DMAE_REG_CMD_MEM+(idx_cmd*DMAE_CMD_SIZE*sizeof(u32_t))+i*sizeof(u32_t), in lm_dmae_post_command()
813 REG_WR(pdev, lm_dmae_idx_to_go_cmd(idx_cmd), DMAE_GO_VALUE) ; in lm_dmae_post_command()