Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2734 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[i]; in __bnxt_poll_cqs()
2736 if (cpr2) { in __bnxt_poll_cqs()
2737 work_done += __bnxt_poll_work(bp, cpr2, in __bnxt_poll_cqs()
2739 cpr->has_more_work |= cpr2->has_more_work; in __bnxt_poll_cqs()
2752 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[i]; in __bnxt_poll_cqs_done()
2755 if (cpr2 && cpr2->had_work_done) { in __bnxt_poll_cqs_done()
2756 db = &cpr2->cp_db; in __bnxt_poll_cqs_done()
2758 RING_CMP(cpr2->cp_raw_cons), db->doorbell); in __bnxt_poll_cqs_done()
2759 cpr2 in __bnxt_poll_cqs_done()
2733 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[i]; __bnxt_poll_cqs() local
2751 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[i]; __bnxt_poll_cqs_done() local
2807 struct bnxt_cp_ring_info *cpr2; bnxt_poll_p5() local
3442 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[j]; bnxt_free_cp_rings() local
3521 struct bnxt_cp_ring_info *cpr2 = bnxt_alloc_cp_rings() local
3531 struct bnxt_cp_ring_info *cpr2 = bnxt_alloc_cp_rings() local
3723 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[j]; bnxt_init_cp_rings() local
5926 struct bnxt_cp_ring_info *cpr, *cpr2; bnxt_hwrm_ring_alloc() local
5967 struct bnxt_cp_ring_info *cpr2; bnxt_hwrm_ring_alloc() local
6117 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[j]; bnxt_hwrm_ring_free() local
11991 struct bnxt_cp_ring_info *cpr2 = cpr->cp_ring_arr[j]; bnxt_chk_missed_irq() local
[all...]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h115 u16 cpr2; /* Timer2 Capture Register */ member
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c1194 u8 cpr2 = quot_frac >> 16; in pci_oxsemi_tornado_set_divisor() local
1200 serial_icr_write(up, UART_CKS, cpr2); in pci_oxsemi_tornado_set_divisor()