Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs.c945 if (!(tuple->CISOffset)) in cs_parse_tuple()
964 tuple->CISOffset, in cs_parse_tuple()
1125 if ((tuple->CISOffset = in cs_get_firstnext_tuple()
1132 tuple->CISOffset = sp->cis[0].cis; in cs_get_firstnext_tuple()
1143 if (tuple->CISOffset == NULL) { in cs_get_firstnext_tuple()
1157 if ((tp = GET_NEXT_TUPLE(tuple->CISOffset, flags)) == NULL) { in cs_get_firstnext_tuple()
1159 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()
1169 if ((tuple->CISOffset = tp) == NULL) { in cs_get_firstnext_tuple()
1186 if ((tp = FIND_LTUPLE_FWD(tuple->CISOffset, in cs_get_firstnext_tuple()
1189 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()
[all …]
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs.h538 cistpl_t *CISOffset; /* CS private */ member