Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c511 struct lancer_pport_stats *pport_stats = pport_stats_from_cmd(adapter); in populate_lancer_stats() local
513 be_dws_le_to_cpu(pport_stats, sizeof(*pport_stats)); in populate_lancer_stats()
514 drvs->rx_pause_frames = pport_stats->rx_pause_frames_lo; in populate_lancer_stats()
515 drvs->rx_crc_errors = pport_stats->rx_crc_errors_lo; in populate_lancer_stats()
516 drvs->rx_control_frames = pport_stats->rx_control_frames_lo; in populate_lancer_stats()
517 drvs->rx_in_range_errors = pport_stats->rx_in_range_errors; in populate_lancer_stats()
518 drvs->rx_frame_too_long = pport_stats->rx_frames_too_long_lo; in populate_lancer_stats()
519 drvs->rx_dropped_runt = pport_stats->rx_dropped_runt; in populate_lancer_stats()
520 drvs->rx_ip_checksum_errs = pport_stats->rx_ip_checksum_errors; in populate_lancer_stats()
521 drvs->rx_tcp_checksum_errs = pport_stats->rx_tcp_checksum_errors; in populate_lancer_stats()
[all …]
Dbe_cmds.h959 struct lancer_pport_stats pport_stats; member
966 return &cmd->pport_stats; in pport_stats_from_cmd()