Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c569 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 …]
H A Dbe_cmds.h1004 struct lancer_pport_stats pport_stats; member
1011 return &cmd->pport_stats; in pport_stats_from_cmd()