HomeSort by relevance Sort by last modified time
    Searched refs:advertising (Results 1 - 25 of 41) sorted by null

1 2

  /external/u-boot/drivers/net/phy/
aquantia.c 28 phydev->advertising = SUPPORTED_1000baseT_Full;
29 phydev->supported = phydev->advertising;
35 phydev->advertising = SUPPORTED_10000baseT_Full;
36 phydev->supported = phydev->advertising;
45 phydev->advertising = SUPPORTED_1000baseT_Full;
46 phydev->supported = phydev->advertising;
52 phydev->advertising = SUPPORTED_100baseT_Full;
53 phydev->supported = phydev->advertising;
generic_10g.c 80 phydev->supported = phydev->advertising = SUPPORTED_10000baseT_Full;
phy.c 43 /* Only allow advertising what this PHY supports */
44 phydev->advertising &= phydev->supported;
45 advertise = phydev->advertising;
175 * advertising, and then restart auto-negotiation. If it is not
205 * Only restart aneg if we are advertising something different
428 phydev->advertising &= features;
586 phydev->advertising = phydev->drv->features;
micrel_ksz90x1.c 265 phydev->advertising = features;
351 phydev->advertising = phydev->supported = features;
  /external/autotest/server/cros/bluetooth/
bluetooth_tester.py 87 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/u-boot/board/alliedtelesis/SBx81LIFKW/
sbx81lifkw.c 184 phydev->advertising = ADVERTISED_10baseT_Half | ADVERTISED_10baseT_Full;
  /external/u-boot/drivers/qe/
uec_phy.c 236 /* Only allow advertising what this PHY supports */
237 mii_info->advertising &= mii_info->phyinfo->features;
238 advertise = mii_info->advertising;
310 advertise = mii_info->advertising;
355 if (mii_info->advertising &
uec_phy.h 178 u32 advertising; member in struct:uec_mii_info
  /external/ant-glob/
NOTICE 238 The name and trademarks of copyright holders may NOT be used in advertising or
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 314 def set_advertising(self, advertising):
315 """Set the whether the controller is advertising via LE.
317 @param advertising: Whether controller should advertise via LE.
322 settings = self._control.set_advertising(self.index, advertising)
  /external/u-boot/drivers/net/
natsemi.c 213 static unsigned int advertising; variable
378 advertising = mdio_read(dev, 1, 4);
381 printf("%s: Transceiver status %#08X advertising %#08X\n",
382 dev->name, (int) INL(dev, BasicStatus), advertising);
sni_ave.c 332 if (phydev->advertising & ADVERTISED_Pause)
334 if (phydev->advertising & ADVERTISED_Asym_Pause)
399 phydev->advertising = phydev->supported;
pch_gbe.c 424 phydev->advertising = phydev->supported;
altera_tse.c 442 phydev->advertising = phydev->supported;
ethoc.c 622 phydev->advertising = phydev->supported;
pic32_eth.c 113 priv->phydev->advertising = ADVERTISED_10baseT_Half |
xilinx_axi_emac.c 277 phydev->advertising = phydev->supported;
  /external/u-boot/drivers/usb/eth/
lan7x.c 233 priv->phydev->advertising = ADVERTISED_10baseT_Half |
257 priv->phydev->advertising, priv->phydev->supported);
  /external/u-boot/include/
phy.h 183 u32 advertising; member in struct:phy_device
  /external/u-boot/board/liebherr/display5/
display5.c 309 phydev->advertising &= ~(ADVERTISED_1000baseX_Half |
  /external/u-boot/include/linux/
ethtool.h 22 __u32 advertising; /* Features this interface advertises */ member in struct:ethtool_cmd
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py     [all...]
  /external/autotest/server/site_tests/bluetooth_AdapterLEAdvertising/
bluetooth_AdapterLEAdvertising.py 5 """Server side bluetooth tests on adapter ble advertising.
8 CD: check advertising duration and intervals
11 SI: set advertising intervals
12 RS: reset advertising
15 FSI: fail to set advertising intervals beyond legitimate range
27 if min advertising interval is set to an expected value" or
28 "verifying if advertising is disabled".
53 """Server side bluetooth adapter advertising Test.
56 bluetooth low-energy advertising.
62 "Test Cases for Bluetooth Low-Energy Advertising"
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 28 __u32 advertising; member in struct:ethtool_cmd
  /external/kernel-headers/original/uapi/linux/
ethtool.h 37 * @advertising: Bitmask of %ADVERTISED_* flags for the link modes,
99 __u32 advertising; member in struct:ethtool_cmd
538 * advertising field of &struct ethtool_cmd.
    [all...]

Completed in 673 milliseconds

1 2