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

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c1272 sc->fill_wrap = 0;
1416 u32 fill_wrap; local
1458 fill_wrap = sc->fill_wrap;
1459 sc->fill_wrap += blocks;
1460 if (sc->fill_wrap >= sc->credits)
1461 sc->fill_wrap = sc->fill_wrap - sc->credits;
1490 pbuf->start = sc->base_addr + fill_wrap * PIO_BLOCK_SIZE;
2134 seq_printf(s, " fill %lu free %lu fill_wrap
[all...]
H A Dpio.h77 u32 fill_wrap; /* tracks fill within ring */ member in struct:send_context

Completed in 91 milliseconds