Searched refs:CS_MAX_CIS (Results 1 – 2 of 2) sorted by relevance
188 #define CS_MAX_CIS (CIS_MAX_FUNCTIONS + 1) macro489 cis_info_t cis[CS_MAX_CIS]; /* CIS information */
1000 bzero((caddr_t)&sp->cis, ((sizeof (cis_info_t)) * CS_MAX_CIS)); in cis_list_create()1335 for (fn = 0; fn < CS_MAX_CIS; fn++) in cis_list_destroy()1341 bzero((caddr_t)&sp->cis, ((sizeof (cis_info_t)) * CS_MAX_CIS)); in cis_list_destroy()