Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx.h21 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member
37 struct lldp_status_params_s *lldp_remote; member
H A Decore_dcbx.c383 ecore_memcpy_from(p_hwfn, p_ptt, p_data->lldp_remote, in ecore_dcbx_copy_mib()
385 prefix_seq_num = p_data->lldp_remote->prefix_seq_num; in ecore_dcbx_copy_mib()
386 suffix_seq_num = p_data->lldp_remote->suffix_seq_num; in ecore_dcbx_copy_mib()
705 p_remote = &p_hwfn->p_dcbx_info->lldp_remote[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_remote_lldp_params()
707 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
709 sizeof(params->lldp_remote.peer_chassis_id)); in ecore_dcbx_get_remote_lldp_params()
710 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
711 sizeof(params->lldp_remote.peer_port_id)); in ecore_dcbx_get_remote_lldp_params()
771 data.lldp_remote = p_hwfn->p_dcbx_info->lldp_remote; in ecore_dcbx_read_remote_lldp_mib()
H A Decore_dcbx_api.h139 struct ecore_dcbx_lldp_remote lldp_remote; member