Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c476 #define INT_BUF_NUM_OF_LINES 192 macro
478 #define INT_BUF_SIZE_IN_DWORDS (INT_BUF_NUM_OF_LINES * INT_BUF_LINE_SIZE_IN_DWORDS)
2514 if (last_written_line < INT_BUF_NUM_OF_LINES - 1) in ecore_bus_dump_int_buf()
2515 …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()