Searched refs:bc_state (Results 1 – 2 of 2) sorted by relevance
8420 sc->bc_state = bce_shmem_rd(sc, BCE_BC_STATE_CONDITION); in bce_pulse()8425 if (!(sc->bc_state & BCE_CONDITION_DRV_PRESENT)) { in bce_pulse()8430 __FUNCTION__, sc->bc_state); in bce_pulse()8439 if (sc->bc_state & BCE_CONDITION_DRV_PRESENT) { in bce_pulse()8443 __FUNCTION__, sc->bc_state); in bce_pulse()
6703 u32 bc_state; member