Lines Matching refs:max_ops
9129 args->fc_attrs.max_ops = NFS4_MAX_OPS;
9133 "max_ops=%u max_reqs=%u\n",
9136 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
9142 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
9148 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
9151 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
9164 * Our requested max_ops is the minimum we need; we're not
9169 if (rcvd->max_ops < sent->max_ops)
9192 if (rcvd->max_ops > sent->max_ops)