Home
last modified time | relevance | path

Searched refs:local_port_id (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx_api.h88 u32 local_port_id[ECORE_LLDP_PORT_ID_STAT_LEN]; member
H A Decore_dcbx.c802 OSAL_MEMCPY(params->lldp_local.local_port_id, p_local->local_port_id, in ecore_dcbx_get_local_lldp_params()
803 OSAL_ARRAY_SIZE(p_local->local_port_id)); in ecore_dcbx_get_local_lldp_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommon_uif.h278 u32_t local_port_id[2]; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3194 ASSERT_STATIC(ARRSIZE(lldp_params->local_port_id) >= ARRSIZE(mcp_dcbx_stat.local_port_id)); in lm_dcbx_lldp_read_params()
3195 … ASSERT_STATIC(sizeof(lldp_params->local_port_id[0]) >= sizeof(mcp_dcbx_stat.local_port_id[0])); in lm_dcbx_lldp_read_params()
3196 for(i=0 ; i< ARRSIZE(mcp_dcbx_stat.local_port_id) ; i++) in lm_dcbx_lldp_read_params()
3198 lldp_params->local_port_id[i] = mcp_dcbx_stat.local_port_id[i]; in lm_dcbx_lldp_read_params()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h814 u32 local_port_id[LOCAL_PORT_ID_STAT_LEN]; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h287 u32 local_port_id[LLDP_PORT_ID_STAT_LEN]; member