chip_info_table   357 drivers/net/ethernet/via/via-velocity.c static struct velocity_info_tbl chip_info_table[] = {
chip_info_table   379 drivers/net/ethernet/via/via-velocity.c 	{ .compatible = "via,velocity-vt6110", .data = &chip_info_table[0] },
chip_info_table   394 drivers/net/ethernet/via/via-velocity.c 	for (i = 0; chip_info_table[i].name != NULL; i++)
chip_info_table   395 drivers/net/ethernet/via/via-velocity.c 		if (chip_info_table[i].chip_id == chip_id)
chip_info_table   397 drivers/net/ethernet/via/via-velocity.c 	return chip_info_table[i].name;
chip_info_table  2907 drivers/net/ethernet/via/via-velocity.c 					&chip_info_table[ent->driver_data];