Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.h44 struct lldp_config_params_s lldp_local[LLDP_MAX_LLDP_AGENTS]; member
58 struct lldp_config_params_s *lldp_local; member
H A Decore_dcbx.c805 p_local = &p_hwfn->p_dcbx_info->lldp_local[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_local_lldp_params()
807 OSAL_MEMCPY(params->lldp_local.local_chassis_id, in ecore_dcbx_get_local_lldp_params()
809 sizeof(params->lldp_local.local_chassis_id)); in ecore_dcbx_get_local_lldp_params()
810 OSAL_MEMCPY(params->lldp_local.local_port_id, p_local->local_port_id, in ecore_dcbx_get_local_lldp_params()
811 sizeof(params->lldp_local.local_port_id)); in ecore_dcbx_get_local_lldp_params()
867 data.lldp_local = p_hwfn->p_dcbx_info->lldp_local; in ecore_dcbx_read_local_lldp_mib()
869 ecore_memcpy_from(p_hwfn, p_ptt, data.lldp_local, data.addr, data.size); in ecore_dcbx_read_local_lldp_mib()
H A Decore_dcbx_api.h162 struct ecore_dcbx_lldp_local lldp_local; member