Lines Matching refs:credit_ctrl
642 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()
647 sc->credit_ctrl = in sc_set_cr_threshold()
648 (sc->credit_ctrl in sc_set_cr_threshold()
654 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()
837 sc->credit_ctrl = reg; in sc_alloc()
878 sc->credit_ctrl, in sc_alloc()
1547 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr()
1549 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr()
1569 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr()
1571 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr()
1586 trace_hfi1_wantpiointr(sc, needint, sc->credit_ctrl); in hfi1_sc_wantpiobuf_intr()