Searched refs:advertising (Results 1 - 21 of 21) sorted by relevance

/external/syslinux/gpxe/src/net/
H A Dmii.c117 if ( ( ! init_media ) && ( mii->advertising ) ) {
118 advertise = mii->advertising;
121 mii->advertising = advertise;
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_tester.py87 def set_advertising(self, advertising):
88 """Set the whether the controller is advertising via LE.
90 @param advertising: Whether controller should advertise via LE.
95 return self._proxy.set_advertising(advertising)
/external/syslinux/gpxe/src/drivers/net/
H A Dpcnet32.c918 lp->mii_if.advertising =
923 "%hX advertising %hX\n", phy, mii_status,
924 lp->mii_if.advertising));
932 lp->mii_if.advertising =
936 lp->mii_if.advertising &= mii_lpa;
937 if (lp->mii_if.advertising & ADVERTISE_100FULL)
939 else if (lp->mii_if.advertising & ADVERTISE_100HALF)
941 else if (lp->mii_if.advertising & ADVERTISE_10FULL)
943 else if (lp->mii_if.advertising & ADVERTISE_10HALF)
H A Dw89c840.c248 u16 advertising; /* NWay media advertisement */ member in struct:winbond_private
695 w840private.advertising = mdio_read(ioaddr, phy, 4);
699 "%X advertising %hX.\n", phy, mii_status, w840private.advertising);
843 w840private.advertising = value;
871 int negotiated = mii_reg5 & w840private.advertising;
H A Dskge.c695 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 Dsky2.c390 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)
2206 sky2->advertising = sky2_supported_modes(hw);
H A Dbnx2.c839 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 Dsundance.c293 int negotiated = mii_lpa & sdc->mii_if.advertising;
619 sdc->mii_if.advertising =
624 ( "%s: MII PHY found at address %d, status " "%hX advertising %hX\n", sdc->nic_name, phy, mii_status, sdc->mii_if.advertising );
H A Dtg3.c622 tp->link_config.advertising =
629 tp->link_config.advertising &=
634 if (tp->link_config.advertising & ADVERTISED_10baseT_Half) {
637 if (tp->link_config.advertising & ADVERTISED_10baseT_Full) {
640 if (tp->link_config.advertising & ADVERTISED_100baseT_Half) {
643 if (tp->link_config.advertising & ADVERTISED_100baseT_Full) {
648 if (tp->link_config.advertising &
651 if (tp->link_config.advertising & ADVERTISED_1000baseT_Half) {
654 if (tp->link_config.advertising & ADVERTISED_1000baseT_Full) {
821 /* If we are not advertising ful
[all...]
H A Dvia-rhine.c760 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 Dtulip.c425 u16 advertising[4]; /* MII advertise, from SROM table. */
1497 else if (tp->advertising[phy_idx])
1498 to_advert = tp->advertising[phy_idx];
1503 printf("%s: MII transceiver %d config %hX status %hX advertising %hX.\n",
1507 printf("%s: Advertising %hX on PHY %d previously advertising %hX.\n",
1894 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1;
1897 tp->mii_advertise = tp->advertising[phy_num];
2039 negotiated = lpa & tp->advertising[0];
424 u16 advertising[4]; /* MII advertise, from SROM table. */ member in struct:tulip_private
H A Dsky2.h2058 u16 advertising; /* ADVERTISED_ bits */ member in struct:sky2_port
H A Dskge.h2511 u32 advertising; member in struct:skge_port
H A Dtg3.h1862 uint32_t advertising; member in struct:tg3_link_config
H A Dbnx2.h4155 u32 advertising; member in struct:bnx2
/external/syslinux/gpxe/src/include/
H A Dmii.h147 int advertising; member in struct:mii_if_info
/external/ant-glob/
H A DNOTICE238 The name and trademarks of copyright holders may NOT be used in advertising or
/external/autotest/client/cros/bluetooth/
H A Dbluetooth_tester_xmlrpc_server.py276 def set_advertising(self, advertising):
277 """Set the whether the controller is advertising via LE.
279 @param advertising: Whether controller should advertise via LE.
284 settings = self._control.set_advertising(self.index, advertising)
/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_socket.py1039 def set_advertising(self, index, advertising):
1040 """Set the whether a controller is advertising via LE.
1043 @param advertising: Whether controller should advertise via LE.
1049 msg_data = struct.pack('<B', bool(advertising))
1055 if status == MGMT_STATUS_NOT_SUPPORTED and not advertising:
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h37 * @advertising: Bitmask of %ADVERTISED_* flags for the link modes,
103 __u32 advertising; member in struct:ethtool_cmd
538 * advertising field of &struct ethtool_cmd.
1732 * supported, advertising, lp_advertising link mode bitmaps. For
1749 * @advertising: Bitmap with each bit meaning given by
/external/valgrind/include/vki/
H A Dvki-linux.h3411 __vki_u32 advertising; member in struct:vki_ethtool_cmd

Completed in 1633 milliseconds