Searched refs:fill_wrap (Results 1 – 2 of 2) sorted by relevance
1315 sc->fill_wrap = 0; in sc_enable()1459 u32 fill_wrap; in sc_buffer_alloc() local1501 fill_wrap = sc->fill_wrap; in sc_buffer_alloc()1502 sc->fill_wrap += blocks; in sc_buffer_alloc()1503 if (sc->fill_wrap >= sc->credits) in sc_buffer_alloc()1504 sc->fill_wrap = sc->fill_wrap - sc->credits; in sc_buffer_alloc()1533 pbuf->start = sc->base_addr + fill_wrap * PIO_BLOCK_SIZE; in sc_buffer_alloc()2177 sc->fill, sc->free, sc->fill_wrap, sc->alloc_free); in seqfile_dump_sci()
119 u32 fill_wrap; /* tracks fill within ring */ member