Home
last modified time | relevance | path

Searched refs:SCF_FROZEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.h141 #define SCF_FROZEN 0x08 macro
Dpio.c1082 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_freeze()
1104 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_kernel_unfreeze()
Dfile_ops.c395 if (sc->flags & SCF_FROZEN) { in hfi1_file_write()
Dchip.c3219 sc_stop(sc, SCF_FROZEN | SCF_HALTED); in start_freeze_handling()