Searched refs:reg_function_hide (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c5383 u32 reg_function_hide, tmp, eng_mask, low_pfs_mask; local
5396 reg_function_hide = ecore_rd(p_hwfn, p_ptt, MISCS_REG_FUNCTION_HIDE);
5398 if (reg_function_hide & 0x1) {
5413 tmp = (reg_function_hide ^ 0xffffffff) & eng_mask;
5422 tmp = reg_function_hide & eng_mask & low_pfs_mask;

Completed in 98 milliseconds