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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c3226 u32 dpi_bit_shift, dpi_count, dpi_page_size; local
3247 * The DPI page size is stored in a register as 'dpi_bit_shift' so that
3254 dpi_bit_shift = OSAL_LOG2(dpi_page_size / 4096);
3265 ecore_wr(p_hwfn, p_ptt, DORQ_REG_PF_DPI_BIT_SHIFT, dpi_bit_shift);

Completed in 93 milliseconds