Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.h138 #define SCF_ENABLED 0x01 macro
Dpio.c938 sc->flags &= ~SCF_ENABLED; in sc_disable()
1360 sc->flags |= SCF_ENABLED; in sc_enable()
1421 sc->flags &= ~SCF_ENABLED; in sc_stop()
1451 if (!(sc->flags & SCF_ENABLED)) { in sc_buffer_alloc()
Dchip.c6752 if (sc && (sc->flags & SCF_ENABLED)) in start_freeze_handling()