Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c472 #define CHUNK_SIZE_IN_DWORDS 64 macro
473 #define CHUNK_SIZE_IN_BYTES DWORDS_TO_BYTES(CHUNK_SIZE_IN_DWORDS)
478 #define INT_BUF_SIZE_IN_CHUNKS (INT_BUF_SIZE_IN_DWORDS / CHUNK_SIZE_IN_DWORDS)
5928 if (recorded_dwords % CHUNK_SIZE_IN_DWORDS) in ecore_dbg_bus_dump()