Searched refs:cpr2 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c3075 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; local
3077 if (cpr2->had_nqe_notify) {
3078 work_done += __bnxt_poll_work(bp, cpr2,
3080 cpr->has_more_work |= cpr2->has_more_work;
3093 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[i]; local
3096 if (cpr2->had_work_done) {
3100 cpr2->had_nqe_notify = 0;
3101 tgl = cpr2->toggle;
3103 db = &cpr2->cp_db;
3106 DB_RING_IDX(db, cpr2
3161 struct bnxt_cp_ring_info *cpr2; local
3812 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; local
3863 struct bnxt_cp_ring_info *cpr, *cpr2; local
4113 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; local
6828 struct bnxt_cp_ring_info *cpr2 = txr->tx_cpr; local
6866 struct bnxt_cp_ring_info *cpr2 = rxr->rx_cpr; local
7016 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; local
13220 struct bnxt_cp_ring_info *cpr2 = &cpr->cp_ring_arr[j]; local
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c1273 u8 cpr2 = quot_frac >> 16; local
1279 serial_icr_write(up, UART_CKS, cpr2);

Completed in 251 milliseconds