Searched defs:version (Results 176 - 200 of 481) sorted by path

1234567891011>>

/drivers/net/ethernet/8390/
H A D8390p.c3 static const char version[] = variable
H A Dapne.c114 static const char version[] = variable
217 netdev_info(dev, version);
H A Dax88796.c10 * it under the terms of the GNU General Public License version 2 as
61 static unsigned char version[] = "ax88796.c: Copyright 2005,2007 Simtec Electronics\n"; variable
473 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
H A Detherh.c7 * it under the terms of the GNU General Public License version 2 as
62 static char version[] = variable
513 pr_info("%s", version);
576 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
H A Dhydra.c39 static const char version[] = variable
H A Dmac8390.c44 static char version[] = variable
300 printk_once(KERN_INFO pr_fmt("%s"), version);
H A Dmcf8390.c23 static const char version[] = variable
H A Dne2k-pci.c63 /* These identify the driver base version and may not be removed. */
64 static const char version[] = variable
231 /* when built into the kernel, we only print version if device is found */
235 printk(version);
643 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
729 printk(version);
H A Dsmc-ultra.c36 transfers to avoid a bug in early version of the card that corrupted
57 static const char version[] = variable
238 netdev_info(dev, version);
H A Dwd.c28 static const char version[] = variable
192 netdev_info(dev, version);
211 /* Either 0x01 (dumb) or they've released a new version. */
H A Dzorro8390.c44 static const char version[] = variable
/drivers/net/ethernet/adaptec/
H A Dstarfire.c7 has been heavily modified from Donald's original version.
168 /* These identify the driver base version and may not be removed. */
169 static const char version[] = variable
171 " (unofficial 2.2/2.4 kernel port, version " DRV_VERSION ", " DRV_RELDATE ")\n";
658 /* when built into the kernel, we only print version if device is found */
662 printk(version);
1816 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
2034 printk(version);
/drivers/net/ethernet/alteon/
H A Dacenic.c17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
94 #define ACE_IS_TIGON_I(ap) (ap->version == 1)
428 static const char version[] = variable
483 printk(version);
615 if (ap->version >= 2)
654 if (ap->version >= 2) {
920 ap->version = 1;
937 ap->version = 2;
941 printk(KERN_WARNING " Unsupported Tigon version detecte
[all...]
H A Dacenic.h640 int version, link; member in struct:ace_private
/drivers/net/ethernet/amd/
H A Dam79c961a.c7 * it under the terms of the GNU General Public License version 2 as
44 static const char version[] = variable
657 printk(KERN_INFO "%s", version);
H A Dariadne.c396 u_long version; local
406 /* Check the LANCE version */
408 version = swapw(lance->RDP);
410 version |= swapw(lance->RDP) << 16;
411 if ((version & 0x00000fff) != 0x00000003) {
415 if ((version & 0x0ffff000) != 0x00003000) {
417 (version & 0x0ffff000) >> 12);
422 (version & 0xf0000000) >> 28);
H A Datarilance.c16 Initial version
45 static char version[] = "atarilance.c: v1.3 04/04/96 " variable
630 DPRINTK( 1, ( version ));
H A Ddeclance.c75 static char version[] = variable
1035 printk(version);
H A Dlance.c36 the 2.1 version of the old driver - Alan Cox
45 static const char version[] = "lance.c:v1.16 2006/11/09 dplatt@3do.com, becker@cesdis.gsfc.nasa.gov\n"; variable
262 These are from the datasheets -- in real life the '970 version
478 static int did_version; /* Already printed version info. */
516 /* Get the version of the chip. */
525 printk(" LANCE chip version is %#x.\n", chip_version);
604 } else if (lance_version == PCNET_ISAP) { /* The plug-n-play version. */
726 printk(version);
H A Dpcnet32.c31 static const char *const version = variable
715 strlcpy(info->version, DRV_VERSION, sizeof(info->version));
1575 pr_info(" PCnet chip version is %#x\n", chip_version);
1578 pr_info("Unsupported chip version\n");
1647 pr_info("PCnet version %#x, no PCnet32 chip\n",
2913 pr_info("%s", version);
H A Dsun3lance.c24 static char *version = "sun3lance.c: v1.2 1/12/2001 Sam Creasey (sammy@sammy.net)\n"; variable
407 printk( version );
H A Dsunlance.c111 static char version[] = variable
1283 strlcpy(info->version, "2.02", sizeof(info->version));
1319 printk (KERN_INFO "%s", version);
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h13 * the Free Software Foundation, either version 2 of the License, or (at
14 * your option) any later version.
529 unsigned int version; member in struct:xgbe_hw_features
/drivers/net/ethernet/broadcom/
H A Dbnx2.c74 static char version[] = variable
7016 strlcpy(info->version, DRV_MODULE_VERSION, sizeof(info->version));
7060 regs->version = 0;
8548 pr_info("%s", version);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dump.h7 * under the terms of the GNU General Public License version 2, available
38 u32 version; member in struct:dump_header

Completed in 197 milliseconds

1234567891011>>