Searched refs:bc_state (Results 1 – 2 of 2) sorted by relevance
8397 sc->bc_state = bce_shmem_rd(sc, BCE_BC_STATE_CONDITION); in bce_pulse()8402 if (!(sc->bc_state & BCE_CONDITION_DRV_PRESENT)) { in bce_pulse()8407 __FUNCTION__, sc->bc_state); in bce_pulse()8416 if (sc->bc_state & BCE_CONDITION_DRV_PRESENT) { in bce_pulse()8420 __FUNCTION__, sc->bc_state); in bce_pulse()
6745 u32 bc_state; member