Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dpio.h100 #define SCF_HALTED 0x04 macro
Dfile_ops.c1604 sc->halt_wait, (sc->flags & SCF_HALTED), in ctxt_reset()
1606 if (!(sc->flags & SCF_HALTED)) in ctxt_reset()
Dpio.c982 if (sc->flags & SCF_HALTED || in sc_wait_for_packet_egress()
1040 if (!(sc->flags & SCF_HALTED) || (sc->flags & SCF_IN_FREE)) in sc_restart()
Dchip.c5973 sc_stop(sc, SCF_HALTED); in is_sendctxt_err_int()
6752 sc_flags = SCF_FROZEN | SCF_HALTED | (flags & FREEZE_LINK_DOWN ? in start_freeze_handling()