Home
last modified time | relevance | path

Searched refs:num_pds (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_pd.c72 dev->limits.num_pds, in mthca_init_pd_table()
HDmthca_profile.c261 dev->limits.num_pds = MTHCA_NUM_PDS; in mthca_make_profile()
HDmthca_dev.h170 int num_pds; member
HDmthca_provider.c105 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device()
/NextBSD/sys/dev/ifmlx4/
HDpd.c122 return mlx4_bitmap_init(&priv->pd_bitmap, dev->caps.num_pds, in mlx4_init_pd_table()
HDprofile.c245 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_make_profile()
HDmain.c1018 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_slave_cap()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDpd.c122 return mlx4_bitmap_init(&priv->pd_bitmap, dev->caps.num_pds, in mlx4_init_pd_table()
HDprofile.c245 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_make_profile()
HDmain.c1016 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_slave_cap()
/NextBSD/sys/ofed/include/linux/mlx4/
HDdevice.h492 int num_pds; member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c250 props->max_pd = dev->dev->caps.num_pds - dev->dev->caps.reserved_pds; in mlx4_ib_query_device()