Searched refs:REG_FIFO_DEPTH_DWORDS (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c520 #define REG_FIFO_DEPTH_DWORDS (REG_FIFO_ELEMENT_DWORDS * REG_FIFO_DEPTH_ELEMENTS) macro
4717 for (dwords_read = 0; fifo_has_data && dwords_read < REG_FIFO_DEPTH_DWORDS; dwords_read += REG_FIFO_ELEMENT_DWORDS) {
4725 /* FIFO max size is REG_FIFO_DEPTH_DWORDS. There is no way to
4728 offset += REG_FIFO_DEPTH_DWORDS;

Completed in 108 milliseconds