Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_int.c2534 u32 intr_status_hi = 0, intr_status_lo = 0; in ecore_int_igu_read_sisr_reg() local
2537 intr_status_lo = REG_RD(p_hwfn, in ecore_int_igu_read_sisr_reg()
2543 intr_status = ((u64)intr_status_hi << 32) + (u64)intr_status_lo; in ecore_int_igu_read_sisr_reg()