Searched refs:CS_GLOBAL_CIS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c961 * sp->cis[CS_GLOBAL_CIS] - contains CIS list
962 * sp->cis[CS_GLOBAL_CIS].cis_flags - CW_VALID_CIS set
969 * sp->cis[CS_GLOBAL_CIS] - contains global CIS list
970 * sp->cis[CS_GLOBAL_CIS].cis_flags - CW_VALID_CIS set
1009 cis_info = &sp->cis[CS_GLOBAL_CIS];
1124 cistpl_t *gtp = sp->cis[CS_GLOBAL_CIS].cis;
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h170 * CS_GLOBAL_CIS defines the index where the CIS parser puts the first CIS list
175 * puts the global CIS chain on the CS_GLOBAL_CIS function index as
181 * sp->cis[CS_GLOBAL_CIS] - not used
186 * sp->cis[CS_GLOBAL_CIS] - global CIS chain
189 #define CS_GLOBAL_CIS CIS_MAX_FUNCTIONS macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c954 * number is not CS_GLOBAL_CIS that in order for there
1012 * is set to CS_GLOBAL_CIS this function will return CS_NO_CIS.
1016 * is set to CS_GLOBAL_CIS the caller will only get tuples from the
1126 GET_FIRST_LTUPLE(sp->cis[CS_GLOBAL_CIS].cis,
1160 (fn != CS_GLOBAL_CIS)) {
1190 (fn != CS_GLOBAL_CIS)) {
1381 * with: Function Number = CS_GLOBAL_CIS
1447 if ((fn != CS_GLOBAL_CIS) &&
1448 (sp->cis[CS_GLOBAL_CIS].flags & CW_VALID_CIS)) {
1449 cisinfo->Chains += sp->cis[CS_GLOBAL_CIS]
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3086 lsocket = CS_MAKE_SOCKET_NUMBER(socket, CS_GLOBAL_CIS);

Completed in 96 milliseconds