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.c3201 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; in __bnxt_poll_cqs()
3219 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; in __bnxt_poll_cqs_done()
3295 cpr2 = &cpr->cp_ring_arr[idx]; in bnxt_poll_p5()
3312 cpr_rx = &cpr->cp_ring_arr[0]; in bnxt_poll_p5()
4025 if (!cpr->cp_ring_arr) in bnxt_free_cp_rings()
4029 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; in bnxt_free_cp_rings()
4035 kfree(cpr->cp_ring_arr); in bnxt_free_cp_rings()
4036 cpr->cp_ring_arr = NULL; in bnxt_free_cp_rings()
4113 cpr->cp_ring_arr = kcalloc(cp_count, sizeof(*cpr), in bnxt_alloc_cp_rings()
4115 if (!cpr->cp_ring_arr) in bnxt_alloc_cp_rings()
[all …]
H A Dbnxt.h1196 struct bnxt_cp_ring_info *cp_ring_arr; member