Searched refs:bnxt_get_ulp_stat_ctxs (Results 1 – 2 of 2) sorted by relevance
103 int bnxt_get_ulp_stat_ctxs(struct bnxt *bp) in bnxt_get_ulp_stat_ctxs() function
7997 return bp->cp_nr_rings + bnxt_get_ulp_stat_ctxs(bp); in bnxt_get_func_stat_ctxs()8191 if (bnxt_ulp_registered(edev) && hwr.stat > bnxt_get_ulp_stat_ctxs(bp)) in __bnxt_reserve_rings()8192 hwr.stat -= bnxt_get_ulp_stat_ctxs(bp); in __bnxt_reserve_rings()8243 ulp_ctxs = min(resv_ctx, bnxt_get_ulp_stat_ctxs(bp)); in __bnxt_reserve_rings()