Searched refs:lldp_remote (Results 1 – 3 of 3) sorted by relevance
21 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member37 struct lldp_status_params_s *lldp_remote; member
383 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()
139 struct ecore_dcbx_lldp_remote lldp_remote; member