/linux-4.1.27/net/sched/ |
D | sch_teql.c | 59 struct Qdisc *slaves; member 108 dat->m->slaves = sch; in teql_dequeue() 141 prev = master->slaves; in teql_destroy() 147 if (q == master->slaves) { in teql_destroy() 148 master->slaves = NEXT_SLAVE(q); in teql_destroy() 149 if (q == master->slaves) { in teql_destroy() 154 master->slaves = NULL; in teql_destroy() 166 } while ((prev = q) != master->slaves); in teql_destroy() 186 if (m->slaves) { in teql_qdisc_init() 206 q->next = NEXT_SLAVE(m->slaves); in teql_qdisc_init() [all …]
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpsw.c | 396 struct cpsw_slave *slaves; member 504 (func)((priv)->slaves + priv->emac_port, ##arg);\ 506 for (n = (priv)->data.slaves, \ 507 slave = (priv)->slaves; \ 512 (priv->slaves[__slave_no__].ndev) 514 ((priv->slaves[__slave_no__].ndev) ? \ 515 netdev_priv(priv->slaves[__slave_no__].ndev) : NULL) \ 534 struct cpsw_slave *slave = priv->slaves + \ 569 for (i = 0; i < priv->data.slaves; i++) in cpsw_set_promiscious() 570 if (priv->slaves[i].ndev->flags & IFF_PROMISC) in cpsw_set_promiscious() [all …]
|
D | cpsw.h | 31 u32 slaves; /* number of slave cpgmac ports */ member
|
/linux-4.1.27/Documentation/networking/ |
D | ipvlan.txt | 9 exception of using L3 for mux-ing /demux-ing among slaves. This property makes 32 you can select one of these two modes and all slaves on that master will 34 that in L3 mode the slaves wont receive any multicast / broadcast traffic. 41 out. In this mode the slaves will RX/TX multicast and broadcast (if applicable) 48 used before packets are queued on the outbound device. In this mode the slaves 85 (b) Create two ipvlan slaves on eth0 (master device) 89 (c) Assign slaves to the respective network namespaces
|
D | bonding.txt | 192 slaves of the active aggregator are down or the active 193 aggregator has no slaves. 213 ports (slaves). Reselection occurs as described under the 289 Validation is performed only for backup slaves. 293 Validation is performed for all slaves. 297 Filtering is applied to all slaves. No validation is 302 Filtering is applied to all slaves, validation is performed 307 Filtering is applied to all slaves, validation is performed 308 only for backup slaves. 317 that they were generated by an arp_ip_target. Since backup slaves [all …]
|
D | eql.txt | 242 up of the driver was tuned to handle slaves with wildly different
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 17 - slaves : Specifies number for slaves 58 slaves = <2>; 87 slaves = <2>;
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-w1_ds28e04 | 5 see Documentation/w1/slaves/w1_ds28e04 for detailed information 14 see Documentation/w1/slaves/w1_ds28e04 for detailed information
|
/linux-4.1.27/sound/core/ |
D | vmaster.c | 36 struct list_head slaves; member 123 list_for_each_entry(slave, &master->slaves, list) { in master_init() 278 list_add_tail(&srec->list, &master_link->slaves); in _snd_ctl_add_slave() 321 list_for_each_entry(slave, &master->slaves, list) { in sync_slaves() 362 list_for_each_entry_safe(slave, n, &master->slaves, list) { in master_free() 407 INIT_LIST_HEAD(&master->slaves); in snd_ctl_make_virtual_master()
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 10 communication with slaves. 85 - maximum number of slaves to search for at a time 91 - the number of slaves found 92 w1_master_slaves - the names of the slaves, one per line
|
D | 00-INDEX | 3 slaves/
|
D | w1.netlink | 54 W1_CMD_LIST_SLAVES - get slaves list from kernel
|
/linux-4.1.27/drivers/w1/ |
D | Makefile | 8 obj-y += masters/ slaves/
|
D | Kconfig | 29 source drivers/w1/slaves/Kconfig
|
D | w1.c | 541 static W1_MASTER_ATTR_RO(slaves, S_IRUGO);
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 57 from clients (called "slaves") and redistributes it to other slaves. 72 from clients (called "slaves") and redistributes it to other slaves.
|
/linux-4.1.27/drivers/parport/ |
D | share.c | 377 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 386 struct parport *slave = port->slaves[i-1]; in parport_announce_port() 425 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 437 struct parport *slave = port->slaves[i-1]; in parport_remove_port() 448 struct parport *slave = port->slaves[i-1]; in parport_remove_port()
|
D | daisy.c | 84 real->slaves[muxport-1] = extra; in clone_parport()
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 22 to all the other cpus, the slaves. 55 * Once all slaves have rendezvoused and are spinning disabled, the 98 slaves. All the OS INIT handlers are entered at approximately the same 100 which the slaves return and the system resumes. 104 drive them all as slaves. Some drive one cpu as monarch, wait for that 105 cpu to return from the OS then drive the rest as slaves. Some versions
|
/linux-4.1.27/include/linux/platform_data/ |
D | dma-rcar-hpbdma.h | 95 const struct hpb_dmae_slave_config *slaves; member
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-spi-notes.txt | 12 In this case, you should use GPIO based CS for all of your slaves and not just
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 561 slave_gid -= bitmap_weight(slaves_pport_actv.slaves, in mlx4_get_slave_num_gids() 564 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_slave_num_gids() 598 slave_gid -= bitmap_weight(slaves_pport_actv.slaves, in mlx4_get_base_gid_ix() 602 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_base_gid_ix() 1192 num_vfs = bitmap_weight(slaves_pport.slaves, in mlx4_get_slave_from_roce_gid() 1236 slaves_pport_actv.slaves, in mlx4_get_slave_from_roce_gid() 1266 slaves_pport_actv.slaves, in mlx4_get_slave_from_roce_gid()
|
D | eq.c | 312 if (test_bit(i, slaves_pport.slaves)) in set_all_slave_state() 569 if (!test_bit(i, slaves_port.slaves)) in mlx4_eq_int() 607 if (!test_bit(i, slaves_port.slaves)) in mlx4_eq_int()
|
D | cmd.c | 2752 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport() 2761 set_bit(i, slaves_pport.slaves); in mlx4_phys_to_slaves_pport() 2775 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport_actv() 2782 set_bit(i, slaves_pport.slaves); in mlx4_phys_to_slaves_pport_actv()
|
D | resource_tracker.c | 548 bitmap_weight(slaves_pport.slaves, in mlx4_init_resource_tracker()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | pci.h | 75 struct list_head slaves; member
|
D | pci-ioda.c | 342 INIT_LIST_HEAD(&pe->slaves); in pnv_ioda2_pick_m64_pe() 347 list_add_tail(&pe->list, &master_pe->slaves); in pnv_ioda2_pick_m64_pe() 431 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_freeze_pe() 467 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_unfreeze_pe() 519 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_get_pe_state() 586 list_for_each_entry(slave, &child->slaves, list) { in pnv_ioda_set_one_peltv() 615 list_for_each_entry(slave, &pe->slaves, list) in pnv_ioda_set_peltv() 634 list_for_each_entry(slave, &pe->slaves, list) { in pnv_ioda_set_peltv()
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | rcar_vin.txt | 5 family of devices. The current blocks are always slaves and suppot one input
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 39 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1.
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_local.h | 145 unsigned int *tlv, const char * const *slaves, 148 #define snd_hda_add_vmaster(codec, name, tlv, slaves, suffix) \ argument 149 __snd_hda_add_vmaster(codec, name, tlv, slaves, suffix, true, NULL)
|
D | hda_codec.c | 1900 static int map_slaves(struct hda_codec *codec, const char * const *slaves, in map_slaves() argument 1912 for (s = slaves; *s; s++) { in map_slaves() 2027 unsigned int *tlv, const char * const *slaves, in __snd_hda_add_vmaster() argument 2037 err = map_slaves(codec, slaves, suffix, check_slave_present, NULL); in __snd_hda_add_vmaster() 2049 err = map_slaves(codec, slaves, suffix, add_slave, kctl); in __snd_hda_add_vmaster() 2057 map_slaves(codec, slaves, suffix, in __snd_hda_add_vmaster()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 1348 struct bond_up_slave *slaves; in bond_tlb_xmit() local 1351 slaves = rcu_dereference(bond->slave_arr); in bond_tlb_xmit() 1352 count = slaves ? ACCESS_ONCE(slaves->count) : 0; in bond_tlb_xmit() 1354 tx_slave = slaves->arr[hash_index % in bond_tlb_xmit()
|
D | bond_main.c | 3868 struct bond_up_slave *slaves; in bond_3ad_xor_xmit() local 3871 slaves = rcu_dereference(bond->slave_arr); in bond_3ad_xor_xmit() 3872 count = slaves ? ACCESS_ONCE(slaves->count) : 0; in bond_3ad_xor_xmit() 3874 slave = slaves->arr[bond_xmit_hash(bond, skb) % count]; in bond_3ad_xor_xmit()
|
D | bond_sysfs.c | 206 static DEVICE_ATTR(slaves, S_IRUGO | S_IWUSR, bonding_show_slaves,
|
/linux-4.1.27/drivers/dma/sh/ |
D | rcar-hpbdma.c | 307 if (pdata->slaves[i].id == slave_id) in hpb_dmae_find_slave() 308 return pdata->slaves + i; in hpb_dmae_find_slave()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | mca.c | 1667 static atomic_t slaves; in ia64_init_handler() local 1688 if (!sos->monarch && atomic_add_return(1, &slaves) == num_online_cpus()) { in ia64_init_handler() 1691 atomic_dec(&slaves); in ia64_init_handler() 1734 atomic_dec(&slaves); in ia64_init_handler()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | am335x-chilisom.dtsi | 186 slaves = <1>;
|
D | am437x-gp-evm.dts | 490 slaves = <1>;
|
D | am33xx.dtsi | 713 slaves = <2>;
|
D | am4372.dtsi | 533 slaves = <2>;
|
D | dra7.dtsi | 1406 slaves = <2>;
|
/linux-4.1.27/drivers/w1/slaves/ |
D | Kconfig | 2 # 1-wire slaves configuration
|
/linux-4.1.27/include/linux/ |
D | parport.h | 245 struct parport *slaves[3]; member
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-r8a7778.c | 477 .slaves = hpb_dmae_slaves,
|
D | setup-r8a7779.c | 607 .slaves = hpb_dmae_slaves,
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 17 as SPI slaves, which you may need to change quite often.
|
D | spi-summary | 23 in parallel. All SPI slaves support chipselects; they are usually active 45 In the same way, SPI slaves will only rarely support any kind of automatic
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 198 computers (master) and PPS clients on others (slaves), and use very simple
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 112 masters and /dev/ttyxx for slaves of pseudo terminals. This scheme 146 for masters and /dev/ttyxx for slaves of pseudo
|
/linux-4.1.27/Documentation/filesystems/ |
D | sharedsubtree.txt | 816 ->mnt_slave links together all the slaves that its master vfsmount 834 of master peer group. To find all immediate slaves of a peer group 860 'K' has 3 slaves 'M', 'L' and 'N'
|
D | proc.txt | 1134 current slaves of the bond, the link status of the slaves, and how 1135 many times the slaves link has failed.
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 224 The slaves behind I2C bus controller only need to add the ACPI IDs like
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 275 as the master, and INT3401~INT340B ACPI device objects as the slaves.
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 15 controller and a chipselect. Most SPI slaves don't support 229 slaves connected to a bus using this driver are configured as usual,
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_patch.c | 37 const char * const *slaves); 3421 const char * const *slaves) in snd_ac97_add_vmaster() argument 3434 for (s = slaves; *s; s++) { in snd_ac97_add_vmaster()
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 1402 DECLARE_BITMAP(slaves, MLX4_MFUNC_MAX);
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 123 * Masters are "pty", slaves are "tty"; 191 3 char Pseudo-TTY slaves 2163 136-143 char Unix98 PTY slaves 3351 for the slaves; the slaves are named with decimal integers (/dev/pts/# 3354 nodes for the slaves on demand using the "devpts" filesystem.
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 455 Removes the interface (and possible slaves) from the kernel.
|