Symbol: NIV_STATS_ASSIGN_HI_LO
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
309
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_unicast_frames, sum_64 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
312
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_unicast_bytes, sum_64 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
314
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_multicast_frames, stats.IfHCOutMulticastPkts );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
315
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_multicast_bytes, stats.IfHCOutMulticastOctets );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
317
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_broadcast_frames, stats.IfHCOutBroadcastPkts );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
318
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_broadcast_bytes, stats.IfHCOutBroadcastOctets );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
320
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_frames_discarded, 0 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
322
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->tx_frames_dropped, fw_stats->eth_xstorm_common.client_statistics[LM_CLI_IDX_NDIS].error_drop_pkts);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
325
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_unicast_frames, sum_64 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
328
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_unicast_bytes, sum_64 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
330
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_multicast_frames, stats.IfHCInMulticastPkts );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
331
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_multicast_bytes, stats.IfHCInMulticastOctets );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
333
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_broadcast_frames, stats.IfHCInBroadcastPkts );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
334
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_broadcast_bytes, stats.IfHCInBroadcastOctets );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
336
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_frames_discarded, stats.IfInTTL0Discards +
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_niv.c
340
NIV_STATS_ASSIGN_HI_LO(p_afex_stats->rx_frames_dropped, stats.IfInMBUFDiscards+