Lines Matching refs:mac_stats
378 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
379 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
390 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
393 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
406 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
409 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
457 (sizeof(sc->sp->mac_stats.mstat_stats.stats_tx) >> 2); in bxe_port_stats_init()
459 (sizeof(sc->sp->mac_stats.mstat_stats.stats_rx) >> 2); in bxe_port_stats_init()
469 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
470 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
481 U64_LO(BXE_SP_MAPPING(sc, mac_stats) + (tx_len << 2)); in bxe_port_stats_init()
483 U64_HI(BXE_SP_MAPPING(sc, mac_stats) + (tx_len << 2)); in bxe_port_stats_init()
631 struct bmac1_stats *new = BXE_SP(sc, mac_stats.bmac1_stats); in bxe_bmac_stats_update()
665 struct bmac2_stats *new = BXE_SP(sc, mac_stats.bmac2_stats); in bxe_bmac_stats_update()
728 struct mstat_stats *new = BXE_SP(sc, mac_stats.mstat_stats); in bxe_mstat_stats_update()
804 struct emac_stats *new = BXE_SP(sc, mac_stats.emac_stats); in bxe_emac_stats_update()