Home
last modified time | relevance | path

Searched refs:max_pds (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/uapi/rdma/
Dnes-abi.h61 __u32 max_pds; /* maximum pds allowed for this user process */ member
Di40iw-abi.h51 __u32 max_pds; /* maximum pds allowed for this user process */ member
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Diwch.h60 u32 max_pds; member
Diwch.c122 rnicp->attr.max_pds = T3_MAX_NUM_PD - 1; in rnic_init()
Diwch_provider.c1078 props->max_pd = dev->attr.max_pds; in iwch_query_device()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dfw.h108 int max_pds; member
Dfw.c972 dev_cap->max_pds = 1 << (field & 0x3f); in mlx4_QUERY_DEV_CAP()
1148 dev_cap->max_pds, dev_cap->reserved_pds, dev_cap->reserved_uars); in mlx4_dev_cap_dump()
1150 dev_cap->max_pds, dev_cap->reserved_mgms); in mlx4_dev_cap_dump()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_cmd.h160 int max_pds; member
Dmthca_cmd.c1154 dev_lim->max_pds = 1 << (field & 0x3f); in mthca_QUERY_DEV_LIM()
1233 dev_lim->max_pds, dev_lim->reserved_pds, dev_lim->reserved_uars); in mthca_QUERY_DEV_LIM()
1235 dev_lim->max_pds, dev_lim->reserved_mgms); in mthca_QUERY_DEV_LIM()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c76 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO);
77 MODULE_PARM_DESC(max_pds,
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_verbs.c60 module_param_named(max_pds, ib_qib_max_pds, uint, S_IRUGO);
61 MODULE_PARM_DESC(max_pds,
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.c558 uresp.max_pds = nesibdev->max_pd; in nes_alloc_ucontext()
568 nes_ucontext->mmap_wq_offset = uresp.max_pds; in nes_alloc_ucontext()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c147 uresp.max_pds = iwdev->max_pd; in i40iw_alloc_ucontext()