Searched refs:max_pds (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/uapi/rdma/ |
D | nes-abi.h | 61 __u32 max_pds; /* maximum pds allowed for this user process */ member
|
D | i40iw-abi.h | 51 __u32 max_pds; /* maximum pds allowed for this user process */ member
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 60 u32 max_pds; member
|
D | iwch.c | 122 rnicp->attr.max_pds = T3_MAX_NUM_PD - 1; in rnic_init()
|
D | iwch_provider.c | 1078 props->max_pd = dev->attr.max_pds; in iwch_query_device()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 108 int max_pds; member
|
D | fw.c | 972 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/ |
D | mthca_cmd.h | 160 int max_pds; member
|
D | mthca_cmd.c | 1154 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/ |
D | verbs.c | 76 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO); 77 MODULE_PARM_DESC(max_pds,
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 60 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/ |
D | nes_verbs.c | 558 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/ |
D | i40iw_verbs.c | 147 uresp.max_pds = iwdev->max_pd; in i40iw_alloc_ucontext()
|