Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.h43 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member
59 struct lldp_status_params_s *lldp_remote; member
H A Decore_dcbx.c470 ecore_memcpy_from(p_hwfn, p_ptt, p_data->lldp_remote, in ecore_dcbx_copy_mib()
472 prefix_seq_num = p_data->lldp_remote->prefix_seq_num; in ecore_dcbx_copy_mib()
473 suffix_seq_num = p_data->lldp_remote->suffix_seq_num; in ecore_dcbx_copy_mib()
819 p_remote = &p_hwfn->p_dcbx_info->lldp_remote[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_remote_lldp_params()
821 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
823 sizeof(params->lldp_remote.peer_chassis_id)); in ecore_dcbx_get_remote_lldp_params()
824 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
825 sizeof(params->lldp_remote.peer_port_id)); in ecore_dcbx_get_remote_lldp_params()
885 data.lldp_remote = p_hwfn->p_dcbx_info->lldp_remote; in ecore_dcbx_read_remote_lldp_mib()
H A Decore_dcbx_api.h161 struct ecore_dcbx_lldp_remote lldp_remote; member