Searched refs:lldp_stats (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c1783 struct lldp_stats_stc lldp_stats; local
1812 ecore_memcpy_from(p_hwfn, p_ptt, &lldp_stats, addr, sizeof(lldp_stats));
1814 p_params->tx_frames = lldp_stats.tx_frames_total;
1815 p_params->rx_frames = lldp_stats.rx_frames_total;
1816 p_params->rx_discards = lldp_stats.rx_frames_discarded;
1817 p_params->rx_age_outs = lldp_stats.rx_age_outs;
H A Dmcp_private.h416 struct lldp_stats_stc lldp_stats[LLDP_MAX_LLDP_AGENTS]; member in struct:private_port
H A Dmcp_public.h1234 struct lldp_stats_stc lldp_stats; member in union:drv_union_data

Completed in 78 milliseconds