Searched refs:chip_table (Results 1 – 2 of 2) sorted by relevance
831 const struct hpt_chip *chip_table; in hpt37x_init_one() local852 chip_table = &hpt370; in hpt37x_init_one()857 chip_table = &hpt370a; in hpt37x_init_one()862 chip_table = &hpt372; in hpt37x_init_one()875 chip_table = &hpt372a; in hpt37x_init_one()883 chip_table = &hpt302; in hpt37x_init_one()889 chip_table = &hpt371; in hpt37x_init_one()899 chip_table = &hpt374; in hpt37x_init_one()933 if (chip_table == &hpt372a) in hpt37x_init_one()942 if (chip_table == &hpt374) { in hpt37x_init_one()[all …]
268 } chip_table[] = { variable425 r->name = chip_table[ver].name; in do_lance_probe()528 for (lance_version = 1; chip_table[lance_version].id_number; lance_version++) { in lance_probe1()529 if (chip_table[lance_version].id_number == chip_version) in lance_probe1()536 chipname = chip_table[lance_version].name; in lance_probe1()716 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_probe1()775 if (chip_table[lp->chip_version].flags & LANCE_MUST_UNRESET) in lance_open()778 if (chip_table[lp->chip_version].flags & LANCE_ENABLE_AUTOSELECT) { in lance_open()907 (chip_table[lp->chip_version].flags & LANCE_MUST_REINIT_RING)) { in lance_restart()976 if (chip_table[lp->chip_version].flags & LANCE_MUST_PAD) { in lance_start_xmit()[all …]