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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datarilance.c342 static unsigned long lance_probe1( struct net_device *dev, struct lance_addr
396 if (lance_probe1( dev, &lance_addr_list[i] )) {
461 static unsigned long __init lance_probe1( struct net_device *dev, function
478 PROBE_PRINT(( "lance_probe1: testing memory to be accessible\n" ));
482 PROBE_PRINT(( "lance_probe1: testing memory to be writable (1)\n" ));
486 PROBE_PRINT(( "lance_probe1: testing memory to be writable (2)\n" ));
492 PROBE_PRINT(( "lance_probe1: testing ioport to be accessible\n" ));
496 PROBE_PRINT(( "lance_probe1: testing ioport to be writeable\n" ));
502 PROBE_PRINT(( "lance_probe1: testing CSR0 register function (1)\n" ));
511 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);
297 /* Non-zero if lance_probe1() needs to allocate low-memory bounce buffers.
419 result = lance_probe1(dev, ioaddr, 0, 0);
456 static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int options) function

Completed in 105 milliseconds