Searched refs:lldp_stats (Results 1 – 3 of 3) sorted by relevance
1781 struct lldp_stats_stc lldp_stats; in ecore_lldp_get_stats() local1810 ecore_memcpy_from(p_hwfn, p_ptt, &lldp_stats, addr, sizeof(lldp_stats)); in ecore_lldp_get_stats()1812 p_params->tx_frames = lldp_stats.tx_frames_total; in ecore_lldp_get_stats()1813 p_params->rx_frames = lldp_stats.rx_frames_total; in ecore_lldp_get_stats()1814 p_params->rx_discards = lldp_stats.rx_frames_discarded; in ecore_lldp_get_stats()1815 p_params->rx_age_outs = lldp_stats.rx_age_outs; in ecore_lldp_get_stats()
414 struct lldp_stats_stc lldp_stats[LLDP_MAX_LLDP_AGENTS]; member
1232 struct lldp_stats_stc lldp_stats; member