Home
last modified time | relevance | path

Searched refs:TAILQ_FIRST (Results 1 – 25 of 76) sorted by relevance

1234

/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_list.h24 for ((iter) = TAILQ_FIRST(&head); \
32 for ((iter) = TAILQ_FIRST(&head); \
104 (TAILQ_FIRST(&head) ? \
105 container_of(TAILQ_FIRST(&head), type, name) : \
/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h631 TAILQ_FIRST((head))->field.tqe_prev != \
632 &TAILQ_FIRST((head))) \
688 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
691 for ((var) = TAILQ_FIRST((head)); \
696 for ((var) = ((var) ? (var) : TAILQ_FIRST((head))); \
701 for ((var) = TAILQ_FIRST((head)); \
731 TAILQ_FIRST((head)) = NULL; \
732 (head)->tqh_last = &TAILQ_FIRST((head)); \
764 TAILQ_FIRST((head))->field.tqe_prev = \
768 TAILQ_FIRST((head)) = (elm); \
[all …]
/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c355 curr = TAILQ_FIRST(list); in npc_slide_mcam_entries()
515 head = TAILQ_FIRST(list); in npc_sort_mcams_by_user_prio_level()
545 curr = TAILQ_FIRST(list); in npc_insert_into_flow_list()
604 head = TAILQ_FIRST(list); in npc_find_mcam_ref_entry()
697 curr = TAILQ_FIRST(list); in npc_delete_prio_list_entry()
/dpdk/lib/eal/common/
H A Deal_common_class.c41 cls = TAILQ_FIRST(&rte_class_list); in rte_class_find()
H A Deal_common_bus.c129 bus = TAILQ_FIRST(&rte_bus_list); in rte_bus_find()
/dpdk/lib/eal/linux/include/
H A Drte_os.h24 #define RTE_TAILQ_FIRST(head) TAILQ_FIRST(head)
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_link.c27 link = TAILQ_FIRST(&p->link_list); in softnic_link_free()
H A Drte_eth_softnic_action.c31 profile = TAILQ_FIRST(&p->port_in_action_profile_list); in softnic_port_in_action_profile_free()
181 profile = TAILQ_FIRST(&p->table_action_profile_list); in softnic_table_action_profile_free()
H A Drte_eth_softnic_tap.c38 tap = TAILQ_FIRST(&p->tap_list); in softnic_tap_free()
H A Drte_eth_softnic_mempool.c29 mempool = TAILQ_FIRST(&p->mempool_list); in softnic_mempool_free()
H A Drte_eth_softnic_swq.c27 swq = TAILQ_FIRST(&p->swq_list); in softnic_swq_free()
H A Drte_eth_softnic_cryptodev.c30 cryptodev = TAILQ_FIRST(&p->cryptodev_list); in softnic_cryptodev_free()
H A Drte_eth_softnic_meter.c36 m = TAILQ_FIRST(&p->mtr.mtrs); in softnic_mtr_free()
48 mp = TAILQ_FIRST(&p->mtr.meter_profiles); in softnic_mtr_free()
60 mp = TAILQ_FIRST(&p->mtr.meter_policies); in softnic_mtr_free()
/dpdk/lib/eal/freebsd/include/
H A Drte_os.h24 #define RTE_TAILQ_FIRST(head) TAILQ_FIRST(head)
/dpdk/lib/eal/freebsd/
H A Deal_interrupts.c254 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in rte_intr_callback_unregister_pending()
333 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in rte_intr_callback_unregister()
550 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in eal_intr_process_interrupts()
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c65 while ((tm_node = TAILQ_FIRST(&hw->tm_conf.vsi_list))) { in ice_dcf_tm_conf_uninit()
70 while ((tm_node = TAILQ_FIRST(&hw->tm_conf.tc_list))) { in ice_dcf_tm_conf_uninit()
82 TAILQ_FIRST(&hw->tm_conf.shaper_profile_list))) { in ice_dcf_tm_conf_uninit()
665 tm_node = TAILQ_FIRST(vsi_list); in ice_dcf_commit_check()
/dpdk/lib/pipeline/
H A Drte_swx_ctl.c547 entry = TAILQ_FIRST(&table->entries); in table_entries_free()
580 entry = TAILQ_FIRST(&table->pending_add); in table_pending_add_free()
614 entry = TAILQ_FIRST(&table->pending_modify0); in table_pending_modify0_free()
648 entry = TAILQ_FIRST(&table->pending_modify1); in table_pending_modify1_free()
682 entry = TAILQ_FIRST(&table->pending_delete); in table_pending_delete_free()
765 m = TAILQ_FIRST(&group->members); in selector_group_members_free()
788 m = TAILQ_FIRST(&group->members); in selector_pending_group_members_free()
1692 entry = TAILQ_FIRST(list); in table_entry_list_free()
2057 m = TAILQ_FIRST(&group->members); in rte_swx_ctl_pipeline_selector_group_delete()
2228 m = TAILQ_FIRST(&g->members); in selector_rollfwd_finalize()
/dpdk/examples/ip_pipeline/
H A Dcryptodev.c44 TAILQ_FIRST(&cryptodev_list) : in cryptodev_next()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c64 e = TAILQ_FIRST(&cc->msg_queue); in memif_msg_send_from_queue()
516 while ((elt = TAILQ_FIRST(&cc->msg_queue)) != NULL) { in memif_intr_unregister_handler()
542 for (elt = TAILQ_FIRST(&pmd->cc->msg_queue); elt != NULL; elt = next) { in memif_disconnect()
553 if (TAILQ_FIRST(&pmd->cc->msg_queue) != NULL) { in memif_disconnect()
1070 for (elt = TAILQ_FIRST(&socket->dev_queue); elt != NULL; elt = next) { in memif_socket_remove_device()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c512 dev = TAILQ_FIRST(&rte_fslmc_bus.device_list); in rte_fslmc_find_device()
650 dev = TAILQ_FIRST(&rte_fslmc_bus.device_list); in fslmc_bus_dev_iterate()
/dpdk/examples/pipeline/
H A Dobj.c375 TAILQ_FIRST(&obj->link_list) : TAILQ_NEXT(link, node); in link_next()
458 TAILQ_FIRST(&obj->tap_list) : TAILQ_NEXT(tap, node); in tap_next()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1262 fdir_rule_ptr = TAILQ_FIRST(&hw->flow_fdir_list); in hns3_filterlist_flush()
1266 fdir_rule_ptr = TAILQ_FIRST(&hw->flow_fdir_list); in hns3_filterlist_flush()
1269 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_filterlist_flush()
1273 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_filterlist_flush()
1276 flow_node = TAILQ_FIRST(&hw->flow_list); in hns3_filterlist_flush()
1281 flow_node = TAILQ_FIRST(&hw->flow_list); in hns3_filterlist_flush()
1654 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_clear_rss_filter()
1664 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_clear_rss_filter()
H A Dhns3_fdir.c880 fdir_filter = TAILQ_FIRST(&fdir_info->fdir_list); in hns3_fdir_filter_uninit()
887 fdir_filter = TAILQ_FIRST(&fdir_info->fdir_list); in hns3_fdir_filter_uninit()
1039 fdir_filter = TAILQ_FIRST(&fdir_info->fdir_list); in hns3_clear_all_fdir_filter()
1050 fdir_filter = TAILQ_FIRST(&fdir_info->fdir_list); in hns3_clear_all_fdir_filter()
/dpdk/lib/eal/linux/
H A Deal_interrupts.c602 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in rte_intr_callback_unregister_pending()
652 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in rte_intr_callback_unregister()
988 for (cb = TAILQ_FIRST(&src->callbacks); cb; in eal_intr_process_interrupts()
1029 for (cb = TAILQ_FIRST(&src->callbacks); cb != NULL; cb = next) { in eal_intr_process_interrupts()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c91 while ((tm_node = TAILQ_FIRST(&tm_conf->queue_list))) { in ixgbe_tm_conf_uninit()
96 while ((tm_node = TAILQ_FIRST(&tm_conf->tc_list))) { in ixgbe_tm_conf_uninit()
108 TAILQ_FIRST(&tm_conf->shaper_profile_list))) { in ixgbe_tm_conf_uninit()

1234