Home
last modified time | relevance | path

Searched refs:bnxt_get_ulp_stat_ctxs (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.h113 int bnxt_get_ulp_stat_ctxs(struct bnxt *bp);
H A Dbnxt_ulp.c72 int bnxt_get_ulp_stat_ctxs(struct bnxt *bp) in bnxt_get_ulp_stat_ctxs() function
H A Dbnxt.c7784 return bp->cp_nr_rings + bnxt_get_ulp_stat_ctxs(bp); in bnxt_get_func_stat_ctxs()
7958 if (hwr.stat > bnxt_get_ulp_stat_ctxs(bp)) in __bnxt_reserve_rings()
7959 hwr.stat -= bnxt_get_ulp_stat_ctxs(bp); in __bnxt_reserve_rings()
8001 ulp_ctxs = min(resv_ctx, bnxt_get_ulp_stat_ctxs(bp)); in __bnxt_reserve_rings()