Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Diwch.h60 u32 max_pds; member
Diwch.c114 rnicp->attr.max_pds = T3_MAX_NUM_PD - 1; in rnic_init()
Diwch_provider.c984 props->max_pd = dev->attr.max_pds; in iwch_query_device()
/drivers/net/ethernet/mellanox/mlx4/
Dfw.h108 int max_pds; member
Dfw.c973 dev_cap->max_pds = 1 << (field & 0x3f); in mlx4_QUERY_DEV_CAP()
1151 dev_cap->max_pds, dev_cap->reserved_pds, dev_cap->reserved_uars); in mlx4_dev_cap_dump()
1153 dev_cap->max_pds, dev_cap->reserved_mgms); in mlx4_dev_cap_dump()
/drivers/infiniband/hw/mthca/
Dmthca_cmd.h160 int max_pds; member
Dmthca_cmd.c1148 dev_lim->max_pds = 1 << (field & 0x3f); in mthca_QUERY_DEV_LIM()
1227 dev_lim->max_pds, dev_lim->reserved_pds, dev_lim->reserved_uars); in mthca_QUERY_DEV_LIM()
1229 dev_lim->max_pds, dev_lim->reserved_mgms); in mthca_QUERY_DEV_LIM()
/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,
/drivers/infiniband/hw/hfi1/
Dverbs.c77 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO);
78 MODULE_PARM_DESC(max_pds,
/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c137 uresp.max_pds = iwdev->max_pd; in i40iw_alloc_ucontext()