Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h92 #define DMAE_CMD_SIZE_TO_FILL (DMAE_CMD_SIZE - 5) macro
H A Decore_hw.c669 u32 data = (i < DMAE_CMD_SIZE_TO_FILL) ? in ecore_dmae_post_command()