Home
last modified time | relevance | path

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

/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()
/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.
/dpdk/drivers/net/ice/
H A Dice_dcf.c169 while (pending && !hw->resetting) { in ice_dcf_handle_virtchnl_msg()
340 if (hw->resetting) in ice_dcf_mode_disable()
596 hw->resetting = false; in ice_dcf_init_hw()
1042 if (hw->resetting) in ice_dcf_disable_queues()
1100 if (hw->resetting) { in ice_dcf_add_del_all_mac_addr()
H A Dice_dcf.h137 bool resetting; member
H A Dice_dcf_ethdev.c540 if (hw->resetting) { in ice_dcf_dev_start()
1339 if (hw->resetting) { in ice_dcf_stats_get()
1371 if (hw->resetting) in ice_dcf_stats_reset()
1647 if (!ad->real_hw.resetting) in ice_dcf_dev_reset()
1648 ad->real_hw.resetting = true; in ice_dcf_dev_reset()
H A Dice_dcf_parent.c242 dcf_hw->resetting = true; in ice_dcf_handle_pf_event_msg()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c559 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) { in hns3vf_dev_mtu_set()
1034 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) in hns3vf_request_link_info()
1109 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) { in hns3vf_vlan_filter_set()
1169 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) { in hns3vf_vlan_offload_set()
1601 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) in hns3vf_do_stop()
1634 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3vf_dev_stop()
1753 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) in hns3vf_dev_start()
H A Dhns3_intr.c2389 hw->reset.resetting = 0; in hns3_reset_init()
2646 __atomic_store_n(&hns->hw.reset.resetting, 1, __ATOMIC_RELAXED); in hns3_reset_pre()
2733 __atomic_store_n(&hns->hw.reset.resetting, 0, __ATOMIC_RELAXED); in hns3_reset_post()
2793 __atomic_store_n(&hns->hw.reset.resetting, 0, __ATOMIC_RELAXED); in hns3_reset_fail_handle()
H A Dhns3_tm.c1054 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) { in hns3_tm_hierarchy_commit()
1159 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) { in hns3_tm_node_shaper_update()
H A Dhns3_ethdev.h403 uint16_t resetting; member
H A Dhns3_ethdev.c1085 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_init_vlan_config()
1109 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_init_vlan_config()
5078 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED)) in hns3_dev_start()
5172 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) in hns3_do_stop()
5211 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_dev_stop()
H A Dhns3_dcb.c658 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_set_rss_size()
H A Dhns3_rxtx.c4420 __atomic_load_n(&hns->hw.reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_set_rxtx_function()
/dpdk/doc/guides/prog_guide/
H A Devent_ethernet_rx_adapter.rst169 Getting and resetting Adapter queue stats
H A Denv_abstraction_layer.rst790 …_manage()`` on an unregistered non-EAL pthread is not allowed. However, resetting/stopping the tim…
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst164 The mbuf free functions are responsible of resetting this field to 1
H A Drelease_2_1.rst162 * Issue firmware command when resetting X550em.
/dpdk/doc/guides/howto/
H A Dvfd.rst292 VF statistics resetting
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2226 User should stop port(s) before resetting and (re-)start after reset.