Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/powerpc/
H A Deeh-pci-error-recovery.rst234 which is just pcnet32_close() // in pcnet32.c
252 which calls dev->stop() which is pcnet32_close()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c315 static int pcnet32_close(struct net_device *);
1574 .ndo_stop = pcnet32_close,
2620 static int pcnet32_close(struct net_device *dev) in pcnet32_close() function
2919 pcnet32_close(dev); in pcnet32_pm_suspend()