Searched refs:res_alloc (Results 1 – 3 of 3) sorted by relevance
304 struct resource_allocator *res_alloc = in mlx4_grant_resource() local305 &priv->mfunc.master.res_tracker.res_alloc[res_type]; in mlx4_grant_resource()313 spin_lock(&res_alloc->alloc_lock); in mlx4_grant_resource()315 res_alloc->allocated[(port - 1) * in mlx4_grant_resource()317 res_alloc->allocated[slave]; in mlx4_grant_resource()318 free = (port > 0) ? res_alloc->res_port_free[port - 1] : in mlx4_grant_resource()319 res_alloc->res_free; in mlx4_grant_resource()320 reserved = (port > 0) ? res_alloc->res_port_rsvd[port - 1] : in mlx4_grant_resource()321 res_alloc->res_reserved; in mlx4_grant_resource()322 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource()[all …]
386 size = priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[slave]; in mlx4_QUERY_FUNC_CAP_wrapper()391 size = priv->mfunc.master.res_tracker.res_alloc[RES_SRQ].quota[slave]; in mlx4_QUERY_FUNC_CAP_wrapper()396 size = priv->mfunc.master.res_tracker.res_alloc[RES_CQ].quota[slave]; in mlx4_QUERY_FUNC_CAP_wrapper()420 size = priv->mfunc.master.res_tracker.res_alloc[RES_MPT].quota[slave]; in mlx4_QUERY_FUNC_CAP_wrapper()425 size = priv->mfunc.master.res_tracker.res_alloc[RES_MTT].quota[slave]; in mlx4_QUERY_FUNC_CAP_wrapper()
558 struct resource_allocator res_alloc[MLX4_NUM_OF_RESOURCE_TYPE]; member