Searched refs:max_pkeys (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dfw.h58 int max_pkeys; member in struct:mlx4_port_cap
H A Dmlx4_fw.c1196 port_cap->max_pkeys = 1 << (field & 0xf);
1227 port_cap->max_pkeys = 1 << (field & 0xf);
H A Dmlx4_main.c291 dev->phys_caps.pkey_phys_table_len[port] = port_cap->max_pkeys;
296 dev->caps.pkey_table_len[port] = port_cap->max_pkeys;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_cmd.h149 int max_pkeys; member in struct:mthca_dev_lim
H A Dmthca_main.c201 mdev->limits.pkey_table_len = dev_lim->max_pkeys;
H A Dmthca_provider.c113 props->max_pkeys = mdev->limits.pkey_table_len;
H A Dmthca_cmd.c1122 dev_lim->max_pkeys = 1 << (field & 0xf);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c330 u16 *max_pkeys)
343 *max_pkeys = be16_to_cpup((__be16 *)(out_mad->data + 28));
329 mlx5_query_mad_ifc_max_pkeys(struct ib_device *ibdev, u16 *max_pkeys) argument
H A Dmlx5_ib_gsi.c117 const int num_pkeys = pd->device->attrs.max_pkeys;
H A Dmlx5_ib_main.c548 u16 *max_pkeys)
555 return mlx5_query_mad_ifc_max_pkeys(ibdev, max_pkeys);
559 *max_pkeys = mlx5_to_sw_pkey_sz(MLX5_CAP_GEN(mdev,
662 err = mlx5_query_max_pkeys(ibdev, &props->max_pkeys);
2571 dprops->max_pkeys;
2575 dprops->max_pkeys, pprops->gid_tbl_len);
547 mlx5_query_max_pkeys(struct ib_device *ibdev, u16 *max_pkeys) argument
H A Dmlx5_ib.h872 u16 *max_pkeys);
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c500 printf("\tmax_pkeys:\t\t\t%d\n", device_attr.orig_attr.max_pkeys);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h254 __u16 max_pkeys; member in struct:ibv_query_device_resp
H A Dcmd.c108 device_attr->max_pkeys = resp->max_pkeys;
H A Dverbs.h181 uint16_t max_pkeys; member in struct:ibv_device_attr
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h214 __u16 max_pkeys; member in struct:ib_uverbs_query_device_resp
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h329 u16 max_pkeys; member in struct:ib_device_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c465 resp->max_pkeys = attr->max_pkeys;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c555 props->max_pkeys = dev->dev->caps.pkey_table_len[1];
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h28463 uint32_t max_pkeys; member in struct:creq_query_func_resp_sb
[all...]

Completed in 606 milliseconds