Lines Matching defs:sent
820 /* don't increment the sequence number if the task wasn't sent */
902 * A retry might be sent while the original request is
9158 struct nfs4_channel_attrs *sent = &args->fc_attrs;
9161 if (rcvd->max_resp_sz > sent->max_resp_sz)
9169 if (rcvd->max_ops < sent->max_ops)
9181 struct nfs4_channel_attrs *sent = &args->bc_attrs;
9186 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
9188 if (rcvd->max_resp_sz < sent->max_resp_sz)
9190 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
9192 if (rcvd->max_ops > sent->max_ops)
9194 if (rcvd->max_reqs > sent->max_reqs)