Lines Matching refs:xdr_zero

262 		*iptr++ = xdr_zero;	/* encode a NULL read chunk list */  in rpcrdma_create_chunks()
264 *iptr++ = xdr_zero; /* a NULL write chunk list */ in rpcrdma_create_chunks()
333 *iptr++ = xdr_zero; /* finish the read chunk list */ in rpcrdma_create_chunks()
334 *iptr++ = xdr_zero; /* encode a NULL write chunk list */ in rpcrdma_create_chunks()
335 *iptr++ = xdr_zero; /* encode a NULL reply chunk */ in rpcrdma_create_chunks()
341 *iptr++ = xdr_zero; /* finish the write chunk list */ in rpcrdma_create_chunks()
342 *iptr++ = xdr_zero; /* encode a NULL reply chunk */ in rpcrdma_create_chunks()
523 headerp->rm_body.rm_nochunks.rm_empty[0] = xdr_zero; in rpcrdma_marshal_req()
524 headerp->rm_body.rm_nochunks.rm_empty[1] = xdr_zero; in rpcrdma_marshal_req()
525 headerp->rm_body.rm_nochunks.rm_empty[2] = xdr_zero; in rpcrdma_marshal_req()
603 if (*w++ != xdr_zero) in rpcrdma_count_chunks()
732 if (headerp->rm_body.rm_chunks[0] != xdr_zero) in rpcrdma_is_bcall()
734 if (headerp->rm_body.rm_chunks[1] != xdr_zero) in rpcrdma_is_bcall()
736 if (headerp->rm_body.rm_chunks[2] != xdr_zero) in rpcrdma_is_bcall()
823 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()
824 (headerp->rm_body.rm_chunks[1] == xdr_zero && in rpcrdma_reply_handler()
825 headerp->rm_body.rm_chunks[2] != xdr_zero) || in rpcrdma_reply_handler()
826 (headerp->rm_body.rm_chunks[1] != xdr_zero && in rpcrdma_reply_handler()
829 if (headerp->rm_body.rm_chunks[1] != xdr_zero) { in rpcrdma_reply_handler()
836 if (rdmalen < 0 || *iptr++ != xdr_zero) in rpcrdma_reply_handler()
861 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()
862 headerp->rm_body.rm_chunks[1] != xdr_zero || in rpcrdma_reply_handler()