Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c7057 uint32_t igu_acked; in bxe_attn_int_asserted() local
7166 igu_acked = REG_RD(sc, IGU_REG_ATTENTION_ACK_BITS); in bxe_attn_int_asserted()
7167 } while (((igu_acked & ATTN_NIG_FOR_FUNC) == 0) && in bxe_attn_int_asserted()
7170 if (!igu_acked) { in bxe_attn_int_asserted()