Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.h49 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS]; member
63 struct lldp_config_params_s *lldp_local; member
H A Decore_dcbx_api.h168 struct ecore_dcbx_lldp_local lldp_local; member
H A Decore_dcbx.c797 p_local = &p_hwfn->p_dcbx_info->lldp_local[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_local_lldp_params()
799 OSAL_MEMCPY(params->lldp_local.local_chassis_id, in ecore_dcbx_get_local_lldp_params()
802 OSAL_MEMCPY(params->lldp_local.local_port_id, p_local->local_port_id, in ecore_dcbx_get_local_lldp_params()
863 data.lldp_local = p_hwfn->p_dcbx_info->lldp_local; in ecore_dcbx_read_local_lldp_mib()
865 ecore_memcpy_from(p_hwfn, p_ptt, data.lldp_local, data.addr, data.size); in ecore_dcbx_read_local_lldp_mib()