Lines Matching refs:mac_stats
376 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
377 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
388 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
391 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
404 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
407 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats) + in bxe_port_stats_init()
455 (sizeof(sc->sp->mac_stats.mstat_stats.stats_tx) >> 2); in bxe_port_stats_init()
457 (sizeof(sc->sp->mac_stats.mstat_stats.stats_rx) >> 2); in bxe_port_stats_init()
467 dmae->dst_addr_lo = U64_LO(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
468 dmae->dst_addr_hi = U64_HI(BXE_SP_MAPPING(sc, mac_stats)); in bxe_port_stats_init()
479 U64_LO(BXE_SP_MAPPING(sc, mac_stats) + (tx_len << 2)); in bxe_port_stats_init()
481 U64_HI(BXE_SP_MAPPING(sc, mac_stats) + (tx_len << 2)); in bxe_port_stats_init()
629 struct bmac1_stats *new = BXE_SP(sc, mac_stats.bmac1_stats); in bxe_bmac_stats_update()
663 struct bmac2_stats *new = BXE_SP(sc, mac_stats.bmac2_stats); in bxe_bmac_stats_update()
726 struct mstat_stats *new = BXE_SP(sc, mac_stats.mstat_stats); in bxe_mstat_stats_update()
802 struct emac_stats *new = BXE_SP(sc, mac_stats.emac_stats); in bxe_emac_stats_update()