Home
last modified time | relevance | path

Searched refs:chip_info_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.c367 static struct velocity_info_tbl chip_info_table[] = { variable
389 { .compatible = "via,velocity-vt6110", .data = &chip_info_table[0] },
404 for (i = 0; chip_info_table[i].name != NULL; i++) in get_chip_name()
405 if (chip_info_table[i].chip_id == chip_id) in get_chip_name()
407 return chip_info_table[i].name; in get_chip_name()
2923 &chip_info_table[ent->driver_data]; in velocity_pci_probe()