Lines Matching refs:credits
438 sci->credits = scs->size; in init_send_contexts()
561 if (sc->credits <= release_credits) in sc_mtu_to_threshold()
564 threshold = sc->credits - release_credits; in sc_mtu_to_threshold()
578 return (sc->credits * percent) / 100; in sc_percent_to_threshold()
714 sc->credits = sci->credits; in sc_alloc()
715 sc->size = sc->credits * PIO_BLOCK_SIZE; in sc_alloc()
724 reg = ((sci->credits & SC(CTRL_CTXT_DEPTH_MASK)) in sc_alloc()
812 sc->sr_size = sci->credits + 1; in sc_alloc()
828 sc->credits, in sc_alloc()
1427 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1437 (unsigned long)sc->credits - in sc_buffer_alloc()
1460 if (sc->fill_wrap >= sc->credits) in sc_buffer_alloc()
1461 sc->fill_wrap = sc->fill_wrap - sc->credits; in sc_buffer_alloc()
2128 i, sci->type, sci->base, sci->credits); in seqfile_dump_sci()
2132 sc->sr_size, sc->credits, sc->sr_head, sc->sr_tail); in seqfile_dump_sci()