Home
last modified time | relevance | path

Searched refs:max_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Dcper-x86.c209 u8 max_ops = (err_type == ERR_TYPE_CACHE) ? 9 : 7; in print_err_info() local
212 op < max_ops ? ia_check_op_strs[op] : "unknown"); in print_err_info()
/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h252 __u32 max_ops; member
/Linux-v4.19/fs/nfs/
Dnfs4proc.c8266 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()
8273 args->fc_attrs.max_ops, args->fc_attrs.max_reqs); in nfs4_init_channel_attrs()
8279 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; in nfs4_init_channel_attrs()
8286 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, in nfs4_init_channel_attrs()
8304 if (rcvd->max_ops < sent->max_ops) in nfs4_verify_fore_channel_attrs()
8327 if (rcvd->max_ops > sent->max_ops) in nfs4_verify_back_channel_attrs()
Dnfs4xdr.c1858 *p++ = cpu_to_be32(args->fc_attrs.max_ops); /* max operations */ in encode_create_session()
1867 *p++ = cpu_to_be32(args->bc_attrs.max_ops); /* max operations */ in encode_create_session()
5808 attrs->max_ops = be32_to_cpup(p++); in decode_chan_attrs()
/Linux-v4.19/include/linux/
Dnfs_xdr.h191 u32 max_ops; member
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c4084 resp.tm_caps.max_ops = attr.tm_caps.max_ops; in ib_uverbs_ex_query_device()
/Linux-v4.19/include/rdma/
Dib_verbs.h305 u32 max_ops; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c946 props->tm_caps.max_ops = in mlx5_ib_query_device()