Home
last modified time | relevance | path

Searched refs:SCF_ENABLED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h98 #define SCF_ENABLED 0x01 macro
H A Dpio.c890 sc->flags &= ~SCF_ENABLED; in sc_disable()
1329 sc->flags |= SCF_ENABLED; in sc_enable()
1390 sc->flags &= ~SCF_ENABLED; in sc_stop()
1421 if (!(sc->flags & SCF_ENABLED)) { in sc_buffer_alloc()
H A Dchip.c6760 if (sc && (sc->flags & SCF_ENABLED)) in start_freeze_handling()