Lines Matching refs:regs_buff
495 u64 *regs_buff = data; in hns_ppe_get_stats() local
498 regs_buff[0] = hw_stats->rx_pkts_from_sw; in hns_ppe_get_stats()
499 regs_buff[1] = hw_stats->rx_pkts; in hns_ppe_get_stats()
500 regs_buff[2] = hw_stats->rx_drop_no_bd; in hns_ppe_get_stats()
501 regs_buff[3] = hw_stats->rx_alloc_buf_fail; in hns_ppe_get_stats()
502 regs_buff[4] = hw_stats->rx_alloc_buf_wait; in hns_ppe_get_stats()
503 regs_buff[5] = hw_stats->rx_drop_no_buf; in hns_ppe_get_stats()
504 regs_buff[6] = hw_stats->rx_err_fifo_full; in hns_ppe_get_stats()
506 regs_buff[7] = hw_stats->tx_bd_form_rcb; in hns_ppe_get_stats()
507 regs_buff[8] = hw_stats->tx_pkts_from_rcb; in hns_ppe_get_stats()
508 regs_buff[9] = hw_stats->tx_pkts; in hns_ppe_get_stats()
509 regs_buff[10] = hw_stats->tx_err_fifo_empty; in hns_ppe_get_stats()
510 regs_buff[11] = hw_stats->tx_err_checksum; in hns_ppe_get_stats()