Home
last modified time | relevance | path

Searched refs:lan_stats (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c264 struct ecore_eth_stats lan_stats; in qede_get_mcp_proto_stats() local
267 ecore_get_vport_stats(edev, &lan_stats); in qede_get_mcp_proto_stats()
270 stats->lan_stats.ucast_rx_pkts = lan_stats.common.rx_ucast_pkts; in qede_get_mcp_proto_stats()
271 stats->lan_stats.ucast_tx_pkts = lan_stats.common.tx_ucast_pkts; in qede_get_mcp_proto_stats()
273 stats->lan_stats.fcs_err = -1; in qede_get_mcp_proto_stats()
H A Decore_mcp_api.h173 struct ecore_mcp_lan_stats lan_stats; member
H A Dmcp_public.h1223 struct lan_stats_stc lan_stats; member