Searched defs:sge_bytes (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c58 u32 sge_bytes; local
81 sge_bytes = min_t(u32, page_bytes, (PAGE_SIZE - page_off));
82 page_bytes -= sge_bytes;
83 vec->sge[sge_no].iov_len = sge_bytes;
148 int sge_bytes; local
177 sge_bytes = min_t(size_t,
179 sge[sge_no].length = sge_bytes;
182 sge_bytes, DMA_TO_DEVICE);
183 xdr_off += sge_bytes;
194 bc -= sge_bytes;
376 int sge_bytes; local
[all...]

Completed in 3 milliseconds