/linux/drivers/staging/vme_user/ |
H A D | vme_fake.c | 64 struct fake_slave_window slaves[FAKE_MAX_SLAVE]; member 208 bridge->slaves[i].enabled = enabled; in fake_slave_set() 209 bridge->slaves[i].vme_base = vme_base; in fake_slave_set() 210 bridge->slaves[i].size = size; in fake_slave_set() 211 bridge->slaves[i].buf_base = fake_pci_to_ptr(buf_base); in fake_slave_set() 212 bridge->slaves[i].aspace = aspace; in fake_slave_set() 213 bridge->slaves[i].cycle = cycle; in fake_slave_set() 236 *enabled = bridge->slaves[i].enabled; in fake_slave_get() 237 *vme_base = bridge->slaves[i].vme_base; in fake_slave_get() 238 *size = bridge->slaves[i].size; in fake_slave_get() [all …]
|
/linux/net/sched/ |
H A D | sch_teql.c | 55 struct Qdisc *slaves; member 104 dat->m->slaves = sch; in teql_dequeue() 139 prev = master->slaves; in teql_destroy() 145 if (q == master->slaves) { in teql_destroy() 146 master->slaves = NEXT_SLAVE(q); in teql_destroy() 147 if (q == master->slaves) { in teql_destroy() 152 master->slaves = NULL; in teql_destroy() 164 } while ((prev = q) != master->slaves); in teql_destroy() 185 if (m->slaves) { in teql_qdisc_init() 205 q->next = NEXT_SLAVE(m->slaves); in teql_qdisc_init() [all …]
|
/linux/Documentation/devicetree/bindings/fsi/ |
H A D | fsi.txt | 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 5 engines within those slaves. However, we have a facility to match devicetree 16 represent the FSI slaves and their slave engines. As a basic outline: 66 FSI slaves 69 Slaves are identified by a (link-index, slave-id) pair, so require two cells 94 Engines are identified by their address under the slaves' address spaces. We 115 The FSI master may be connected to additional slaves, and slaves may have
|
/linux/Documentation/networking/ |
H A D | ipvlan.rst | 13 exception of using L3 for mux-ing /demux-ing among slaves. This property makes 62 you can select one of these two modes and all slaves on that master will 64 that in L3 mode the slaves won't receive any multicast / broadcast traffic. 73 out. In this mode the slaves will RX/TX multicast and broadcast (if applicable) 82 used before packets are queued on the outbound device. In this mode the slaves 102 anything. This is the traditional mode where slaves can cross-talk among 108 mode. i.e. port won't allow cross communication between slaves. 161 (b) Create two ipvlan slaves on eth0 (master device):: 166 (c) Assign slaves to the respective network namespaces::
|
/linux/net/ax25/ |
H A D | Kconfig | 58 from clients (called "slaves") and redistributes it to other slaves. 73 from clients (called "slaves") and redistributes it to other slaves.
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | cpsw.txt | 19 - slaves : Specifies number for slaves 81 slaves = <2>; 112 slaves = <2>;
|
/linux/drivers/net/bonding/ |
H A D | bond_main.c | 21 * the first slave bonded to the channel. All slaves will then use 25 * will release all slaves, marking them as down. 187 MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to " 192 "by setting active flag for all slaves; " 204 "each slaves peer switch. The default is 1."); 365 * bond_vlan_rx_add_vid - Propagates adding an id to slaves 399 * bond_vlan_rx_kill_vid - Propagates deleting an id to slaves 748 * slaves. If any slaves are up, the master is up. In 802.3ad mode, 834 /* Push the promiscuity flag down to appropriate slaves */ 857 /* Push the allmulti flag down to all slaves */ [all …]
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-w1_ds2438 | 5 see Documentation/w1/slaves/w1_ds2438.rst for detailed information 12 see Documentation/w1/slaves/w1_ds2438.rst for detailed information
|
H A D | sysfs-driver-w1_ds28e04 | 5 see Documentation/w1/slaves/w1_ds28e04.rst for detailed information 14 see Documentation/w1/slaves/w1_ds28e04.rst for detailed information
|
/linux/include/linux/ |
H A D | w1.h | 122 * @dev_id: Optional device id string, which w1 slaves could use for 177 * @slist: linked list of slaves 179 * @max_slave_count: maximum number of slaves to search for at a time 180 * @slave_count: current number of slaves known 204 /* list_mutex protects just slist and async_list so slaves can be
|
H A D | sh_dma.h | 51 * @slave: array of slaves 52 * @slave_num: number of slaves in the above array
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | lag_conf.c | 58 * @slave_cnt: Number of slaves in group 311 int active_count = 0, slaves = 0; in nfp_fl_lag_do_work() local 348 * work queue triggering. If the number of slaves has changed in nfp_fl_lag_do_work() 355 slaves = 0; in nfp_fl_lag_do_work() 362 slaves = 0; in nfp_fl_lag_do_work() 366 slaves++; in nfp_fl_lag_do_work() 367 if (slaves > entry->slave_cnt) in nfp_fl_lag_do_work() 385 if (slaves != entry->slave_cnt || !entry->dirty) { in nfp_fl_lag_do_work()
|
/linux/Documentation/w1/ |
H A D | w1-generic.rst | 12 communication with slaves. 95 w1_master_max_slave_count (rw) maximum number of slaves to search for at a time 101 w1_master_slave_count (ro) the number of slaves found 102 w1_master_slaves (ro) the names of the slaves, one per line
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | bond.c | 31 struct list_head slaves_list; /* slaves list */ 32 int slaves; member 128 mdata->slaves++; in mlx5e_rep_bond_enslave() 138 if (!mdata->slaves) in mlx5e_rep_bond_enslave() 179 if (--mdata->slaves == 0) in mlx5e_rep_bond_unslave()
|
/linux/include/linux/i3c/ |
H A D | ccc.h | 125 * @slaves: array of descriptors describing slaves controlled by the 129 * information to all masters currently acting as slaves on the bus. 135 struct i3c_ccc_dev_desc slaves[]; member 238 * @count: number of bridged slaves
|
/linux/drivers/base/regmap/ |
H A D | regmap-w1.c | 18 * 1-Wire slaves registers with addess 8 bit and data 8 bit 66 * 1-Wire slaves registers with addess 8 bit and data 16 bit 118 * 1-Wire slaves registers with addess 16 bit and data 16 bit
|
/linux/drivers/soundwire/ |
H A D | amd_init.c | 203 /* Calculate number of slaves */ in sdw_amd_get_slave_info() 204 list_for_each(node, &bus->slaves) in sdw_amd_get_slave_info() 219 list_for_each_entry(slave, &bus->slaves, node) { in sdw_amd_get_slave_info()
|
/linux/Documentation/w1/masters/ |
H A D | omap-hdq.rst | 40 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1. 50 pass slave ID as parameter. The driver will auto-detect slaves connected
|
/linux/arch/openrisc/kernel/ |
H A D | sync-timer.c | 43 * the master and slaves each set their cycle counters to a known in synchronise_count_master() 52 /* slaves loop on '!= 2' */ in synchronise_count_master()
|
/linux/Documentation/driver-api/ |
H A D | interconnect.rst | 32 +-----+ | | Slaves | +------+ | | 41 +------------------+ +------------------------+ | | +-->| Slaves | 45 | CPUs | | | GPU | | DSP | | Masters |-->| P NoC |-->| Slaves |
|
/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | bond_options.sh | 247 # Testing correct multicast groups are added to slaves for ns targets 384 # all slaves should have same mac address (with the first port's mac) 433 # backup slaves should use mac[1] or mac[2] 478 log_test "fail_over_mac 0" "all slaves have same mac" 481 log_test "fail_over_mac 0" "failover: all slaves have same mac"
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2166x-common.dtsi | 62 /* Slaves bus */ 63 slaves: slaves-bus@3e000000 { label
|
/linux/block/ |
H A D | holder.c | 43 * - from "slaves" directory of the holder @disk to the claimed @bdev 49 * /sys/block/dm-0/slaves/sda --> /sys/block/sda
|
/linux/drivers/w1/slaves/ |
H A D | Kconfig | 3 # 1-wire slaves configuration 6 menu "1-wire Slaves"
|
/linux/arch/powerpc/purgatory/ |
H A D | trampoline_64.S | 27 /* ABI: slaves start at 60 with r3=phys */ 76 mtctr %r6 /* delay a bit for slaves to catch up */
|