/linux/drivers/vme/bridges/ |
A D | vme_fake.c | 210 bridge->slaves[i].size = size; in fake_slave_set() 213 bridge->slaves[i].cycle = cycle; in fake_slave_set() 238 *size = bridge->slaves[i].size; in fake_slave_get() 241 *cycle = bridge->slaves[i].cycle; in fake_slave_get() 428 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmeread8() 467 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmeread16() 500 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmeread32() 631 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmewrite8() 662 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmewrite16() 693 end = bridge->slaves[i].vme_base + bridge->slaves[i].size; in fake_vmewrite32() [all …]
|
/linux/net/sched/ |
A D | sch_teql.c | 55 struct Qdisc *slaves; member 104 dat->m->slaves = sch; in teql_dequeue() 140 prev = master->slaves; in teql_destroy() 146 if (q == master->slaves) { in teql_destroy() 153 master->slaves = NULL; in teql_destroy() 186 if (m->slaves) { in teql_qdisc_init() 210 m->slaves = sch; in teql_qdisc_init() 287 start = master->slaves; in teql_master_xmit() 363 if (m->slaves == NULL) in teql_master_open() 368 q = m->slaves; in teql_master_open() [all …]
|
/linux/drivers/net/ethernet/ti/ |
A D | cpsw_ethtool.c | 326 if (cpsw->slaves[slave_no].phy) in cpsw_get_wol() 336 if (cpsw->slaves[slave_no].phy) in cpsw_set_wol() 407 if (!cpsw->slaves[slave_no].phy) in cpsw_get_link_ksettings() 421 if (!cpsw->slaves[slave_no].phy) in cpsw_set_link_ksettings() 433 if (cpsw->slaves[slave_no].phy) in cpsw_get_eee() 445 if (cpsw->slaves[slave_no].phy) in cpsw_set_eee() 457 if (cpsw->slaves[slave_no].phy) in cpsw_nway_reset() 474 ndev = cpsw->slaves[i].ndev; in cpsw_suspend_data_pass() 506 ndev = cpsw->slaves[i].ndev; in cpsw_resume_data_pass() 592 ndev = cpsw->slaves[i].ndev; in cpsw_fail() [all …]
|
A D | cpsw_new.c | 92 if (cpsw->slaves[i].ndev && in cpsw_set_promiscious() 307 ndev = cpsw->slaves[--port].ndev; in cpsw_rx_handler() 463 if (cpsw->slaves[i].ndev && in cpsw_ndo_vlan_rx_add_vid() 1038 if (cpsw->slaves[i].ndev && in cpsw_ndo_vlan_rx_kill_vid() 1168 if (!cpsw->slaves[slave_no].phy) in cpsw_set_pauseparam() 1407 cpsw->slaves[i].ndev = ndev; in cpsw_create_ports() 1443 if (!cpsw->slaves[i].ndev) in cpsw_unregister_ports() 1455 if (!cpsw->slaves[i].ndev) in cpsw_register_ports() 1463 cpsw->slaves[i].ndev = NULL; in cpsw_register_ports() 1870 cpsw->slaves = devm_kcalloc(dev, in cpsw_probe() [all …]
|
A D | cpsw.c | 74 for (n = cpsw->data.slaves, \ 75 slave = cpsw->slaves; \ 1253 data->slaves = prop; in cpsw_probe_dt() 1262 data->slaves, in cpsw_probe_dt() 1390 if (i == data->slaves) { in cpsw_probe_dt() 1423 if (i == data->slaves) { in cpsw_remove_dt() 1466 cpsw->slaves[1].ndev = ndev; in cpsw_probe_dual_emac() 1588 if (!cpsw->slaves) { in cpsw_probe() 1744 if (cpsw->slaves[i].ndev) in cpsw_remove() 1764 if (cpsw->slaves[i].ndev) in cpsw_suspend() [all …]
|
A D | cpsw_priv.c | 313 if (cpsw->slaves[i].phy && cpsw->slaves[i].phy->link) in cpsw_get_common_speed() 314 speed += cpsw->slaves[i].phy->speed; in cpsw_get_common_speed() 485 for (i = 0; i < cpsw->data.slaves; i++) { in cpsw_init_common() 486 struct cpsw_slave *slave = &cpsw->slaves[i]; in cpsw_init_common() 724 if (!cpsw->slaves[slave_no].phy) in cpsw_ndo_ioctl() 768 for (i = 0; i < cpsw->data.slaves; i++) { in cpsw_ndo_set_tx_maxrate() 769 slave = &cpsw->slaves[i]; in cpsw_ndo_set_tx_maxrate() 1216 for (i = 0; i < cpsw->data.slaves; i++) { in cpsw_destroy_xdp_rxqs() 1217 ndev = cpsw->slaves[i].ndev; in cpsw_destroy_xdp_rxqs() 1242 for (i = 0; i < cpsw->data.slaves; i++) { in cpsw_create_xdp_rxqs() [all …]
|
/linux/Documentation/networking/ |
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 wont 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::
|
A D | bonding.rst | 221 aggregator has no slaves. 335 Validation is performed only for backup slaves. 339 Validation is performed for all slaves. 354 only for backup slaves. 369 of backup slaves must be disabled. 918 multiple slaves. 1622 bond-slaves eth0 eth1 1634 bond-slaves none 1822 (MASTER) while eth0 and eth1 are slaves (SLAVE). Notice all slaves of 2782 slaves in active-backup mode. [all …]
|
/linux/Documentation/devicetree/bindings/fsi/ |
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 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/ABI/stable/ |
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
|
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
|
A D | sysfs-driver-w1_ds28ea00 | 5 see Documentation/w1/slaves/w1_therm.rst for detailed information
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A D | bond.c | 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/Documentation/devicetree/bindings/net/ |
A D | cpsw.txt | 19 - slaves : Specifies number for slaves 81 slaves = <2>; 112 slaves = <2>;
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | lag_conf.c | 281 int active_count = 0, slaves = 0; in nfp_fl_lag_do_work() local 321 slaves = 0; in nfp_fl_lag_do_work() 328 slaves = 0; in nfp_fl_lag_do_work() 332 slaves++; in nfp_fl_lag_do_work() 333 if (slaves > entry->slave_cnt) in nfp_fl_lag_do_work() 351 if (slaves != entry->slave_cnt || !entry->dirty) { in nfp_fl_lag_do_work()
|
/linux/Documentation/w1/ |
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
|
A D | index.rst | 14 slaves/index
|
/linux/net/ax25/ |
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/drivers/net/bonding/ |
A D | bond_alb.c | 1359 struct bond_up_slave *slaves; in bond_xmit_tlb_slave_get() local 1362 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get() 1363 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_tlb_slave_get() 1365 tx_slave = slaves->arr[hash_index % in bond_xmit_tlb_slave_get() 1473 struct bond_up_slave *slaves; in bond_xmit_alb_slave_get() local 1476 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get() 1477 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_alb_slave_get() 1479 tx_slave = slaves->arr[bond_xmit_hash(bond, skb) % in bond_xmit_alb_slave_get()
|
A D | bond_main.c | 4667 for (idx = 0; slaves && idx < slaves->count; idx++) { in bond_skip_slave() 4669 slaves->arr[idx] = in bond_skip_slave() 4670 slaves->arr[slaves->count - 1]; in bond_skip_slave() 4671 slaves->count--; in bond_skip_slave() 4796 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xmit_3ad_xor_slave_get() 4807 struct bond_up_slave *slaves; in bond_xdp_xmit_3ad_xor_slave_get() local 4813 count = slaves ? READ_ONCE(slaves->count) : 0; in bond_xdp_xmit_3ad_xor_slave_get() 4828 struct bond_up_slave *slaves; in bond_3ad_xor_xmit() local 4922 struct bond_up_slave *slaves; in bond_xmit_get_slave() local 5008 struct bond_up_slave *slaves; in __bond_sk_get_lower_dev() local [all …]
|
/linux/Documentation/ia64/ |
A D | mca.rst | 25 to all the other cpus, the slaves. 58 * Once all slaves have rendezvoused and are spinning disabled, the 102 slaves. All the OS INIT handlers are entered at approximately the same 104 which the slaves return and the system resumes. 108 drive them all as slaves. Some drive one cpu as monarch, wait for that 109 cpu to return from the OS then drive the rest as slaves. Some versions
|
/linux/drivers/w1/ |
A D | Makefile | 9 obj-y += masters/ slaves/
|
/linux/Documentation/w1/masters/ |
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/drivers/parport/ |
A D | share.c | 543 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 552 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 592 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 604 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 615 struct parport *slave = port->slaves[i-1]; in parport_remove_port()
|
/linux/Documentation/i2c/ |
A D | summary.rst | 40 :alt: Simple I2C bus with one master and 3 slaves 44 A **master** chip is a node that starts communications with slaves. In the
|