Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c4519 uint32_t statusword; in bge_poll() local
4535 statusword = sc->bge_ldata.bge_status_block->bge_status; in bge_poll()
4544 if (statusword & BGE_STATFLAG_LINKSTATE_CHANGED) in bge_poll()
4644 uint32_t statusword; in bge_intr() local
4685 statusword = CSR_READ_4(sc, BGE_MAC_STS) & BGE_MACSTAT_LINK_CHANGED; in bge_intr()
4700 statusword || sc->bge_link_evt) in bge_intr()