Home
last modified time | relevance | path

Searched refs:peer_port_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.h79 u32 peer_port_id[ECORE_LLDP_PORT_ID_STAT_LEN]; member
H A Decore_dcbx.c818 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
819 OSAL_ARRAY_SIZE(p_remote->peer_port_id)); in ecore_dcbx_get_remote_lldp_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h805 u32 peer_port_id[REM_PORT_ID_STAT_LEN]; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h296 u32 peer_port_id[LLDP_PORT_ID_STAT_LEN]; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3153 … ASSERT_STATIC(sizeof(lldp_params->remote_port_id[0]) == sizeof(mcp_lldp_params.peer_port_id[0])); in lm_dcbx_lldp_read_params()
3154 ASSERT_STATIC(ARRSIZE(lldp_params->remote_port_id) > ARRSIZE(mcp_lldp_params.peer_port_id)); in lm_dcbx_lldp_read_params()
3155 for(i=0 ; i<ARRSIZE(mcp_lldp_params.peer_port_id) ; i++) in lm_dcbx_lldp_read_params()
3157 lldp_params->remote_port_id[i] = mcp_lldp_params.peer_port_id[i]; in lm_dcbx_lldp_read_params()