Home
last modified time | relevance | path

Searched refs:GET_RX_STATS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1668 #define GET_RX_STATS(reg) \ in nicvf_update_stats() macro
1673 stats->rx_bytes = GET_RX_STATS(RX_OCTS); in nicvf_update_stats()
1674 stats->rx_ucast_frames = GET_RX_STATS(RX_UCAST); in nicvf_update_stats()
1675 stats->rx_bcast_frames = GET_RX_STATS(RX_BCAST); in nicvf_update_stats()
1676 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST); in nicvf_update_stats()
1677 stats->rx_fcs_errors = GET_RX_STATS(RX_FCS); in nicvf_update_stats()
1678 stats->rx_l2_errors = GET_RX_STATS(RX_L2ERR); in nicvf_update_stats()
1679 stats->rx_drop_red = GET_RX_STATS(RX_RED); in nicvf_update_stats()
1680 stats->rx_drop_red_bytes = GET_RX_STATS(RX_RED_OCTS); in nicvf_update_stats()
1681 stats->rx_drop_overrun = GET_RX_STATS(RX_ORU in nicvf_update_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c1664 #define GET_RX_STATS(reg) \ in nicvf_update_stats() macro
1669 stats->rx_bytes = GET_RX_STATS(RX_OCTS); in nicvf_update_stats()
1670 stats->rx_ucast_frames = GET_RX_STATS(RX_UCAST); in nicvf_update_stats()
1671 stats->rx_bcast_frames = GET_RX_STATS(RX_BCAST); in nicvf_update_stats()
1672 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST); in nicvf_update_stats()
1673 stats->rx_fcs_errors = GET_RX_STATS(RX_FCS); in nicvf_update_stats()
1674 stats->rx_l2_errors = GET_RX_STATS(RX_L2ERR); in nicvf_update_stats()
1675 stats->rx_drop_red = GET_RX_STATS(RX_RED); in nicvf_update_stats()
1676 stats->rx_drop_red_bytes = GET_RX_STATS(RX_RED_OCTS); in nicvf_update_stats()
1677 stats->rx_drop_overrun = GET_RX_STATS(RX_ORU in nicvf_update_stats()
[all...]

Completed in 5 milliseconds