Lines Matching defs:s

325 *	This function resets the adapter and it's physical
327 * Programmer's Guide" for details. The routine tries to
444 printf("TLAN: %s: Link forced.\n", priv->nic_name);
449 if ((status & MII_GS_LINK) && /* We only support link info on Nat.Sem. PHY's */
456 printf("TLAN: %s: Link active with ",
459 printf("forced 10%sMbps %s-Duplex\n",
466 ("AutoNegotiation enabled, at 10%sMbps %s-Duplex\n",
474 printf("%s", media[i - 5]);
488 printf("TLAN: %s: Link active\n", priv->nic_name);
515 ("TLAN: %s: Link inactive, will retry in 10 secs...\n",
531 /* return true if there's an ethernet packet ready to read */
613 unsigned int s, /* size */
635 printf("TRANSMIT: %s PHY is not ready\n", priv->nic_name);
642 printf("TRANSMIT: %s is busy (Head=%d Tail=%d)\n",
658 memcpy(tail_buffer + ETH_HLEN, p, s);
660 s += ETH_HLEN;
661 s &= 0x0FFF;
662 while (s < ETH_ZLEN)
663 tail_buffer[s++] = '\0';
684 tail_list->frameSize = (u16) s;
685 tail_list->buffer[0].count = TLAN_LAST_BUFFER | (u32) s;
828 PROBE - Look for an adapter, this routine's visible to the outside
853 printf("tlan.c: %s, %s\n", drv_version, drv_date);
854 printf("%s: Probing for Vendor 0x%hX, Device 0x%hX",
888 printf("TLAN: %s: Error reading MAC from eeprom: %d\n",
937 EEPROM. These functions are based on information in Microchip's
1155 "ThunderLAN Programmer's Guide", pp. 15-24.
1178 * This function uses the TLAN's MII bus to retreive the contents
1338 * This function uses the TLAN's MII bus to write the contents of a
1393 * in mac, then the AREG is filled with 0's.
1482 printf("%s: Powering down PHY(s).\n", priv->nic_name);
1509 printf("%s: Powering up PHY.\n", priv->nic_name);
1531 printf("%s: Reseting PHY.\n", priv->nic_name);
1562 printf("%s: Trying to activate link.\n", priv->nic_name);
1596 printf("TLAN: %s: Starting autonegotiation.\n",
1680 printf("TLAN: %s: Autonegotiation complete.\n", priv->nic_name);
1764 printf("TLAN: %s has lost link\n", priv->nic_name);
1776 printf("TLAN: %s has reestablished link\n",