Searched refs:num_uars (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/infiniband/hw/mthca/ |
| D | mthca_uar.c | 59 dev->limits.num_uars, in mthca_init_uar_table() 60 dev->limits.num_uars - 1, in mthca_init_uar_table()
|
| D | mthca_profile.c | 234 dev->limits.num_uars = profile[i].num; in mthca_make_profile()
|
| D | mthca_dev.h | 142 int num_uars; member
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | pd.c | 279 if (dev->caps.num_uars <= num_reserved_uar) { in mlx4_init_uar_table() 282 dev->caps.num_uars, num_reserved_uar); in mlx4_init_uar_table() 288 dev->caps.num_uars, dev->caps.num_uars - 1, in mlx4_init_uar_table()
|
| D | main.c | 502 dev->caps.num_uars = dev_cap->uar_size / PAGE_SIZE; in mlx4_dev_cap() 1028 if (dev->caps.uar_page_size * (dev->caps.num_uars - in mlx4_slave_cap() 1033 dev->caps.uar_page_size * dev->caps.num_uars, in mlx4_slave_cap() 1890 (dev->caps.num_uars << PAGE_SHIFT); in map_bf_area() 1892 (dev->caps.num_uars << PAGE_SHIFT); in map_bf_area() 2349 init_hca->log_uar_sz = ilog2(dev->caps.num_uars) + in mlx4_init_hca() 2353 init_hca->log_uar_sz = ilog2(dev->caps.num_uars); in mlx4_init_hca()
|
| /Linux-v5.10/drivers/infiniband/hw/hns/ |
| D | hns_roce_pd.c | 131 hr_dev->caps.num_uars, in hns_roce_init_uar_table() 132 hr_dev->caps.num_uars - 1, in hns_roce_init_uar_table()
|
| D | hns_roce_device.h | 762 int num_uars; member
|
| D | hns_roce_hw_v2.c | 1793 caps->num_uars = HNS_ROCE_V2_UAR_NUM; in set_default_caps() 2061 caps->num_uars = 1 << roce_get_field(resp_d->num_uars_rsv_pds, in hns_roce_query_pf_caps()
|
| D | hns_roce_hw_v1.c | 1461 caps->num_uars = HNS_ROCE_V1_UAR_NUM; in hns_roce_v1_profile()
|
| /Linux-v5.10/include/linux/mlx4/ |
| D | device.h | 550 int num_uars; member
|
| /Linux-v5.10/drivers/infiniband/hw/mlx4/ |
| D | main.c | 1174 dev->dev->caps.num_uars, in mlx4_ib_mmap()
|