Searched refs:quotas (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dresource_tracker.c398 /*quotas for VFs are initialized in mlx4_slave_cap*/
403 priv->dev.quotas.qp = priv->dev.caps.num_qps - priv->dev.caps.reserved_qps
405 priv->dev.quotas.cq = priv->dev.caps.num_cqs - priv->dev.caps.reserved_cqs;
406 priv->dev.quotas.srq = priv->dev.caps.num_srqs - priv->dev.caps.reserved_srqs;
407 priv->dev.quotas.mtt = priv->dev.caps.num_mtts - priv->dev.caps.reserved_mtts;
408 priv->dev.quotas.mpt = priv->dev.caps.num_mpts - priv->dev.caps.reserved_mrws;
414 priv->dev.quotas.qp = priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[pf];
415 priv->dev.quotas.cq = priv->mfunc.master.res_tracker.res_alloc[RES_CQ].quota[pf];
416 priv->dev.quotas.srq =
418 priv->dev.quotas
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h791 struct mlx4_quotas quotas; member in struct:mlx4_dev

Completed in 81 milliseconds