Home
last modified time | relevance | path

Searched refs:curcard (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/tokenring/
Dmadgemc.c676 struct card_info *curcard = tp->tmspriv; in madgemc_mcaproc() local
680 if (curcard) { in madgemc_mcaproc()
681 len += sprintf(buf+len, "Card Revision: %d\n", curcard->cardrev); in madgemc_mcaproc()
682 len += sprintf(buf+len, "RAM Size: %dkb\n", curcard->ramsize); in madgemc_mcaproc()
683 len += sprintf(buf+len, "Cable type: %s\n", (curcard->cabletype)?"STP/DB9":"UTP/RJ-45"); in madgemc_mcaproc()
684 len += sprintf(buf+len, "Configured ring speed: %dMb/sec\n", (curcard->ringspeed)?16:4); in madgemc_mcaproc()
689 len += sprintf(buf+len, "Arbitration Level: %d\n", curcard->arblevel); in madgemc_mcaproc()
691 switch(curcard->burstmode) { in madgemc_mcaproc()
697 len += sprintf(buf+len, " (%s)\n", (curcard->fairness)?"Unfair":"Fair"); in madgemc_mcaproc()