Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 24 of 24) sorted by relevance

/dpdk/lib/eal/freebsd/
H A Deal_alarm.c124 if (LIST_EMPTY(&alarm_list)) in eal_alarm_get_timeout_ns()
140 if (!LIST_EMPTY(&alarm_list)) { in unregister_current_callback()
158 if (!LIST_EMPTY(&alarm_list)) { in register_first_callback()
230 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_set()
331 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_cancel()
/dpdk/lib/eal/linux/
H A Deal_alarm.c111 if (!LIST_EMPTY(&alarm_list)) { in eal_alarm_callback()
159 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_set()
/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c44 while (!LIST_EMPTY(&lif->rx_filters.by_id[i])) { in ionic_rx_filters_deinit()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c922 if (LIST_EMPTY(&hw_acts->act_list)) in flow_hw_actions_construct()
2180 while (!LIST_EMPTY(&priv->flow_hw_tbl)) { in flow_hw_resource_release()
2184 while (!LIST_EMPTY(&priv->flow_hw_itt)) { in flow_hw_resource_release()
2188 while (!LIST_EMPTY(&priv->flow_hw_at)) { in flow_hw_resource_release()
H A Dmlx5_rxq.c688 empty = LIST_EMPTY(&(*rxq_ctrl)->owners); in mlx5_rx_queue_pre_setup()
1292 !LIST_EMPTY(&rxq_obj->rxq_ctrl->owners)) in mlx5_rxq_obj_verify()
2265 if (LIST_EMPTY(&rxq_ctrl->owners)) { in mlx5_rxq_release()
H A Dmlx5.c1491 if (LIST_EMPTY(&mlx5_dev_ctx_list)) { in mlx5_alloc_shared_dev_ctx()
1567 if (LIST_EMPTY(&mlx5_dev_ctx_list)) { in mlx5_free_shared_dev_ctx()
H A Dmlx5_flow.c10462 if (!LIST_EMPTY(&thub->tunnels)) in mlx5_release_tunnel_hub()
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h398 #define HLIST_EMPTY(list_head) LIST_EMPTY(list_head)
H A Dice_switch.c5351 if (!LIST_EMPTY(rule_head)) { in ice_rem_sw_rule_info()
5374 if (LIST_EMPTY(rule_head)) in ice_rem_adv_rule_info()
5403 LIST_EMPTY(&sw->recp_list[i].filt_rules)) in ice_rem_all_sw_rules_info()
7009 if (LIST_EMPTY(fv_list)) in ice_fill_fv_word_index()
7898 if (LIST_EMPTY(&rm->fv_list)) { in ice_add_adv_recipe()
9222 if (LIST_EMPTY(&sw->recp_list[rid].filt_rules)) in ice_rem_adv_rule()
9337 if (LIST_EMPTY(list_head)) in ice_replay_fltr()
9437 if (LIST_EMPTY(list_head)) in ice_replay_vsi_fltr()
9498 if (LIST_EMPTY(list_head)) in ice_replay_vsi_adv_rule()
9563 if (!LIST_EMPTY(&sw->recp_list[i].filt_replay_rules)) { in ice_rm_sw_replay_rule_info()
H A Dice_flow.c2284 if (!LIST_EMPTY(&prof->entries)) { in ice_flow_rem_prof_sync()
3684 if (!LIST_EMPTY(&prof->entries)) { in ice_flow_rem_vsi_prof()
3799 if (LIST_EMPTY(&hw->rss_list_head)) in ice_rem_vsi_rss_list()
3831 if (LIST_EMPTY(&hw->fl_profs[blk])) in ice_rem_vsi_rss_cfg()
H A Dice_flex_pipe.c1920 if (LIST_EMPTY(fv_list)) in ice_get_sw_fv_list()
6310 if (LIST_EMPTY(&copy)) { in ice_rem_prof_id_flow()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c354 while (!LIST_EMPTY(&l_inconst->cache[i]->h)) { in mlx5_list_uninit()
/dpdk/drivers/net/vdev_netvsc/
H A Dvdev_netvsc.c750 while (!LIST_EMPTY(&vdev_netvsc_ctx_list)) { in vdev_netvsc_vdev_remove()
/dpdk/drivers/net/tap/
H A Dtap_flow.c1653 while (!LIST_EMPTY(&pmd->flows)) { in tap_flow_flush()
1807 while (!LIST_EMPTY(&pmd->implicit_flows)) { in tap_flow_implicit_flush()
/dpdk/lib/hash/
H A Drte_thash.c623 if (LIST_EMPTY(&ctx->head)) { in rte_thash_add_helper()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c923 if (LIST_EMPTY(&priv->nodes)) { in mrvl_hierarchy_commit()
H A Dmrvl_flow.c1906 while (!LIST_EMPTY(&priv->flows)) { in mrvl_flow_flush()
/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h502 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c1047 while (!LIST_EMPTY(&hv->hotadd_list)) { in hn_dev_close()
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.c1583 MLX4_ASSERT(LIST_EMPTY(&priv->rss)); in mlx4_flow_clean()
/dpdk/drivers/net/enic/
H A Denic_flow.c1781 while (!LIST_EMPTY(&enic->flows)) { in enic_flow_flush()
H A Denic_fm_flow.c3066 while (!LIST_EMPTY(&enic->flows)) { in enic_fm_flow_flush()
3086 while (!LIST_EMPTY(&internal)) { in enic_fm_flow_flush()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c687 MLX5_ASSERT(LIST_EMPTY(&sh->shared_rxqs)); in mlx5_os_free_shared_dr()
/dpdk/app/test-pmd/
H A Dconfig.c1451 flt->id = LIST_EMPTY(&port->flow_tunnel_list) ? 1 : in port_flow_tunnel_create()