Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h102 #define SCF_LINK_DOWN 0x10 macro
H A Dpio.c1154 if (sc->flags & SCF_LINK_DOWN) in pio_kernel_unfreeze()
1180 if (!sc || !(sc->flags & SCF_LINK_DOWN) || sc->type == SC_USER) in pio_kernel_linkup()
H A Dchip.c6756 SCF_LINK_DOWN : 0); in start_freeze_handling()