Lines Matching refs:card_idx
504 static int card_idx; in sundance_probe1() local
632 if (card_idx < MAX_UNITS) { in sundance_probe1()
633 if (media[card_idx] != NULL) { in sundance_probe1()
635 if (strcmp (media[card_idx], "100mbps_fd") == 0 || in sundance_probe1()
636 strcmp (media[card_idx], "4") == 0) { in sundance_probe1()
639 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in sundance_probe1()
640 strcmp (media[card_idx], "3") == 0) { in sundance_probe1()
643 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in sundance_probe1()
644 strcmp (media[card_idx], "2") == 0) { in sundance_probe1()
647 } else if (strcmp (media[card_idx], "10mbps_hd") == 0 || in sundance_probe1()
648 strcmp (media[card_idx], "1") == 0) { in sundance_probe1()
694 card_idx++; in sundance_probe1()