Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c86 static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
183 .probe = e1000_probe,
906 * e1000_probe - Device Initialization Routine
912 * e1000_probe initializes an adapter identified by a pci_dev structure.
916 static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent) in e1000_probe() function