Searched refs:learning (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | rc-loopback.c | 44 bool learning; member 117 if (lodev->learning) in loop_tx_ir() 159 if (lodev->learning != enable) { in loop_set_learning_mode() 161 lodev->learning = !!enable; in loop_set_learning_mode() 219 loopdev.learning = false; in loop_init()
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 18 int "Default maximal count for learning mode" 24 that are automatically appended into policy at "learning mode". 26 such programs in "learning mode" dulls the system response
|
D | common.h | 877 struct tomoyo_preference *learning; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.h | 89 u8 learning:1, member
|
D | spectrum_switchdev.c | 69 (mlxsw_sp_port->learning ? BR_LEARNING : 0) | in mlxsw_sp_port_attr_get() 208 mlxsw_sp_port->learning = brport_flags & BR_LEARNING ? 1 : 0; in mlxsw_sp_port_attr_br_flags_set() 767 adding && mlxsw_sp_port->learning, true); in mlxsw_sp_fdb_notify_mac_process() 774 if (mlxsw_sp_port->learning && mlxsw_sp_port->learning_sync) { in mlxsw_sp_fdb_notify_mac_process()
|
D | spectrum.c | 1228 mlxsw_sp_port->learning = 1; in mlxsw_sp_port_create()
|
/linux-4.4.14/Documentation/networking/ |
D | vxlan.txt | 16 either dynamically in a manner similar to a learning bridge, or make
|
D | switchdev.txt | 201 Where val is SWITCHDEV_FDB_ADD when learning and SWITCHDEV_FDB_DEL when 224 bridge link set dev DEV learning off 228 bridge link set dev DEV learning on self 232 the bridge's FDB. It's possible, but not optimal, to enable learning on the 235 To support learning and learning_sync port attributes, the driver implements
|
D | vxge.txt | 90 Enable learning the mac address of the guest OS interface in
|
D | bonding.txt | 962 driver sends learning packets to each slaves peer switch. 1491 To configure the interval between learning packet transmits: 1494 the bonding driver sends learning packets to each slaves peer switch. The 1816 generated packets, for example, bonding's learning packets or ARP
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 108 - enable-ale: NetCP driver keeps the address learning feature in the ethernet 110 learning.
|
/linux-4.4.14/net/bridge/ |
D | br_sysfs_if.c | 171 BRPORT_ATTR_FLAG(learning, BR_LEARNING);
|
/linux-4.4.14/Documentation/ |
D | HOWTO | 74 invaluable for learning how to interact with the kernel community. When 180 learning about Linux kernel development.
|
D | kernel-docs.txt | 705 learning about the kernel, working on kernel projects or
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 127 learning how to work with the kernel community and get their code into the
|
D | 4.Coding | 252 should not be used all of the time. But some time spent learning the
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 2 to start learning about RCU: 42 preferred method of learning. If you need to know everything about
|