Lines Matching defs:s
129 It's not useful to define symbolic names for every register bit in the
333 dprintf(("%s: Setting %s-duplex based on MII #%d "
438 dprintf(("%s: Done sundance_reset, status: Rx %hX Tx %hX "
470 /* return true if there's an ethernet packet ready to read */
517 unsigned int s, /* size */
530 memcpy(txb + ETH_HLEN, p, s);
532 s += ETH_HLEN;
533 s &= 0x0FFF;
534 while (s < ETH_ZLEN)
535 txb[s++] = '\0';
538 tx_ring[0].length = cpu_to_le32(s | LastFrag);
583 PROBE - Look for an adapter, this routine's visible to the outside
598 printf(" sundance.c: Found %s Vendor=0x%hX Device=0x%hX\n",
627 printf("%s: %! at ioaddr %hX, ", pci->name, nic->node_addr, BASE);
642 (("%s: MII PHY found at address %d, status " "%hX advertising %hX\n", sdc->nic_name, phy, mii_status, sdc->mii_if.advertising));
647 printf("%s: No MII transceiver found!\n",
699 printf("Override speed=%d, %s duplex\n",
728 printf("%s: Link changed: %dMbps ,", sdc->nic_name, speed);
729 printf("%s duplex.\n", (mii_ctl & BMCR_FULLDPLX) ?
738 printf("%dMbps, %s-Duplex\n", sdc->speed,