| /openbmc/u-boot/doc/ |
| H A D | README.t1040-l2switch | 9 - Dynamic learning of MAC addresses and aging 11 - Independent and shared VLAN learning (IVL, SVL) 29 - MAC learning 32 - Private/Shared VLAN learning 39 ethsw [port <port_no>] learning { [help] | show | auto | disable } - enable/disable/show learning c… 47 ethsw vlan fdb { [help] | show | shared | private } - make VLAN learning shared or private
|
| /openbmc/qemu/tests/rocker/ |
| H A D | bridge | 19 # turn off learning and flooding in SW 21 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p1 learning off" 22 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p2 learning off"
|
| H A D | bridge-stp | 20 # turn off learning and flooding in SW 22 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p1 learning off" 23 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p2 learning off"
|
| H A D | bridge-vlan | 26 # turn off learning and flooding in SW 28 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p1 learning off" 29 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p2 learning off"
|
| H A D | bridge-vlan-stp | 27 # turn off learning and flooding in SW 29 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p1 learning off" 30 simp ssh tut sw1 --cmd "sudo /sbin/bridge link set dev sw1p2 learning off"
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_fp.c | 39 uint8_t learning; member 81 return port->learning; in fp_port_get_learning() 84 void fp_port_set_learning(FpPort *port, uint8_t learning) in fp_port_set_learning() argument 86 port->learning = learning; in fp_port_set_learning()
|
| H A D | rocker_fp.h | 35 void fp_port_set_learning(FpPort *port, uint8_t learning);
|
| H A D | rocker.c | 269 uint8_t learning; in cmd_get_port_settings() local 297 learning = fp_port_get_learning(fp_port); in cmd_get_port_settings() 307 rocker_tlv_total_size(sizeof(uint8_t)) + /* learning */ in cmd_get_port_settings() 324 learning); in cmd_get_port_settings() 342 uint8_t learning; in cmd_set_port_settings() local 397 learning = in cmd_set_port_settings() 399 fp_port_set_learning(fp_port, learning); in cmd_set_port_settings()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-keras-preprocessing_1.1.2.bb | 1 SUMMARY = "Easy data preprocessing and data augmentation for deep learning models"
|
| H A D | python3-keras-applications_1.0.8.bb | 1 SUMMARY = "Reference implementations of popular deep learning models"
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Parity-7.0.0 | 51 …learning you broke the rule. You're excused for unknowingly breaking [Notices](#notices) if you t…
|
| H A D | Parity-6.0.0 | 39 license, within 30 days of learning you broke the rule.
|
| H A D | CDLA-Permissive-2.0 | 35 …tained by computational analysis of Data, including for example machine learning models and models…
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/lame/ |
| H A D | lame_3.100.bb | 2 DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
|
| /openbmc/u-boot/drivers/net/ |
| H A D | vsc9953.c | 457 /* Enable/disable learning for frames dropped due to ingress filtering */ 971 /* Set learning configuration for a VSC9953 port */ 1005 /* Get learning configuration for a VSC9953 port */ 1020 /* For now we only support HW learning (auto) and no learning */ in vsc9953_port_learn_mode_get() 1141 /* disable auto learning */ in vsc9953_mac_table_show() 1218 /* set learning mode to previous value */ in vsc9953_mac_table_show() 1366 /* disable auto learning */ in vsc9953_mac_table_age() 1375 /* disable auto learning on all ports */ in vsc9953_mac_table_age() 1460 /* VSC9953 VLAN learning modes */ 1466 /* Set VLAN learning mode for VSC9953 */ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac/ |
| H A D | 0001-API-documentation-replace-modules.html-by-topics.htm.patch | 40 * A good starting point for learning the API is to browse through
|
| /openbmc/u-boot/cmd/ |
| H A D | ethsw.c | 27 #define ETHSW_LEARN_HELP "ethsw [port <port_no>] learning " \ 29 "- enable/disable/show learning configuration on a port" 97 "- make VLAN learning shared or private" 658 .keyword_name = "learning",
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/ |
| H A D | 0001-Fix-deprecared-function-prototypes.patch | 91 /* Main Learning Loop
|
| /openbmc/openbmc/poky/documentation/overview-manual/ |
| H A D | yp-intro.rst | 141 - *Steep Learning Curve:* The Yocto Project has a steep learning curve 771 It helps to understand some basic fundamental terms when learning the
|
| /openbmc/qemu/target/hexagon/ |
| H A D | README | 4 image processing, machine learning, and other workloads.
|
| /openbmc/qemu/docs/devel/ |
| H A D | submitting-a-patch.rst | 323 for learning the most common committers for the files you touched. 473 contributions, since there is a learning curve involved in making an
|
| H A D | qapi-code-gen.rst | 1309 must search the entire object when learning whether a particular 1385 entire array when learning whether a particular value is supported.
|
| /openbmc/u-boot/drivers/net/mscc_eswitch/ |
| H A D | ocelot_switch.c | 255 /* Disable learning (only RECV_ENA must be set) */ in ocelot_cpu_capture_setup()
|
| H A D | luton_switch.c | 301 /* Disable learning (only RECV_ENA must be set) */ in luton_cpu_capture_setup()
|
| /openbmc/qemu/docs/specs/ |
| H A D | rocker.rst | 419 LEARNING 1 MAC address learning on port
|