Lines Matching refs:credits
480 sci->credits = scs->size; in init_send_contexts()
603 if (sc->credits <= release_credits) in sc_mtu_to_threshold()
606 threshold = sc->credits - release_credits; in sc_mtu_to_threshold()
620 return (sc->credits * percent) / 100; in sc_percent_to_threshold()
756 sc->credits = sci->credits; in sc_alloc()
757 sc->size = sc->credits * PIO_BLOCK_SIZE; in sc_alloc()
766 reg = ((sci->credits & SC(CTRL_CTXT_DEPTH_MASK)) in sc_alloc()
854 sc->sr_size = sci->credits + 1; in sc_alloc()
870 sc->credits, in sc_alloc()
1469 avail = (unsigned long)sc->credits - (sc->fill - sc->alloc_free); in sc_buffer_alloc()
1479 (unsigned long)sc->credits - in sc_buffer_alloc()
1502 if (sc->fill_wrap >= sc->credits) in sc_buffer_alloc()
1503 sc->fill_wrap = sc->fill_wrap - sc->credits; in sc_buffer_alloc()
2170 i, sci->type, sci->base, sci->credits); in seqfile_dump_sci()
2174 sc->sr_size, sc->credits, sc->sr_head, sc->sr_tail); in seqfile_dump_sci()