Home
last modified time | relevance | path

Searched refs:DMAE_CMD_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h90 #define DMAE_CMD_SIZE 14 macro
92 #define DMAE_CMD_SIZE_TO_FILL (DMAE_CMD_SIZE - 5)
H A Decore_hw.c668 for (i = 0; i < DMAE_CMD_SIZE; i++) { in ecore_dmae_post_command()
674 (idx_cmd * DMAE_CMD_SIZE * sizeof(u32)) + in ecore_dmae_post_command()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h95 #define DMAE_CMD_SIZE 14 // size of DMAE command structure macro
H A Dlm_dmae.c396 …ae_address( DMAE_REG_CMD_MEM + operation->context->executer_channel*DMAE_CMD_SIZE*sizeof(u32_t), in lm_dmae_initialize_sgl_loader_command()
809 DMAE_REG_CMD_MEM+(idx_cmd*DMAE_CMD_SIZE*sizeof(u32_t))+i*sizeof(u32_t), in lm_dmae_post_command()