Searched refs:stat_udma (Results 1 – 2 of 2) sorted by relevance
4244 stats->rfw_out_rx_pkt = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].rfw_out_rx_pkt); in al_eth_ec_stat_udma_get()4245 stats->rfw_out_drop = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].rfw_out_drop); in al_eth_ec_stat_udma_get()4246 stats->msw_in_rx_pkt = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_in_rx_pkt); in al_eth_ec_stat_udma_get()4247 stats->msw_drop_q_full = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_drop_q_full); in al_eth_ec_stat_udma_get()4248 stats->msw_drop_sop = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_drop_sop); in al_eth_ec_stat_udma_get()4249 stats->msw_drop_eop = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_drop_eop); in al_eth_ec_stat_udma_get()4250 stats->msw_wr_eop = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_wr_eop); in al_eth_ec_stat_udma_get()4251 stats->msw_out_rx_pkt = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].msw_out_rx_pkt); in al_eth_ec_stat_udma_get()4252 stats->tso_no_tso_pkt = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].tso_no_tso_pkt); in al_eth_ec_stat_udma_get()4253 stats->tso_tso_pkt = al_reg_read32(&adapter->ec_regs_base->stat_udma[idx].tso_tso_pkt); in al_eth_ec_stat_udma_get()[all …]
1018 struct al_ec_stat_udma stat_udma[4]; /* [0x1300] */ member