Lines Matching defs:chunk
68 * When the Read chunk payloads have become available on the
519 * - This implementation currently supports only one Write chunk.
547 /* Sanity check the Reply chunk.
550 * - Reply chunk does not overflow Receive buffer.
554 * %true: Reply chunk is valid. @rctxt's xdr_stream is updated
555 * to point to the first byte past the Reply chunk.
556 * %false: Reply chunk is corrupt. @rctxt's xdr_stream is left
587 struct svc_rdma_chunk *chunk;
596 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) {
597 pcl_for_each_segment(segment, chunk) {
604 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) {
605 pcl_for_each_segment(segment, chunk) {
612 pcl_for_each_chunk(chunk, &ctxt->rc_write_pcl) {
613 pcl_for_each_segment(segment, chunk) {
620 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) {
621 pcl_for_each_segment(segment, chunk) {
726 * messages, and never populate the chunk lists. This makes
764 * %-EINVAL if the Read chunk data is too large,