Home
last modified time | relevance | path

Searched refs:resetting (Results 1 – 23 of 23) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c108 __out boolean_t *resetting) in efx_mcdi_set_tunnel_encap_udp_ports() argument
193 *resetting = MCDI_OUT_WORD_FIELD(req, in efx_mcdi_set_tunnel_encap_udp_ports()
542 boolean_t resetting; in efx_tunnel_reconfigure() local
574 resetting = (rc == EAGAIN) ? B_TRUE : B_FALSE; in efx_tunnel_reconfigure()
616 return ((resetting == B_FALSE) ? 0 : EAGAIN); in efx_tunnel_reconfigure()
661 boolean_t resetting = B_FALSE; in ef10_tunnel_reconfigure() local
685 &resetting); in ef10_tunnel_reconfigure()
700 return ((resetting) ? EAGAIN : 0); in ef10_tunnel_reconfigure()
715 boolean_t resetting; in ef10_tunnel_fini() local
724 &resetting); in ef10_tunnel_fini()
/f-stack/dpdk/doc/guides/tools/
H A Dproc_info.rst9 statistics, resetting port statistics, printing DPDK memory information and
37 The stats-reset parameter controls the resetting of generic port statistics. If
41 The xstats-reset parameter controls the resetting of extended port statistics.
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dpwm-fan.txt15 require that it must be self resetting edge interrupts.
/f-stack/freebsd/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_i2c.txt21 - syna,reset-delay-ms: The number of milliseconds to wait after resetting the
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt25 before resetting the controller
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dsyna.txt50 CPU control register allows various operations on CPUs, like resetting them
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c901 if (rte_atomic16_read(&hw->reset.resetting)) { in hns3vf_dev_mtu_set()
1441 if (rte_atomic16_read(&hw->reset.resetting)) in hns3vf_request_link_info()
1474 if (rte_atomic16_read(&hw->reset.resetting)) { in hns3vf_vlan_filter_set()
1513 if (rte_atomic16_read(&hw->reset.resetting)) { in hns3vf_vlan_offload_set()
1960 if (rte_atomic16_read(&hw->reset.resetting) == 0) { in hns3vf_dev_stop()
2191 if (rte_atomic16_read(&hw->reset.resetting)) in hns3vf_dev_start()
H A Dhns3_intr.c1764 rte_atomic16_init(&hw->reset.resetting); in hns3_reset_init()
2014 rte_atomic16_set(&hns->hw.reset.resetting, 1); in hns3_reset_pre()
2101 rte_atomic16_clear(&hns->hw.reset.resetting); in hns3_reset_post()
2226 rte_atomic16_clear(&hns->hw.reset.resetting); in hns3_reset_process()
H A Dhns3_ethdev.h353 rte_atomic16_t resetting; member
H A Dhns3_dcb.c636 if (rte_atomic16_read(&hw->reset.resetting) == 0) { in hns3_set_rss_size()
1565 if (map_changed || rte_atomic16_read(&hw->reset.resetting)) { in hns3_dcb_configure()
H A Dhns3_ethdev.c1011 if (rte_atomic16_read(&hw->reset.resetting) == 0) { in hns3_init_vlan_config()
1035 if (rte_atomic16_read(&hw->reset.resetting) == 0) { in hns3_init_vlan_config()
4866 if (rte_atomic16_read(&hw->reset.resetting)) in hns3_dev_start()
5012 if (rte_atomic16_read(&hw->reset.resetting) == 0) { in hns3_dev_stop()
H A Dhns3_rxtx.c3747 rte_atomic16_read(&hns->hw.reset.resetting) == 0) { in hns3_set_rxtx_function()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dbaikal,bt1-ccu-pll.yaml15 responsible for the chip subsystems clocking and resetting. The CCU is
H A Dbaikal,bt1-ccu-div.yaml15 responsible for the chip subsystems clocking and resetting. The CCU is
/f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt40 resume. Applying power and resetting the core causes the core to warmboot
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra30-emc.yaml96 FBIO "read" FIFO periodic resetting enabled.
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml132 Specifies the length of time (in ms) to wait before resetting the long-
/f-stack/dpdk/doc/guides/howto/
H A Dvfd.rst292 VF statistics resetting
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst163 * Issue firmware command when resetting X550em.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1827 * Fix corner case in Redis CLuster / Sentinel failover, by resetting the
2463 fix server.repl_down_since resetting, so that slaves could failover automatically as expected.
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst701 …_manage()`` on an unregistered non-EAL pthread is not allowed. However, resetting/stopping the tim…
/f-stack/freebsd/contrib/zlib/
H A DChangeLog565 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2188 User should stop port(s) before resetting and (re-)start after reset.