Lines Matching defs:s

13   the Linux tulip driver supports because Donald Becker's Linux media 
16 Based on Ken Yap's Tulip Etherboot Driver and Donald Becker's
23 chipset is supported. Also, Davicom DM9102's.
38 Some code fragments were taken from verious places, Ken Yap's
39 etherboot, FreeBSD's if_de.c, and various Linux related files.
40 DEC's manuals for the 21143 and SROM format were very helpful.
77 Linuxcare's OZLabs to deal with inefficiencies in tulip_transmit
487 unsigned int s, const char *p);
514 printf("%s: %s\n", tp->nic_name, str);
757 printf("%s: Old format EEPROM on '%s' board.\n%s: Using substitute media control info.\n",
765 printf("%s: Old style EEPROM with no media selection information.\n",
774 printf("%s: Multiport cards (%d ports) may not work correctly.\n",
784 printf("%s: No Valid Media Table. ee_data[27] = %hhX\n",
793 printf("%s: 21041 Media table, default media %hX (%s).\n",
805 printf("%s: 21041 media #%d, %s.\n",
827 printf("%s: EEPROM default media type %s.\n", tp->nic_name,
878 printf("%s: MII interface PHY %d, setup/reset sequences %d/%d long, capabilities %hhX %hhX.\n",
883 printf("%s: Index #%d - Media %s (#%d) described "
884 "by a %s (%d) block.\n",
1039 /* set the chip's operating mode (but don't turn on xmit and recv yet) */
1054 printf ("%s: TX Setup Timeout.\n", tp->nic_name);
1071 unsigned int s, const char *p)
1088 memcpy(txb + ETH_HLEN, p, s);
1090 s += ETH_HLEN;
1091 s &= 0x0FFF;
1094 while (s < ETH_ZLEN)
1095 txb[s++] = '\0';
1099 printf("%s: sending %d bytes ethtype %hX\n", tp->nic_name, s, t);
1104 tx_ring[0].length = cpu_to_le32(0x60000000 | s);
1183 /* Stop the chip's Tx and Rx processes. */
1240 /* Stop the chip's Tx and Rx processes. */
1253 printf ("%s: Looking for Tulip Chip: Vendor=%hX Device=%hX\n", tp->nic_name,
1271 printf ("%s: Unknown Tulip Chip: Vendor=%hX Device=%hX\n", tp->nic_name,
1281 printf ("%s: tp->pci_id_idx == %d, name == %s\n", tp->nic_name,
1283 printf ("%s: chip_idx == %d, name == %s\n", tp->nic_name, chip_idx,
1294 printf("%s: The Tulip chip at %X is not functioning.\n",
1301 printf("%s: [chip: %s] rev %d at %hX\n", tp->nic_name,
1303 printf("%s: Vendor=%hX Device=%hX", tp->nic_name, tp->vendor_id, tp->dev_id);
1373 printf("%s: EEPROM not present!\n", tp->nic_name);
1382 printf("%s: %! at ioaddr %hX\n", tp->nic_name, nic->node_addr, ioaddr);
1465 printf("%s: MII transceiver %d config %hX status %hX advertising %hX.\n",
1469 printf("%s: Advertising %hX on PHY %d previously advertising %hX.\n",
1481 printf("%s: ***WARNING***: No MII transceiver found!\n",
1561 printf("%s: Restarting internal NWay autonegotiation, %X.\n",
1600 printf("%s: Using user-specified media %s.\n",
1609 printf("%s: Using EEPROM-set media %s.\n",
1644 printf("%s: Using MII transceiver %d, status %hX.\n",
1722 printf("%s: PNIC autonegotiated status %X, %s.\n",
1751 printf("%s: Using a 21140 non-MII transceiver"
1776 printf("%s: Resetting the transceiver.\n",
1784 printf("%s: 21143 non-MII %s transceiver control "
1815 printf("%s: Setting CSR15 to %X/%X.\n",
1860 printf("%s: Advertising %hX on MII %d.\n",
1868 printf("%s: Invalid media table selection %d.\n",
1874 printf("%s: Using media type %s, CSR12 is %hhX.\n",
1882 printf("%s: 21041 using media %s, CSR12 is %hX.\n",
1896 printf("%s: PNIC PHY status is %hX, media %s.\n",
1924 printf("%s: 21040 media type is %s, CSR12 is %hhX.\n",
1952 printf("%s: No media description table, assuming "
1953 "%s transceiver, CSR12 %hhX.\n",
1978 printf("%s: MII status %#x, Link partner report "
1989 printf("%s: No link beat on the MII interface,"
2011 printf("%s: Setting %s-duplex based on MII"