Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c212 for (j = 0; j < nqr->cp_ring_count; j++) { in bnge_free_nq_tree()
221 nqr->cp_ring_count = 0; in bnge_free_nq_tree()
296 nqr->cp_ring_count = cp_count; in bnge_alloc_nq_tree()
1034 for (j = 0; j < nqr->cp_ring_count; j++) { in bnge_init_nq_tree()
2150 for (j = 0; j < nqr->cp_ring_count && nqr->cp_ring_arr; j++) in bnge_hwrm_ring_free()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3279 for (i = 0; i < cpr->cp_ring_count; i++) { in __bnxt_poll_cqs()
3297 for (i = 0; i < cpr->cp_ring_count; i++) { in __bnxt_poll_cqs_done()
4149 for (j = 0; j < cpr->cp_ring_count; j++) { in bnxt_free_cp_rings()
4158 cpr->cp_ring_count = 0; in bnxt_free_cp_rings()
4237 cpr->cp_ring_count = cp_count; in bnxt_alloc_cp_rings()
4563 for (j = 0; j < cpr->cp_ring_count; j++) { in bnxt_init_cp_rings()
7642 for (j = 0; j < cpr->cp_ring_count && cpr->cp_ring_arr; j++) in bnxt_hwrm_ring_free()
14117 for (j = 0; j < cpr->cp_ring_count; j++) { in bnxt_dump_cp_sw_state()
14532 for (j = 0; j < cpr->cp_ring_count; j++) { in bnxt_chk_missed_irq()
H A Dbnxt.h1209 int cp_ring_count; member