Searched refs:peer_chassis_id (Results 1 – 5 of 5) sorted by relevance
78 u32 peer_chassis_id[ECORE_LLDP_CHASSIS_ID_STAT_LEN]; member
815 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()
803 u32 peer_chassis_id[REM_CHASSIS_ID_STAT_LEN]; member
294 u32 peer_chassis_id[LLDP_CHASSIS_ID_STAT_LEN]; member
3146 …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()