Lines Matching defs:s
103 /* Ramit : Here's a tip, don't do a RXD immediately followed by an RXE
494 printf("link now %s mbps, %s duplex and up.\n",
626 dprintf(("start %s\n", name))
647 printf("%s failed! (0x%hX & 0x%hX)\n", name, status, fail);
649 printf("run_bist %s timed out! (%hX)\n", name, status);
650 dprintf(("done %s in %d loops\n", name, loops));
675 /* return true if there's an ethernet packet ready to read */
719 unsigned int s, /* size */
735 memcpy(txb + ETH_HLEN, p, s);
736 s += ETH_HLEN;
737 s &= 0x0FFF;
738 while (s < ETH_ZLEN)
739 txb[s++] = '\0';
749 cmdsts |= cpu_to_le32(CMDSTS_OWN | s);
809 PROBE - Look for an adapter, this routine's visible to the outside
824 printf("ns83820.c: Found %s, vendor=0x%hX, device=0x%hX\n",
865 printf("%s: detected 64 bit PCI data bus.\n", pci->name);
869 ("%s: EEPROM did not enable 64 bit bus. Disabled.\n",
900 dprintf(("%s: enabling optical transceiver\n", pci->name));
921 dprintf(("%s: resetting phy\n", pci->name));
962 /* Ramit : Be sure to turn on RXCFG_ARP if VLAN's are enabled, since
987 dprintf(("%s: using 64 bit addressing.\n", pci->name));
990 dprintf(("%s: DP83820 %d.%d: %! io=0x%hX\n",