Searched refs:LM_SIGN_EXTEND_VALUE_32 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 121 #define LM_SIGN_EXTEND_VALUE_32( val_current_32, val_prev_64 ) \ macro 1804 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_byte_cnt, mirror->fcoe_tx_byte_cnt); in lm_stats_fw_assign_fcoe_xstorm() 1805 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcoe_tx_pkt_cnt, mirror->fcoe_tx_pkt_cnt); in lm_stats_fw_assign_fcoe_xstorm() 1806 LM_SIGN_EXTEND_VALUE_32(collect->tx_stat.fcp_tx_pkt_cnt, mirror->fcp_tx_pkt_cnt); in lm_stats_fw_assign_fcoe_xstorm() 1815 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat0.fcoe_rx_byte_cnt, mirror->fcoe_rx_byte_cnt); in lm_stats_fw_assign_fcoe_tstorm() 1816 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat0.fcoe_rx_pkt_cnt, mirror->fcoe_rx_pkt_cnt); in lm_stats_fw_assign_fcoe_tstorm() 1819 …LM_SIGN_EXTEND_VALUE_32(collect->rx_stat1.fcoe_rx_drop_pkt_cnt, mirror->fcoe_rx_drop_pkt_cnt_tstor… in lm_stats_fw_assign_fcoe_tstorm() 1820 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat1.fcoe_ver_cnt, mirror->fcoe_ver_cnt); in lm_stats_fw_assign_fcoe_tstorm() 1828 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat2.drop_seq_cnt, mirror->drop_seq_cnt); in lm_stats_fw_assign_fcoe_ustorm() 1829 LM_SIGN_EXTEND_VALUE_32(collect->rx_stat2.eofa_del_cnt, mirror->eofa_del_cnt); in lm_stats_fw_assign_fcoe_ustorm() [all …]
|