Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.h140 #define SCF_HALTED 0x04 macro
Dfile_ops.c1635 sc->halt_wait, (sc->flags & SCF_HALTED), in ctxt_reset()
1637 if (!(sc->flags & SCF_HALTED)) in ctxt_reset()
Dpio.c1012 if (sc->flags & SCF_HALTED || in sc_wait_for_packet_egress()
1070 if (!(sc->flags & SCF_HALTED) || (sc->flags & SCF_IN_FREE)) in sc_restart()
Dchip.c5968 sc_stop(sc, SCF_HALTED); in is_sendctxt_err_int()
6747 sc_flags = SCF_FROZEN | SCF_HALTED | (flags & FREEZE_LINK_DOWN ? in start_freeze_handling()