Searched refs:lance_probe1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Datarilance.c338 static unsigned long lance_probe1( struct net_device *dev, struct lance_addr
390 if (lance_probe1( dev, &lance_addr_list[i] )) {
466 static unsigned long __init lance_probe1( struct net_device *dev, function
483 PROBE_PRINT(( "lance_probe1: testing memory to be accessible\n" ));
487 PROBE_PRINT(( "lance_probe1: testing memory to be writable (1)\n" ));
491 PROBE_PRINT(( "lance_probe1: testing memory to be writable (2)\n" ));
497 PROBE_PRINT(( "lance_probe1: testing ioport to be accessible\n" ));
501 PROBE_PRINT(( "lance_probe1: testing ioport to be writeable\n" ));
507 PROBE_PRINT(( "lance_probe1: testing CSR0 register function (1)\n" ));
516 PROBE_PRINT(( "lance_probe1
[all...]
H A Dlance.c38 Get rid of check_region, check kmalloc return in lance_probe1
67 static int lance_probe1(struct net_device *dev, int ioaddr, int irq, int options);
296 /* Non-zero if lance_probe1() needs to allocate low-memory bounce buffers.
420 result = lance_probe1(dev, ioaddr, 0, 0);
469 static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int options) function

Completed in 35 milliseconds