Searched refs:max_pds (Results 1 – 13 of 13) sorted by relevance
/drivers/infiniband/hw/nes/ |
D | nes_user.h | 60 __u32 max_pds; /* maximum pds allowed for this user process */ member
|
D | nes_verbs.c | 666 uresp.max_pds = nesibdev->max_pd; in nes_alloc_ucontext() 676 nes_ucontext->mmap_wq_offset = uresp.max_pds; in nes_alloc_ucontext()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 60 u32 max_pds; member
|
D | iwch.c | 123 rnicp->attr.max_pds = T3_MAX_NUM_PD - 1; in rnic_init()
|
D | iwch_provider.c | 1178 props->max_pd = dev->attr.max_pds; in iwch_query_device()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 98 int max_pds; member
|
D | fw.c | 610 dev_cap->max_pds = 1 << (field & 0x3f); in mlx4_QUERY_DEV_CAP() 748 dev_cap->max_pds, dev_cap->reserved_pds, dev_cap->reserved_uars); in mlx4_QUERY_DEV_CAP() 750 dev_cap->max_pds, dev_cap->reserved_mgms); in mlx4_QUERY_DEV_CAP()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.h | 160 int max_pds; member
|
D | mthca_cmd.c | 1146 dev_lim->max_pds = 1 << (field & 0x3f); in mthca_QUERY_DEV_LIM() 1225 dev_lim->max_pds, dev_lim->reserved_pds, dev_lim->reserved_uars); in mthca_QUERY_DEV_LIM() 1227 dev_lim->max_pds, dev_lim->reserved_mgms); in mthca_QUERY_DEV_LIM()
|
/drivers/infiniband/hw/amso1100/ |
D | c2_rnic.c | 177 props->max_pd = be32_to_cpu(reply->max_pds); in c2_rnic_query()
|
D | c2_wr.h | 361 __be32 max_pds; member
|
/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 57 module_param_named(max_pds, ib_ipath_max_pds, uint, S_IWUSR | S_IRUGO); 58 MODULE_PARM_DESC(max_pds,
|
/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 58 module_param_named(max_pds, ib_qib_max_pds, uint, S_IRUGO); 59 MODULE_PARM_DESC(max_pds,
|