Searched refs:LM_STATS_PMF_TO_FROM (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 3328 #define LM_STATS_PMF_TO_FROM( _mcp_field, _hw_field, _b_is_to ) \ in lm_stats_port_to_from() macro 3341 …LM_STATS_PMF_TO_FROM( rx_stat_dot3statsfcserrors, stats_rx.rx_stat_dot3statsfcse… in lm_stats_port_to_from() 3342 …LM_STATS_PMF_TO_FROM( rx_stat_dot3statsalignmenterrors, stats_rx.rx_stat_dot3statsalig… in lm_stats_port_to_from() 3343 …LM_STATS_PMF_TO_FROM( rx_stat_dot3statscarriersenseerrors, stats_rx.rx_stat_dot3statscarr… in lm_stats_port_to_from() 3344 …LM_STATS_PMF_TO_FROM( rx_stat_etherstatsundersizepkts, stats_rx.rx_stat_etherstatsund… in lm_stats_port_to_from() 3349 …LM_STATS_PMF_TO_FROM( rx_stat_xonpauseframesreceived, stats_rx.rx_stat_xonpauseframe… in lm_stats_port_to_from() 3350 …LM_STATS_PMF_TO_FROM( rx_stat_xoffpauseframesreceived, stats_rx.rx_stat_xoffpausefram… in lm_stats_port_to_from() 3351 …LM_STATS_PMF_TO_FROM( tx_stat_outxonsent, stats_tx.tx_stat_outxonsent, … in lm_stats_port_to_from() 3352 …LM_STATS_PMF_TO_FROM( tx_stat_outxoffsent, stats_tx.tx_stat_outxoffsent, … in lm_stats_port_to_from() 3353 …LM_STATS_PMF_TO_FROM( tx_stat_dot3statssinglecollisionframes, stats_tx.tx_stat_dot3statssing… in lm_stats_port_to_from() [all …]
|