Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis.c752 #define GET_PREV_LTUPLE(tp) ((tp->prev)?tp->prev:NULL) macro
765 } while ((tp = GET_PREV_LTUPLE(tp)) != NULL); in cis_get_ltuple()
778 ltp = GET_PREV_LTUPLE(ltp); in cis_get_ltuple()
795 } while ((tp = GET_PREV_LTUPLE(tp)) != NULL); in cis_get_ltuple()
807 while ((tp = GET_PREV_LTUPLE(tp)) != NULL) { in cis_get_ltuple()
823 while (((ltp = GET_PREV_LTUPLE(ltp)) != NULL) && in cis_get_ltuple()