Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.h143 #define SCF_FROZEN 0x08 macro
Dpio.c1173 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_freeze()
1195 if (!sc || !(sc->flags & SCF_FROZEN) || sc->type == SC_USER) in pio_kernel_unfreeze()
Dfile_ops.c1654 if (sc->flags & SCF_FROZEN) { in ctxt_reset()
Dchip.c6794 sc_flags = SCF_FROZEN | SCF_HALTED | (flags & FREEZE_LINK_DOWN ? in start_freeze_handling()