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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.h45 struct lldp_status_params_s lldp_remote[LLDP_MAX_LLDP_AGENTS]; member in struct:ecore_dcbx_info
61 struct lldp_status_params_s *lldp_remote; member in struct:ecore_dcbx_mib_meta_data
H A Decore_dcbx_api.h163 struct ecore_dcbx_lldp_remote lldp_remote; member in struct:ecore_dcbx_get
H A Decore_dcbx.c472 ecore_memcpy_from(p_hwfn, p_ptt, p_data->lldp_remote,
474 prefix_seq_num = p_data->lldp_remote->prefix_seq_num;
475 suffix_seq_num = p_data->lldp_remote->suffix_seq_num;
821 p_remote = &p_hwfn->p_dcbx_info->lldp_remote[LLDP_NEAREST_BRIDGE];
823 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id,
825 sizeof(params->lldp_remote.peer_chassis_id));
826 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id,
827 sizeof(params->lldp_remote.peer_port_id));
887 data.lldp_remote = p_hwfn->p_dcbx_info->lldp_remote;
[all...]

Completed in 28 milliseconds