Home
last modified time | relevance | path

Searched refs:cp_ring_arr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3302 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; in __bnxt_poll_cqs()
3320 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; in __bnxt_poll_cqs_done()
3396 cpr2 = &cpr->cp_ring_arr[idx]; in bnxt_poll_p5()
3413 cpr_rx = &cpr->cp_ring_arr[0]; in bnxt_poll_p5()
4235 if (!cpr->cp_ring_arr) in bnxt_free_cp_rings()
4239 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; in bnxt_free_cp_rings()
4245 kfree(cpr->cp_ring_arr); in bnxt_free_cp_rings()
4246 cpr->cp_ring_arr = NULL; in bnxt_free_cp_rings()
4323 cpr->cp_ring_arr = kzalloc_objs(*cpr, cp_count); in bnxt_alloc_cp_rings()
4324 if (!cpr->cp_ring_arr) in bnxt_alloc_cp_rings()
[all …]
H A Dbnxt.h1225 struct bnxt_cp_ring_info *cp_ring_arr; member