Lines Matching refs:cpr
311 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_get_ethtool_stats() local
312 __le64 *hw_stats = (__le64 *)cpr->hw_stats; in bnxt_get_ethtool_stats()
317 buf[j++] = cpr->rx_l4_csum_errors; in bnxt_get_ethtool_stats()
320 le64_to_cpu(cpr->hw_stats->rx_discard_pkts); in bnxt_get_ethtool_stats()
322 le64_to_cpu(cpr->hw_stats->tx_discard_pkts); in bnxt_get_ethtool_stats()
2425 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_rx_loopback() local
2436 &cpr->cp_desc_ring[CP_RING(cp_cons)][CP_IDX(cp_cons)]; in bnxt_rx_loopback()
2457 struct bnxt_cp_ring_info *cpr; in bnxt_poll_loopback() local
2464 cpr = &bnapi->cp_ring; in bnxt_poll_loopback()
2465 raw_cons = cpr->cp_raw_cons; in bnxt_poll_loopback()
2468 txcmp = &cpr->cp_desc_ring[CP_RING(cons)][CP_IDX(cons)]; in bnxt_poll_loopback()
2487 cpr->cp_raw_cons = raw_cons; in bnxt_poll_loopback()