Lines Matching defs:sent
825 /* don't increment the sequence number if the task wasn't sent */
907 * A retry might be sent while the original request is
8936 struct nfs4_channel_attrs *sent = &args->fc_attrs;
8939 if (rcvd->max_resp_sz > sent->max_resp_sz)
8947 if (rcvd->max_ops < sent->max_ops)
8959 struct nfs4_channel_attrs *sent = &args->bc_attrs;
8964 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
8966 if (rcvd->max_resp_sz < sent->max_resp_sz)
8968 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
8970 if (rcvd->max_ops > sent->max_ops)
8972 if (rcvd->max_reqs > sent->max_reqs)