Searched refs:bc_state (Results 1 – 2 of 2) sorted by relevance
8252 sc->bc_state = bce_shmem_rd(sc, BCE_BC_STATE_CONDITION); in bce_pulse()8257 if (!(sc->bc_state & BCE_CONDITION_DRV_PRESENT)) { in bce_pulse()8262 __FUNCTION__, sc->bc_state); in bce_pulse()8271 if (sc->bc_state & BCE_CONDITION_DRV_PRESENT) { in bce_pulse()8275 __FUNCTION__, sc->bc_state); in bce_pulse()
6626 u32 bc_state; member