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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h560 uint32_t Chains; /* number of tuple chains in CIS */ member in struct:cisinfo_t
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1384 * cisinfo_t->Chains and cisinfo_t->Tuples members will be set to 0.
1386 * For a multi-function card, cisinfo_t->Chains will contain a count of
1394 * has a CIS, cisinfo_t->Chains will contain a count of the number of
1398 * and the cisinfo_t->Chains and cisinfo_t->Tuples members will be set
1401 * For a multi-function card, cisinfo_t->Chains will contain a count of
1406 * will be returned and the cisinfo_t->Chains and cisinfo_t->Tuples
1412 * or has no CIS, CS_NO_CIS will be returned and the cisinfo_t->Chains
1444 cisinfo->Chains = sp->cis[fn].nchains;
1449 cisinfo->Chains += sp->cis[CS_GLOBAL_CIS].nchains;
1455 cisinfo->Chains
[all...]

Completed in 54 milliseconds