Lines Matching refs:bc_attrs
9139 args->bc_attrs.max_rqst_sz = max_bc_payload;
9140 args->bc_attrs.max_resp_sz = max_bc_payload;
9141 args->bc_attrs.max_resp_sz_cached = 0;
9142 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
9143 args->bc_attrs.max_reqs = max_t(unsigned short, max_session_cb_slots, 1);
9144 if (args->bc_attrs.max_reqs > max_bc_slots)
9145 args->bc_attrs.max_reqs = max_bc_slots;
9150 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
9151 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
9152 args->bc_attrs.max_reqs);
9181 struct nfs4_channel_attrs *sent = &args->bc_attrs;
9182 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
9221 memcpy(&session->bc_attrs, &res->bc_attrs,
9222 sizeof(session->bc_attrs));