Lines Matching refs:card_idx
497 static int card_idx; in sundance_probe1() local
623 if (card_idx < MAX_UNITS) { in sundance_probe1()
624 if (media[card_idx] != NULL) { in sundance_probe1()
626 if (strcmp (media[card_idx], "100mbps_fd") == 0 || in sundance_probe1()
627 strcmp (media[card_idx], "4") == 0) { in sundance_probe1()
630 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in sundance_probe1()
631 strcmp (media[card_idx], "3") == 0) { in sundance_probe1()
634 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in sundance_probe1()
635 strcmp (media[card_idx], "2") == 0) { in sundance_probe1()
638 } else if (strcmp (media[card_idx], "10mbps_hd") == 0 || in sundance_probe1()
639 strcmp (media[card_idx], "1") == 0) { in sundance_probe1()
685 card_idx++; in sundance_probe1()