/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 519 lc->advertising = 526 lc->advertising |= (FW_PORT_CAP_ANEG | 568 old = lc->advertising & FW_PORT_CAP_SPEED_10G; 571 lc->advertising &= ~FW_PORT_CAP_SPEED_10G; 572 lc->advertising |= new; 583 old = lc->advertising & FW_PORT_CAP_SPEED_1G; 587 lc->advertising &= ~FW_PORT_CAP_SPEED_1G; 588 lc->advertising |= new; 598 old = lc->advertising & FW_PORT_CAP_SPEED_100M; 601 lc->advertising [all...] |
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pcnet32.c | 248 int advertising; member in struct:mii_if_info 917 lp->mii_if.advertising = 922 "%hX advertising %hX\n", phy, mii_status, 923 lp->mii_if.advertising)); 931 lp->mii_if.advertising = 935 lp->mii_if.advertising &= mii_lpa; 936 if (lp->mii_if.advertising & ADVERTISE_100FULL) 938 else if (lp->mii_if.advertising & ADVERTISE_100HALF) 940 else if (lp->mii_if.advertising & ADVERTISE_10FULL) 942 else if (lp->mii_if.advertising [all...] |
H A D | w89c840.c | 253 u16 advertising; /* NWay media advertisement */ member in struct:winbond_private 680 w840private.advertising = mdio_read(ioaddr, phy, 4); 684 "%X advertising %hX.\n", phy, mii_status, w840private.advertising); 831 w840private.advertising = value; 859 int negotiated = mii_reg5 & w840private.advertising;
|
H A D | natsemi.c | 196 static unsigned int advertising; variable 293 advertising = mdio_read(1, 4); 303 printf("%s: Transceiver status %hX advertising %hX\n", 304 nic_name, (int)inl(ioaddr + 0x84), advertising);
|
H A D | tg3.c | 603 tp->link_config.advertising = 610 tp->link_config.advertising &= 615 if (tp->link_config.advertising & ADVERTISED_10baseT_Half) { 618 if (tp->link_config.advertising & ADVERTISED_10baseT_Full) { 621 if (tp->link_config.advertising & ADVERTISED_100baseT_Half) { 624 if (tp->link_config.advertising & ADVERTISED_100baseT_Full) { 629 if (tp->link_config.advertising & 632 if (tp->link_config.advertising & ADVERTISED_1000baseT_Half) { 635 if (tp->link_config.advertising & ADVERTISED_1000baseT_Full) { 801 /* If we are not advertising ful [all...] |
H A D | sundance.c | 71 int advertising; member in struct:mii_if_info 318 int negotiated = mii_lpa & sdc->mii_if.advertising; 637 sdc->mii_if.advertising = 642 (("%s: MII PHY found at address %d, status " "%hX advertising %hX\n", sdc->nic_name, phy, mii_status, sdc->mii_if.advertising));
|
H A D | via-rhine.c | 718 int advertising,mii_reg5; local 723 advertising=MIIReturn; 729 negociated=mii_reg5 & advertising; 1012 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2);
|
H A D | tulip.c | 428 u16 advertising[4]; /* MII advertise, from SROM table. */ member in struct:tulip_private 1459 else if (tp->advertising[phy_idx]) 1460 to_advert = tp->advertising[phy_idx]; 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", 1854 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1; 1857 tp->mii_advertise = tp->advertising[phy_num]; 1999 negotiated = lpa & tp->advertising[0];
|
H A D | tg3.h | 1950 uint32_t advertising; member in struct:tg3_link_config
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | common.h | 158 unsigned int advertising; /* advertised capabilities */ member in struct:link_config
|
H A D | ch_subr.c | 827 lc->advertising &= ~(ADVERTISED_ASYM_PAUSE | ADVERTISED_PAUSE); 830 lc->advertising |= ADVERTISED_PAUSE; 832 lc->advertising |= ADVERTISED_ASYM_PAUSE; 834 lc->advertising |= ADVERTISED_PAUSE; 837 phy->ops->advertise(phy, lc->advertising); 1346 lc->advertising = lc->supported; 1350 lc->advertising = 0;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 286 unsigned short advertising; /* advertised capabilities */ member in struct:link_config
|
H A D | t4_hw.c | 1566 c.u.l1cfg.rcap = htonl(lc->advertising | fc | mdi); 4893 lc->advertising = lc->supported & ADVERT_MASK; 4897 lc->advertising = 0;
|