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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c7121 if (sc->attn_state & asserted) {
7140 BLOGD(sc, DBG_INTR, "attn_state 0x%08x\n", sc->attn_state);
7141 sc->attn_state |= asserted;
7142 BLOGD(sc, DBG_INTR, "new state 0x%08x\n", sc->attn_state);
8331 if (~sc->attn_state & deasserted) {
8350 BLOGD(sc, DBG_INTR, "attn_state 0x%08x\n", sc->attn_state);
8351 sc->attn_state &= ~deasserted;
8352 BLOGD(sc, DBG_INTR, "new state 0x%08x\n", sc->attn_state);
8361 uint32_t attn_state = sc->attn_state; local
[all...]
H A Dbxe.h1611 uint32_t attn_state; member in struct:bxe_softc

Completed in 94 milliseconds