Home
last modified time | relevance | path

Searched refs:peer_chassis_id (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx_api.h78 u32 peer_chassis_id[ECORE_LLDP_CHASSIS_ID_STAT_LEN]; member
H A Decore_dcbx.c815 OSAL_MEMCPY(params->lldp_remote.peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
816 p_remote->peer_chassis_id, in ecore_dcbx_get_remote_lldp_params()
817 OSAL_ARRAY_SIZE(p_remote->peer_chassis_id)); in ecore_dcbx_get_remote_lldp_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h803 u32 peer_chassis_id[REM_CHASSIS_ID_STAT_LEN]; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h294 u32 peer_chassis_id[LLDP_CHASSIS_ID_STAT_LEN]; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3146 …ASSERT_STATIC(ARRSIZE(lldp_params->remote_chassis_id) >= ARRSIZE(mcp_lldp_params.peer_chassis_id)); in lm_dcbx_lldp_read_params()
3147 …RT_STATIC(sizeof(lldp_params->remote_chassis_id[0]) == sizeof(mcp_lldp_params.peer_chassis_id[0])); in lm_dcbx_lldp_read_params()
3148 for(i=0 ; i< ARRSIZE(mcp_lldp_params.peer_chassis_id) ; i++) in lm_dcbx_lldp_read_params()
3150 lldp_params->remote_chassis_id[i] = mcp_lldp_params.peer_chassis_id[i]; in lm_dcbx_lldp_read_params()