Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1079 CW_RET_ON_LINKTARGET_ERROR); in cis_list_create()
1217 if (cis_info->flags & CW_RET_ON_LINKTARGET_ERROR) { in cis_create_cis_chain()
1218 cis_info->flags &= ~CW_RET_ON_LINKTARGET_ERROR; in cis_create_cis_chain()
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h537 #define CW_RET_ON_LINKTARGET_ERROR 0x00000040 /* linktarget invalid */ macro