Home
last modified time | relevance | path

Searched refs:INT_BUF_NUM_OF_LINES (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.c475 #define INT_BUF_NUM_OF_LINES 192 macro
477 #define INT_BUF_SIZE_IN_DWORDS (INT_BUF_NUM_OF_LINES * INT_BUF_LINE_SIZE_IN_DWORDS)
2484 if (last_written_line < INT_BUF_NUM_OF_LINES - 1) in ecore_bus_dump_int_buf()
2485 …buf_range(p_hwfn, p_ptt, dump_buf + offset, dump, last_written_line + 1, INT_BUF_NUM_OF_LINES - 1); in ecore_bus_dump_int_buf()