Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c34 return bd->hw_resc.max_stat_ctxs; in bnge_get_max_func_stat_ctxs()
39 unsigned int max_stat_ctxs; in bnge_aux_has_enough_resources() local
41 max_stat_ctxs = bnge_get_max_func_stat_ctxs(bd); in bnge_aux_has_enough_resources()
42 if (max_stat_ctxs <= BNGE_MIN_ROCE_STAT_CTXS || in bnge_aux_has_enough_resources()
43 bd->nq_nr_rings == max_stat_ctxs) in bnge_aux_has_enough_resources()
446 hw_resc->max_stat_ctxs); in _bnge_get_max_rings()
H A Dbnge_resc.h33 u16 max_stat_ctxs; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c157 unsigned int max_stat_ctxs; in bnxt_register_dev() local
167 max_stat_ctxs = bnxt_get_max_func_stat_ctxs(bp); in bnxt_register_dev()
168 if (max_stat_ctxs <= BNXT_MIN_ROCE_STAT_CTXS || in bnxt_register_dev()
169 bp->cp_nr_rings == max_stat_ctxs) { in bnxt_register_dev()