Searched refs:lldp_remote (Results 1 – 3 of 3) sorted by relevance
48 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member64 struct lldp_status_params_s *lldp_remote; member
454 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()
167 struct ecore_dcbx_lldp_remote lldp_remote; member