Searched refs:max_pds (Results 1 – 10 of 10) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
D | iwch.h | 60 u32 max_pds; member
|
D | iwch.c | 114 rnicp->attr.max_pds = T3_MAX_NUM_PD - 1; in rnic_init()
|
D | iwch_provider.c | 984 props->max_pd = dev->attr.max_pds; in iwch_query_device()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 108 int max_pds; member
|
D | fw.c | 973 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/ |
D | mthca_cmd.h | 160 int max_pds; member
|
D | mthca_cmd.c | 1148 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/ |
D | qib_verbs.c | 60 module_param_named(max_pds, ib_qib_max_pds, uint, S_IRUGO); 61 MODULE_PARM_DESC(max_pds,
|
/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 77 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO); 78 MODULE_PARM_DESC(max_pds,
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 137 uresp.max_pds = iwdev->max_pd; in i40iw_alloc_ucontext()
|