Lines Matching refs:bc_attrs
8917 args->bc_attrs.max_rqst_sz = max_bc_payload;
8918 args->bc_attrs.max_resp_sz = max_bc_payload;
8919 args->bc_attrs.max_resp_sz_cached = 0;
8920 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
8921 args->bc_attrs.max_reqs = max_t(unsigned short, max_session_cb_slots, 1);
8922 if (args->bc_attrs.max_reqs > max_bc_slots)
8923 args->bc_attrs.max_reqs = max_bc_slots;
8928 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
8929 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
8930 args->bc_attrs.max_reqs);
8959 struct nfs4_channel_attrs *sent = &args->bc_attrs;
8960 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
8999 memcpy(&session->bc_attrs, &res->bc_attrs,
9000 sizeof(session->bc_attrs));