Home
last modified time | relevance | path

Searched refs:reserved_pds (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_pd.c74 dev->limits.reserved_pds); in mthca_init_pd_table()
Dmthca_cmd.h159 int reserved_pds; member
Dmthca_main.c233 mdev->limits.reserved_pds = dev_lim->reserved_pds; in mthca_dev_lim()
Dmthca_dev.h171 int reserved_pds; member
Dmthca_cmd.c1152 dev_lim->reserved_pds = field >> 4; in mthca_QUERY_DEV_LIM()
1233 dev_lim->max_pds, dev_lim->reserved_pds, dev_lim->reserved_uars); in mthca_QUERY_DEV_LIM()
Dmthca_provider.c105 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_pd.c52 hr_dev->caps.reserved_pds, 0); in hns_roce_init_pd_table()
Dhns_roce_device.h689 int reserved_pds; member
Dhns_roce_hw_v1.c1582 caps->reserved_pds = 0; in hns_roce_v1_profile()
Dhns_roce_hw_v2.c1221 caps->reserved_pds = 0; in hns_roce_v2_profile()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dfw.h107 int reserved_pds; member
Dpd.c124 dev->caps.reserved_pds, 0); in mlx4_init_pd_table()
Dfw.c970 dev_cap->reserved_pds = field >> 4; in mlx4_QUERY_DEV_CAP()
1148 dev_cap->max_pds, dev_cap->reserved_pds, dev_cap->reserved_uars); in mlx4_dev_cap_dump()
Dmain.c526 dev->caps.reserved_pds = dev_cap->reserved_pds; in mlx4_dev_cap()
/Linux-v4.19/include/linux/mlx4/
Ddevice.h589 int reserved_pds; member
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c528 props->max_pd = dev->dev->caps.num_pds - dev->dev->caps.reserved_pds; in mlx4_ib_query_device()