Home
last modified time | relevance | path

Searched refs:fill_wrap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c1272 sc->fill_wrap = 0; in sc_enable()
1406 u32 fill_wrap; in sc_buffer_alloc() local
1448 fill_wrap = sc->fill_wrap; in sc_buffer_alloc()
1449 sc->fill_wrap += blocks; in sc_buffer_alloc()
1450 if (sc->fill_wrap >= sc->credits) in sc_buffer_alloc()
1451 sc->fill_wrap = sc->fill_wrap - sc->credits; in sc_buffer_alloc()
1480 pbuf->start = sc->base_addr + fill_wrap * PIO_BLOCK_SIZE; in sc_buffer_alloc()
2124 seq_printf(s, " fill %lu free %lu fill_wrap in seqfile_dump_sci()
[all...]
H A Dpio.h77 u32 fill_wrap; /* tracks fill within ring */ member