Searched refs:credit_ctrl (Results 1 – 2 of 2) sorted by relevance
592 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()597 sc->credit_ctrl = in sc_set_cr_threshold()598 (sc->credit_ctrl in sc_set_cr_threshold()604 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()788 sc->credit_ctrl = reg; in sc_alloc()829 sc->credit_ctrl, in sc_alloc()1517 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr()1519 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr()1539 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr()1541 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr()[all …]
92 u64 credit_ctrl; /* cache for credit control */ member