| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_tunnel.c | 108 __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 D | proc_info.rst | 9 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 D | ice_dcf.c | 169 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 D | ice_dcf.h | 137 bool resetting; member
|
| H A D | ice_dcf_ethdev.c | 540 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 D | ice_dcf_parent.c | 242 dcf_hw->resetting = true; in ice_dcf_handle_pf_event_msg()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev_vf.c | 559 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 D | hns3_intr.c | 2389 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 D | hns3_tm.c | 1054 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 D | hns3_ethdev.h | 403 uint16_t resetting; member
|
| H A D | hns3_ethdev.c | 1085 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 D | hns3_dcb.c | 658 if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_set_rss_size()
|
| H A D | hns3_rxtx.c | 4420 __atomic_load_n(&hns->hw.reset.resetting, __ATOMIC_RELAXED) == 0) { in hns3_set_rxtx_function()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_rx_adapter.rst | 169 Getting and resetting Adapter queue stats
|
| H A D | env_abstraction_layer.rst | 790 …_manage()`` on an unregistered non-EAL pthread is not allowed. However, resetting/stopping the tim…
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_08.rst | 164 The mbuf free functions are responsible of resetting this field to 1
|
| H A D | release_2_1.rst | 162 * Issue firmware command when resetting X550em.
|
| /dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 292 VF statistics resetting
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2226 User should stop port(s) before resetting and (re-)start after reset.
|