Home
last modified time | relevance | path

Searched refs:mcp_port (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c3288 host_port_stats_t* mcp_port = NULL ; in lm_stats_port_to_from() local
3293 mcp_port = &pdev->vars.stats.stats_mirror.stats_mcp_port ; in lm_stats_port_to_from()
3331 … LM_STATS_64_TO_HI_LO( stats_hw->macs[i]._hw_field, mcp_port->mac_stx[i]._mcp_field );\ in lm_stats_port_to_from()
3335 … LM_STATS_HI_LO_TO_64( mcp_port->mac_stx[i]._mcp_field, stats_hw->macs[i]._hw_field ) ;\ in lm_stats_port_to_from()
3392 LM_STATS_64_TO_HI_LO( stats_hw->nig.brb_discard, mcp_port->brb_drop ) ; in lm_stats_port_to_from()
3394 …LM_STATS_64_TO_HI_LO( stats_hw->macs->stats_tx.tx_stat_pfcPacketCounter, mcp_port->pfc_frames_tx ); in lm_stats_port_to_from()
3395 …LM_STATS_64_TO_HI_LO( stats_hw->macs->stats_rx.rx_stat_pfcPacketCounter, mcp_port->pfc_frames_rx ); in lm_stats_port_to_from()
3397 LM_STATS_64_TO_HI_LO( stats_hw->misc.tx_lpi_count, mcp_port->eee_lpi_count); in lm_stats_port_to_from()
3401 LM_STATS_HI_LO_TO_64( mcp_port->brb_drop, stats_hw->nig.brb_discard ) ; in lm_stats_port_to_from()
3403 …LM_STATS_HI_LO_TO_64( mcp_port->pfc_frames_tx, stats_hw->macs->stats_tx.tx_stat_pfcPacketCounter ); in lm_stats_port_to_from()
[all …]