Searched refs:bc_state (Results 1 – 2 of 2) sorted by relevance
8251 sc->bc_state = bce_shmem_rd(sc, BCE_BC_STATE_CONDITION); in bce_pulse()8256 if (!(sc->bc_state & BCE_CONDITION_DRV_PRESENT)) { in bce_pulse()8261 __FUNCTION__, sc->bc_state); in bce_pulse()8270 if (sc->bc_state & BCE_CONDITION_DRV_PRESENT) { in bce_pulse()8274 __FUNCTION__, sc->bc_state); in bce_pulse()
6626 u32 bc_state; member