Symbol: LM_STATS_HI_LO_TO_64
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3050
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_bytes_received, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3067
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_bytes_transmitted, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3084
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_unicast_packets_received, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3101
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_multicast_packets_received, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3118
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_broadcast_packets_received, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3135
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_unicast_packets_transmitted, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3152
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_multicast_packets_transmitted, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3169
val+= LM_STATS_HI_LO_TO_64(mcp_func_base->total_broadcast_packets_transmitted, val_base);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3335
LM_STATS_HI_LO_TO_64( mcp_port->mac_stx[i]._mcp_field, stats_hw->macs[i]._hw_field ) ;\
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3401
LM_STATS_HI_LO_TO_64( mcp_port->brb_drop, stats_hw->nig.brb_discard ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3403
LM_STATS_HI_LO_TO_64( mcp_port->pfc_frames_tx, stats_hw->macs->stats_tx.tx_stat_pfcPacketCounter );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3404
LM_STATS_HI_LO_TO_64( mcp_port->pfc_frames_rx, stats_hw->macs->stats_rx.rx_stat_pfcPacketCounter );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3406
LM_STATS_HI_LO_TO_64( mcp_port->eee_lpi_count, stats_hw->misc.tx_lpi_count);