Home
last modified time | relevance | path

Searched full:learning (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/doc/
H A DREADME.t1040-l2switch9 - 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 Dbridge19 # 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 Dbridge-stp20 # 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 Dbridge-vlan26 # 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 Dbridge-vlan-stp27 # 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 Drocker_fp.c39 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 Drocker_fp.h35 void fp_port_set_learning(FpPort *port, uint8_t learning);
H A Drocker.c269 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 Dpython3-keras-preprocessing_1.1.2.bb1 SUMMARY = "Easy data preprocessing and data augmentation for deep learning models"
H A Dpython3-keras-applications_1.0.8.bb1 SUMMARY = "Reference implementations of popular deep learning models"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.051learning you broke the rule. You're excused for unknowingly breaking [Notices](#notices) if you t…
H A DParity-6.0.039 license, within 30 days of learning you broke the rule.
H A DCDLA-Permissive-2.035 …tained by computational analysis of Data, including for example machine learning models and models…
/openbmc/openbmc/poky/meta/recipes-multimedia/lame/
H A Dlame_3.100.bb2 DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c457 /* 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 D0001-API-documentation-replace-modules.html-by-topics.htm.patch40 * A good starting point for learning the API is to browse through
/openbmc/u-boot/cmd/
H A Dethsw.c27 #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 D0001-Fix-deprecared-function-prototypes.patch91 /* Main Learning Loop
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst141 - *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 DREADME4 image processing, machine learning, and other workloads.
/openbmc/qemu/docs/devel/
H A Dsubmitting-a-patch.rst323 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 Dqapi-code-gen.rst1309 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 Docelot_switch.c255 /* Disable learning (only RECV_ENA must be set) */ in ocelot_cpu_capture_setup()
H A Dluton_switch.c301 /* Disable learning (only RECV_ENA must be set) */ in luton_cpu_capture_setup()
/openbmc/qemu/docs/specs/
H A Drocker.rst419 LEARNING 1 MAC address learning on port

12