Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c570 be_dws_le_to_cpu(pport_stats, sizeof(*pport_stats)); in populate_lancer_stats()
572 drvs->rx_crc_errors = pport_stats->rx_crc_errors_lo; in populate_lancer_stats()
576 drvs->rx_dropped_runt = pport_stats->rx_dropped_runt; in populate_lancer_stats()
581 pport_stats->rx_dropped_invalid_tcp_length; in populate_lancer_stats()
586 pport_stats->rx_dropped_header_too_small; in populate_lancer_stats()
589 pport_stats->rx_address_filtered + in populate_lancer_stats()
590 pport_stats->rx_vlan_filtered; in populate_lancer_stats()
593 drvs->tx_pauseframes = pport_stats->tx_pause_frames_lo; in populate_lancer_stats()
595 drvs->jabber_events = pport_stats->rx_jabbers; in populate_lancer_stats()
597 drvs->rx_drops_mtu = pport_stats->rx_drops_mtu_lo; in populate_lancer_stats()
[all …]
A Dbe_cmds.h1004 struct lancer_pport_stats pport_stats; member
1011 return &cmd->pport_stats; in pport_stats_from_cmd()

Completed in 28 milliseconds