Searched full:max_pds (Results 1 – 7 of 7) sorted by relevance
| /linux/include/uapi/rdma/ |
| H A D | irdma-abi.h | 41 __u32 max_pds; 38 __u32 max_pds; global() member
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | fw.h | 108 int max_pds; member
|
| H A D | fw.c | 976 dev_cap->max_pds = 1 << (field & 0x3f); in mlx4_QUERY_DEV_CAP() 1154 dev_cap->max_pds, dev_cap->reserved_pds, dev_cap->reserved_uars); in mlx4_dev_cap_dump() 1156 dev_cap->max_pds, dev_cap->reserved_mgms); in mlx4_dev_cap_dump()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.h | 160 int max_pds; member
|
| H A 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()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | verbs.c | 36 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO); 37 MODULE_PARM_DESC(max_pds,
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.c | 322 uresp.max_pds = iwdev->rf->sc_dev.hw_attrs.max_hw_pds; in irdma_alloc_ucontext()
|