Searched refs:CS_MAX_CIS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c1000 bzero((caddr_t)&sp->cis, ((sizeof (cis_info_t)) * CS_MAX_CIS));
1335 for (fn = 0; fn < CS_MAX_CIS; fn++)
1341 bzero((caddr_t)&sp->cis, ((sizeof (cis_info_t)) * CS_MAX_CIS));
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h167 * CS_MAX_CIS defines the number of CIS chains that we hang off the per-socket
174 * CS_MAX_CIS is one greater than CIS_MAX_FUNCTIONS since the CIS parser
188 #define CS_MAX_CIS (CIS_MAX_FUNCTIONS + 1) macro
489 cis_info_t cis[CS_MAX_CIS]; /* CIS information */

Completed in 53 milliseconds