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

/linux-master/drivers/net/ethernet/amd/
H A Datarilance.c338 static unsigned long lance_probe1( struct net_device *dev, struct lance_addr
387 if (lance_probe1( dev, &lance_addr_list[i] )) {
462 static unsigned long __init lance_probe1( struct net_device *dev, function
480 PROBE_PRINT(( "lance_probe1: testing memory to be accessible\n" ));
484 PROBE_PRINT(( "lance_probe1: testing memory to be writable (1)\n" ));
488 PROBE_PRINT(( "lance_probe1: testing memory to be writable (2)\n" ));
494 PROBE_PRINT(( "lance_probe1: testing ioport to be accessible\n" ));
498 PROBE_PRINT(( "lance_probe1: testing ioport to be writeable\n" ));
504 PROBE_PRINT(( "lance_probe1: testing CSR0 register function (1)\n" ));
513 PROBE_PRINT(( "lance_probe1
[all...]
H A Dlance.c38 Get rid of check_region, check kmalloc return in lance_probe1
68 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.
423 result = lance_probe1(dev, ioaddr, 0, 0);
471 static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int options) function

Completed in 171 milliseconds