Home
last modified time | relevance | path

Searched refs:peer_port_id (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h805 u32 peer_port_id[REM_PORT_ID_STAT_LEN]; member
/titanic_50/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()