Lines Matching refs:card_idx
497 static int card_idx; in sundance_probe1() local
625 if (card_idx < MAX_UNITS) { in sundance_probe1()
626 if (media[card_idx] != NULL) { in sundance_probe1()
628 if (strcmp (media[card_idx], "100mbps_fd") == 0 || in sundance_probe1()
629 strcmp (media[card_idx], "4") == 0) { in sundance_probe1()
632 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in sundance_probe1()
633 strcmp (media[card_idx], "3") == 0) { in sundance_probe1()
636 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in sundance_probe1()
637 strcmp (media[card_idx], "2") == 0) { in sundance_probe1()
640 } else if (strcmp (media[card_idx], "10mbps_hd") == 0 || in sundance_probe1()
641 strcmp (media[card_idx], "1") == 0) { in sundance_probe1()
687 card_idx++; in sundance_probe1()