Searched +full:balance +full:- +full:xor (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | bonding.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 Corrections, HA extensions: 2000/10/03-15: 13 - Willy Tarreau <willy at meta-x.org> 14 - Constantine Gavrilov <const-g at xpert.com> 15 - Chad N. Tindel <ctindel at ieee dot org> 16 - Janice Girouard <girouard at us dot ibm dot com> 17 - Jay Vosburgh <fubar at us dot ibm dot com> 22 - Mitch Williams <mitch.a.williams at intel.com> 35 the original tools from extreme-linux and beowulf sites will not work 119 ----------------------------------------------- [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/ |
H A D | Bond.interface.yaml | 8 - name: InterfaceName 12 - name: BondedInterfaces 16 - name: Mode 21 - name: TransmitHashPolicy 25 balance-xor, 802.3ad, and tlb modes. 29 - name: BondingMode 33 - name: RoundRobin 38 - name: ActiveBackup 42 - name: XOR 46 - name: Broadcast [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | touptek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 2012-2014 John McMaster <JohnDMcMaster@gmail.com> 69 * Essentially gains are in range 0-0x001FF 71 * However, V4L expects a main gain channel + R and B balance 72 * To keep things simple for now saturate the values of balance is too high/low 145 individual balance controls for R/B 190 return -EIO; in val_reply() 194 return -EIO; in val_reply() 198 return -EIO; in val_reply() 205 char *buff = gspca_dev->usb_buf; in reg_w() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 1 // SPDX-License-Identifier: GPL-2.0 33 static int root_netns_fd = -1; 48 return -1; in setns_by_name() 63 return -1; in get_rx_packets() 85 return -1; in get_rx_packets() 106 return -1; in xdp_attach() 108 if (!ASSERT_LE(skeletons->nlinks+1, MAX_BPF_LINKS, "too many XDP programs attached")) in xdp_attach() 109 return -1; in xdp_attach() 113 return -1; in xdp_attach() 115 skeletons->links[skeletons->nlinks++] = link; in xdp_attach() [all …]
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | configuration.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 .. _dsa-config-showcases: 13 ----------------------- 42 - when a DSA slave interface is brought up, the master interface is 44 - when the master interface is brought down, all DSA slave interfaces are 71 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3) 72 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7) 73 * lan3: 192.0.2.9/30 (192.0.2.8 - 192.0.2.11) 76 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255) 79 * br0: 192.0.2.129/25 (192.0.2.128 - 192.0.2.255) [all …]
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_options.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * drivers/net/bond/bond_options.c - bonding options 91 { "balance-rr", BOND_MODE_ROUNDROBIN, BOND_VALFLAG_DEFAULT}, 92 { "active-backup", BOND_MODE_ACTIVEBACKUP, 0}, 93 { "balance [all...] |
H A D | bond_main.c | 1 // SPDX-License-Identifier: GPL-1.0+ 97 /*---------------------------- Module parameters ----------------------------*/ 147 MODULE_PARM_DESC(mode, "Mode of operation; 0 for balance-rr, " 148 "1 for active-backup, 2 for balance-xor, " 149 "3 for broadcast, 4 for 802.3ad, 5 for balance-tlb, " 150 "6 for balance-alb"); 172 MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; " 187 MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to " 198 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr " 206 /*----------------------------- Global variables ----------------------------*/ [all …]
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 * enum nft_registers - nf_tables registers 18 * of size 4. For compatibility reasons, the NFT_REG_[1-4] registers still 20 * NFT_REG32_00 - NFT_REG32_15. 47 #define NFT_REG_MAX (__NFT_REG_MAX - 1) 51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) 54 * enum nft_verdicts - nf_tables internal verdicts 65 NFT_CONTINUE = -1, 66 NFT_BREAK = -2, 67 NFT_JUMP = -3, [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2000-2005 Silicon Graphics, Inc. 79 * Allocate a dir-state structure. 89 state->args = args; in xfs_da_state_alloc() 90 state->mp = args->dp->i_mount; in xfs_da_state_alloc() 95 * Kill the altpath contents of a da-state structure. 102 for (i = 0; i < state->altpath.active; i++) in xfs_da_state_kill_altpath() 103 state->altpath.blk[i].bp = NULL; in xfs_da_state_kill_altpath() 104 state->altpath.active = 0; in xfs_da_state_kill_altpath() 108 * Free a da-state structure. [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 3 * Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries 5 * Copyright 2014-2015 PMC-Sierra, Inc. 6 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. 36 #include <linux/dma-mapping.h> 52 #include <linux/percpu-defs.h> 60 * HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' 61 * with an optional trailing '-' followed by a byte value (0-255). 63 #define HPSA_DRIVER_VERSION "3.4.20-200" 79 /* Embedded module documentation macros - see modules.h */ 80 MODULE_AUTHOR("Hewlett-Packard Company"); [all …]
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Kernel-based Virtual Machine driver for Linux 16 * Ben-Ami Yassour <benami@il.ibm.com> 48 #include <linux/user-return-notifier.h> 62 #include <linux/entry-kvm.h> 103 ((struct kvm_vcpu *)(ctxt)->vcpu) 106 * - enable syscall per default because its emulated by KVM 107 * - enable LME and LMA per default on 64 bit KVM 140 *(((struct kvm_x86_ops *)0)->func)); 143 #include <asm/kvm-x86-ops.h> [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_pcol.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2009-2018 Solarflare Communications Inc. 5 * Copyright 2019-2020 Xilinx Inc. 13 /* Power-on reset state */ 35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */ 38 /* The rest of these are firmware-defined */ 46 /* Values to be written to the per-port status dword in shared 71 * | | \--- Response 72 * | \------- Error 73 * \------------------------------ Resync (always set) [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |