Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c5873 sc->bc_state = bce_shmem_rd(sc, BCE_BC_STATE_CONDITION); in bce_pulse()
5877 if (!(sc->bc_state & BCE_CONDITION_DRV_PRESENT)) { in bce_pulse()
5880 "(bc_state = 0x%08X)\n", sc->bc_state); in bce_pulse()
5889 if (sc->bc_state & BCE_CONDITION_DRV_PRESENT) { in bce_pulse()
5892 "(bc_state = 0x%08X)\n", sc->bc_state); in bce_pulse()
H A Dif_bcereg.h5978 uint32_t bc_state; /* Bootcode state */ member