Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_pd.c72 dev->limits.num_pds, in mthca_init_pd_table()
H A Dmthca_profile.c257 dev->limits.num_pds = MTHCA_NUM_PDS; in mthca_make_profile()
H A Dmthca_dev.h172 int num_pds; member
H A Dmthca_provider.c104 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_pd.c122 return mlx4_bitmap_init(&priv->pd_bitmap, dev->caps.num_pds, in mlx4_init_pd_table()
H A Dmlx4_profile.c246 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_make_profile()
H A Dmlx4_main.c902 dev->caps.num_pds = MLX4_NUM_PDS; in mlx4_slave_cap()
/freebsd/sys/dev/mlx4/
H A Ddevice.h583 int num_pds; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c542 props->max_pd = dev->dev->caps.num_pds - dev->dev->caps.reserved_pds; in mlx4_ib_query_device()