Searched refs:CISP_CIS_GET_LTUPLE (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/pcmcia/sys/ |
H A D | cs_priv.h | 731 #define GET_NEXT_TUPLE(tp, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 734 #define GET_PREV_TUPLE(tp, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 737 #define GET_FIRST_LTUPLE(tp, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 740 #define GET_LAST_LTUPLE(tp, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 743 #define FIND_LTUPLE_FWD(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 746 #define FIND_LTUPLE_BACK(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 749 #define FIND_NEXT_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ 752 #define FIND_PREV_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \
|
H A D | cis.h | 55 #define CISP_CIS_GET_LTUPLE 0x04 /* get a tuple */ macro
|
/titanic_50/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 191 case CISP_CIS_GET_LTUPLE: { in CISParser()
|