Searched refs:chip_table (Results 1 – 2 of 2) sorted by relevance
833 const struct hpt_chip *chip_table; in hpt37x_init_one() local854 chip_table = &hpt370; in hpt37x_init_one()859 chip_table = &hpt370a; in hpt37x_init_one()864 chip_table = &hpt372; in hpt37x_init_one()877 chip_table = &hpt372a; in hpt37x_init_one()885 chip_table = &hpt302; in hpt37x_init_one()891 chip_table = &hpt371; in hpt37x_init_one()901 chip_table = &hpt374; in hpt37x_init_one()949 if (chip_table == &hpt372a) in hpt37x_init_one()958 if (chip_table == &hpt374) { in hpt37x_init_one()[all …]
268 } chip_table[] = { variable427 r->name = chip_table[ver].name; in do_lance_probe()530 for (lance_version = 1; chip_table[lance_version].id_number; lance_version++) { in lance_probe1()531 if (chip_table[lance_version].id_number == chip_version) in lance_probe1()538 chipname = chip_table[lance_version].name; in lance_probe1()718 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_probe1()777 if (chip_table[lp->chip_version].flags & LANCE_MUST_UNRESET) in lance_open()780 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_open()909 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) { in lance_restart()978 if (chip_table[lp->chip_version].flags & LANCE_MUST_PAD) { in lance_start_xmit()[all …]