Searched refs:IGU_FIFO_DEPTH_DWORDS (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c527 #define IGU_FIFO_DEPTH_DWORDS (IGU_FIFO_ELEMENT_DWORDS * IGU_FIFO_DEPTH_ELEMENTS) macro
4794 for (dwords_read = 0; fifo_has_data && dwords_read < IGU_FIFO_DEPTH_DWORDS; dwords_read += IGU_FIFO_ELEMENT_DWORDS) {
4803 /* FIFO max size is IGU_FIFO_DEPTH_DWORDS. There is no way to
4806 offset += IGU_FIFO_DEPTH_DWORDS;

Completed in 113 milliseconds