Searched full:multilink (Results 1 – 14 of 14) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | ppp_generic.rst | 17 * PPP multilink: splitting datagrams between multiple links, and 35 This architecture makes it possible to implement PPP multilink in a 170 If multilink is not in use, this packet is then passed to the attached 179 If multilink is in use, the generic layer divides the packet into one 180 or more fragments and puts a multilink header on each fragment. It 272 In multilink terms, the unit represents the bundle, while the channels 276 across the individual links (if multilink is in use). In contrast, a 278 channel, without any multilink header. 355 SC_MULTILINK enable PPP multilink fragmentation on 357 SC_MP_SHORTSEQ expect short multilink sequence [all …]
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp42x-goramo-multilink.dts | 3 * Device Tree file for the Goramo MultiLink Router 5 * - MultiLink Basic (a box) 6 * - MultiLink Max (19" rack mount) 7 * This device tree supports MultiLink Basic. 20 model = "Goramo MultiLink Router"; 21 compatible = "goramo,multilink-router", "intel,ixp42x"; 27 * 64 MB of RAM according to the manual. The MultiLink
|
| /linux/sound/hda/core/ext/ |
| H A D | controller.c | 68 * Multilink helpers - these helpers are useful for dealing with HDA 69 * new multilink capability 73 * snd_hdac_ext_bus_get_ml_capabilities - get multilink capability
|
| /linux/include/uapi/linux/ |
| H A D | ppp-ioctl.h | 31 #define SC_MULTILINK 0x00000400 /* do multilink encapsulation */ 112 #define PPPIOCSMRRU _IOW('t', 59, int) /* set multilink MRU */
|
| H A D | atmsap.h | 27 #define ATM_L2_X25_ML 0x07 /* ITU-T X.25, multilink */
|
| H A D | ppp_defs.h | 44 #define PPP_MP 0x3d /* Multilink protocol */
|
| /linux/include/linux/ |
| H A D | ppp_channel.h | 28 /* Send a packet (or multilink fragment) on this channel.
|
| /linux/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 1291 * This completes the PHY configuration for multilink operation. This approach enables in cdns_sierra_phy_configure_multilink() 1496 /* If more than one subnode, configure the PHY as multilink */ in cdns_sierra_phy_probe() 1547 /* USB refclk 100MHz, 20b, SuperSpeed opt2, ext ssc, PLL LC1, multilink */ 1558 /* USB refclk 100MHz, 20b, SuperSpeed opt2, int ssc, PLL LC1, multilink */ 1828 * refclk100MHz_32b_PCIe_ln_no_ssc, multilink, using_plllc, 1892 * refclk100MHz_32b_PCIe_ln_no_ssc, multilink, using_plllc, 1966 * refclk100MHz_32b_PCIe_ln_int_ssc, multilink, using_plllc, 2033 * refclk100MHz_32b_PCIe_ln_int_ssc, multilink, using_plllc, 2104 * refclk100MHz_32b_PCIe_ln_ext_ssc, multilink, using_plllc, 2171 * refclk100MHz_32b_PCIe_ln_ext_ssc, multilink, using_plllc,
|
| H A D | phy-cadence-torrent.c | 2500 * configurations such as PCIe Multilink. in cdns_torrent_phy_configure_multilink() 2522 * PCIe Multilink configuration can be supported along with a in cdns_torrent_phy_configure_multilink() 2524 * the standalone PCIe Multilink configuration still remains, in cdns_torrent_phy_configure_multilink() 2526 * PHY type PCIe which constitute the PCIe Multilink. in cdns_torrent_phy_configure_multilink() 2534 * PCIe Multilink configuration can be identified by checking if in cdns_torrent_phy_configure_multilink() 2537 * PCIe Multilink configuration with a non-PCIe protocol. in cdns_torrent_phy_configure_multilink() 2545 dev_err(dev, "cannot support PCIe Multilink with %u PCIe links\n", in cdns_torrent_phy_configure_multilink() 3183 /* Multilink PCIe and USB Same SSC link configuration */ 3451 /* Multilink USXGMII, using PLL0, 156.25 MHz Ref clk, no SSC */ 3469 /* Multilink SGMII/QSGMII, using PLL1, 100 MHz Ref clk, no SSC */ [all …]
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_generic.c | 8 * /dev/ppp device, packet and VJ compression, and multilink. 71 #define MPHDRLEN 6 /* multilink protocol header length */ 119 * and represents a multilink bundle. 174 * This includes the data structure used for multilink. 189 u8 avail; /* flag used in multilink stuff */ 248 * Maximum number of multilink fragments queued up. 255 /* Multilink header bits. */ 259 /* Compare multilink sequence numbers (assumed to be 32 bits wide) */ 1897 /* not doing multilink: send it down the first channel */ in ppp_push() 1915 /* Multilink: fragment the packet over as many links in ppp_push() [all …]
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-cadence-torrent.yaml | 12 PHY also supports multilink multiprotocol combinations including protocols
|
| /linux/drivers/soundwire/ |
| H A D | stream.c | 810 * sdw_ml_sync_bank_switch: Multilink register bank switch 1344 * source. For more than one data source (multilink), in sdw_config_stream() 2010 "Multilink not supported, link %d\n", bus->link_id); in sdw_stream_add_master()
|
| /linux/Documentation/ |
| H A D | Changes | 342 The PPP driver has been restructured to support multilink and to
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 282 * @mlcap: MultiLink capabilities pointer
|