Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.h48 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member
64 struct lldp_status_params_s *lldp_remote; member
H A Decore_dcbx.c454 ecore_memcpy_from(p_hwfn, p_ptt, p_data->lldp_remote, in ecore_dcbx_copy_mib()
456 prefix_seq_num = p_data->lldp_remote->prefix_seq_num; in ecore_dcbx_copy_mib()
457 suffix_seq_num = p_data->lldp_remote->suffix_seq_num; in ecore_dcbx_copy_mib()
813 p_remote = &p_hwfn->p_dcbx_info->lldp_remote[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_remote_lldp_params()
815 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
818 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
881 data.lldp_remote = p_hwfn->p_dcbx_info->lldp_remote; in ecore_dcbx_read_remote_lldp_mib()
H A Decore_dcbx_api.h167 struct ecore_dcbx_lldp_remote lldp_remote; member