Searched refs:credit_ctrl (Results 1 – 2 of 2) sorted by relevance
591 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()596 sc->credit_ctrl = in sc_set_cr_threshold()597 (sc->credit_ctrl in sc_set_cr_threshold()603 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_set_cr_threshold()787 sc->credit_ctrl = reg; in sc_alloc()828 sc->credit_ctrl, in sc_alloc()1506 sc->credit_ctrl |= SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_add_credit_return_intr()1508 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_add_credit_return_intr()1528 sc->credit_ctrl &= ~SC(CREDIT_CTRL_CREDIT_INTR_SMASK); in sc_del_credit_return_intr()1530 SC(CREDIT_CTRL), sc->credit_ctrl); in sc_del_credit_return_intr()[all …]
92 u64 credit_ctrl; /* cache for credit control */ member