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

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c59 u32 page_bytes; local
76 page_bytes = xdr->page_len;
78 while (page_bytes) {
81 sge_bytes = min_t(u32, page_bytes, (PAGE_SIZE - page_off));
82 page_bytes -= sge_bytes;

Completed in 3 milliseconds