Searched refs:advertising (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | w89c840.c | 257 u16 advertising; /* NWay media advertisement */ member in struct:winbond_private 704 w840private.advertising = mdio_read(ioaddr, phy, 4); 708 "%X advertising %hX.\n", phy, mii_status, w840private.advertising); 852 w840private.advertising = value; 880 int negotiated = mii_reg5 & w840private.advertising;
|
H A D | skge.c | 695 if (skge->advertising & ADVERTISED_1000baseT_Half) 697 if (skge->advertising & ADVERTISED_1000baseT_Full) 727 if (skge->advertising & ADVERTISED_1000baseT_Half) 729 if (skge->advertising & ADVERTISED_1000baseT_Full) 1242 if (skge->advertising & ADVERTISED_1000baseT_Full) 1244 if (skge->advertising & ADVERTISED_1000baseT_Half) 1246 if (skge->advertising & ADVERTISED_100baseT_Full) 1248 if (skge->advertising & ADVERTISED_100baseT_Half) 1250 if (skge->advertising & ADVERTISED_10baseT_Full) 1252 if (skge->advertising [all...] |
H A D | sky2.c | 390 if (sky2->advertising & ADVERTISED_1000baseT_Full) 392 if (sky2->advertising & ADVERTISED_1000baseT_Half) 394 if (sky2->advertising & ADVERTISED_100baseT_Full) 396 if (sky2->advertising & ADVERTISED_100baseT_Half) 398 if (sky2->advertising & ADVERTISED_10baseT_Full) 400 if (sky2->advertising & ADVERTISED_10baseT_Half) 405 if (sky2->advertising & ADVERTISED_1000baseT_Full) 407 if (sky2->advertising & ADVERTISED_1000baseT_Half) 2201 sky2->advertising = sky2_supported_modes(hw);
|
H A D | bnx2.c | 839 if (bp->advertising & ADVERTISED_1000baseT_Full) 915 if (bp->advertising & ADVERTISED_10baseT_Half) 917 if (bp->advertising & ADVERTISED_10baseT_Full) 919 if (bp->advertising & ADVERTISED_100baseT_Half) 921 if (bp->advertising & ADVERTISED_100baseT_Full) 923 if (bp->advertising & ADVERTISED_1000baseT_Full) 2318 bp->advertising = ETHTOOL_ALL_FIBRE_SPEED | ADVERTISED_Autoneg; 2329 bp->advertising = ETHTOOL_ALL_COPPER_SPEED | ADVERTISED_Autoneg;
|
H A D | sundance.c | 302 int negotiated = mii_lpa & sdc->mii_if.advertising; 629 sdc->mii_if.advertising = 634 ( "%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 | 760 int advertising,mii_reg5; local 765 advertising=MIIReturn; 771 negociated=mii_reg5 & advertising; 1111 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 | 419 u16 advertising[4]; /* MII advertise, from SROM table. */ 1424 else if (tp->advertising[phy_idx]) 1425 to_advert = tp->advertising[phy_idx]; 1430 DBG("%s: MII transceiver %d config %hX status %hX advertising %hX.\n", 1434 DBG("%s: Advertising %hX on PHY %d previously advertising %hX.\n", 1791 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1; 1794 tp->mii_advertise = tp->advertising[phy_num]; 1912 negotiated = lpa & tp->advertising[0]; 418 u16 advertising[4]; /* MII advertise, from SROM table. */ member in struct:tulip_private
|
H A D | sky2.h | 2058 u16 advertising; /* ADVERTISED_ bits */ member in struct:sky2_port
|
H A D | skge.h | 2511 u32 advertising; member in struct:skge_port
|
H A D | bnx2.h | 4155 u32 advertising; member in struct:bnx2
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | mii.h | 144 int advertising; member in struct:mii_if_info
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/ |
H A D | tg3_phy.c | 884 tp->link_config.advertising = adv; 988 tg3_phy_autoneg_cfg(tp, tp->link_config.advertising, 1088 * additional renegotiation cycle by advertising 1165 tp->link_config.advertising &= 1169 tg3_phy_autoneg_cfg(tp, tp->link_config.advertising, 1450 tp->link_config.advertising)) {
|
H A D | tg3.h | 2792 u32 advertising; member in struct:tg3_link_config
|
Completed in 5760 milliseconds