Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxdr.c353 unsigned int sg_head_nents, in xdr_buf_to_sg_alloc() argument
367 if (nsg <= sg_head_nents) { in xdr_buf_to_sg_alloc()
371 unsigned int overflow_nents = nsg - sg_head_nents + 1; in xdr_buf_to_sg_alloc()
379 sg_init_table(sg_head, sg_head_nents); in xdr_buf_to_sg_alloc()
381 sg_chain(sg_head, sg_head_nents, overflow); in xdr_buf_to_sg_alloc()