Searched refs:pport_stats (Results 1 – 2 of 2) sorted by relevance
569 be_dws_le_to_cpu(pport_stats, sizeof(*pport_stats)); in populate_lancer_stats()571 drvs->rx_crc_errors = pport_stats->rx_crc_errors_lo; in populate_lancer_stats()575 drvs->rx_dropped_runt = pport_stats->rx_dropped_runt; in populate_lancer_stats()580 pport_stats->rx_dropped_invalid_tcp_length; in populate_lancer_stats()585 pport_stats->rx_dropped_header_too_small; in populate_lancer_stats()588 pport_stats->rx_address_filtered + in populate_lancer_stats()589 pport_stats->rx_vlan_filtered; in populate_lancer_stats()592 drvs->tx_pauseframes = pport_stats->tx_pause_frames_lo; in populate_lancer_stats()594 drvs->jabber_events = pport_stats->rx_jabbers; in populate_lancer_stats()596 drvs->rx_drops_mtu = pport_stats->rx_drops_mtu_lo; in populate_lancer_stats()[all …]
1004 struct lancer_pport_stats pport_stats; member1011 return &cmd->pport_stats; in pport_stats_from_cmd()