Searched refs:num_uars (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_uar.c59 dev->limits.num_uars,
60 dev->limits.num_uars - 1,
H A Dmthca_profile.c238 dev->limits.num_uars = profile[i].num;
H A Dmthca_dev.h142 int num_uars; member in struct:mthca_limits
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dpd.c287 if (priv->dev.caps.num_uars <= 128) {
289 priv->dev.caps.num_uars);
294 return mlx4_bitmap_init(&priv->uar_table.bitmap, priv->dev.caps.num_uars,
295 priv->dev.caps.num_uars - 1, priv->dev.caps.reserved_uars, 0);
H A Dmlx4_devif_queue.c291 priv->dev.caps.num_uars = dev_cap->uar_size / BASE_PAGE_SIZE;
830 + (priv->dev.caps.num_uars << PAGE_SHIFT);
832 - (priv->dev.caps.num_uars << PAGE_SHIFT);*/
906 init_hca.log_uar_sz = ilog2(priv->dev.caps.num_uars);
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h454 int num_uars; member in struct:mlx4_caps

Completed in 42 milliseconds