Searched refs:nsegs (Results 1 – 4 of 4) sorted by relevance
342 int nsegs; in rpcrdma_encode_read_list() local353 if (nsegs < 0) in rpcrdma_encode_read_list()354 return nsegs; in rpcrdma_encode_read_list()367 } while (nsegs); in rpcrdma_encode_read_list()409 if (nsegs < 0) in rpcrdma_encode_write_list()410 return nsegs; in rpcrdma_encode_write_list()433 } while (nsegs); in rpcrdma_encode_write_list()440 nsegs); in rpcrdma_encode_write_list()487 if (nsegs < 0) in rpcrdma_encode_reply_chunk()488 return nsegs; in rpcrdma_encode_reply_chunk()[all …]
287 int nsegs, bool writing, __be32 xid, in frwr_map() argument296 if (nsegs > ep->re_max_fr_depth) in frwr_map()297 nsegs = ep->re_max_fr_depth; in frwr_map()298 for (i = 0; i < nsegs;) { in frwr_map()306 if ((i < nsegs && seg->mr_offset) || in frwr_map()
540 int nsegs, bool writing, __be32 xid,
4564 unsigned char nsegs) in ipv6_chk_rpl_srh_loop() argument4574 for (i = 0; i < nsegs; i++) { in ipv6_chk_rpl_srh_loop()
Completed in 20 milliseconds