Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c228 unsigned int room, xbytes; in read_extra_bytes() local
237 xbytes = nbytes > room ? room : nbytes; in read_extra_bytes()
245 << zshift(xbytes)) in read_extra_bytes()
246 >> zshift(xbytes+pbuf->carry_bytes); in read_extra_bytes()
248 pbuf->carry_bytes += xbytes; in read_extra_bytes()
249 nbytes -= xbytes; in read_extra_bytes()