Home
last modified time | relevance | path

Searched refs:TAILQ_INSERT_TAIL (Results 1 – 25 of 162) sorted by relevance

1234567

/dpdk/app/test/
H A Dtest_tailq.c50 TAILQ_INSERT_TAIL(d_head, &d_elem, next); in test_tailq_early()
68 TAILQ_INSERT_TAIL(d_head, &d_dyn_elem, next); in test_tailq_create()
/dpdk/examples/pipeline/
H A Dobj.c104 TAILQ_INSERT_TAIL(&obj->mempool_list, mempool, node); in mempool_create()
330 TAILQ_INSERT_TAIL(&obj->link_list, link, node); in link_create()
414 TAILQ_INSERT_TAIL(&obj->ring_list, ring, node); in ring_create()
509 TAILQ_INSERT_TAIL(&obj->tap_list, tap, node); in tap_create()
551 TAILQ_INSERT_TAIL(&obj->pipeline_list, pipeline, node); in pipeline_create()
/dpdk/drivers/bus/vdev/
H A Dvdev.c59 TAILQ_INSERT_TAIL(&vdev_driver_list, driver, next); in rte_vdev_register()
88 TAILQ_INSERT_TAIL(&vdev_custom_scans, custom_scan, next); in rte_vdev_add_custom_scan()
303 TAILQ_INSERT_TAIL(&vdev_device_list, dev, next); in insert_vdev()
538 TAILQ_INSERT_TAIL(&vdev_device_list, dev, next); in vdev_scan()
/dpdk/drivers/bus/vmbus/
H A Dvmbus_common.c237 TAILQ_INSERT_TAIL(&rte_vmbus_bus.driver_list, driver, next); in rte_vmbus_register()
253 TAILQ_INSERT_TAIL(&rte_vmbus_bus.device_list, vmbus_dev, next); in vmbus_add_device()
/dpdk/examples/ip_pipeline/
H A Dswq.c73 TAILQ_INSERT_TAIL(&swq_list, swq, node); in swq_create()
H A Daction.c143 TAILQ_INSERT_TAIL(&port_in_action_profile_list, profile, node); in port_in_action_profile_create()
388 TAILQ_INSERT_TAIL(&table_action_profile_list, profile, node); in table_action_profile_create()
H A Dtap.c97 TAILQ_INSERT_TAIL(&tap_list, tap, node); in tap_create()
H A Dmempool.c79 TAILQ_INSERT_TAIL(&mempool_list, mempool, node); in mempool_create()
/dpdk/lib/eal/common/
H A Deal_common_class.c21 TAILQ_INSERT_TAIL(&rte_class_list, class, next); in rte_class_register()
H A Deal_common_memalloc.c184 TAILQ_INSERT_TAIL(&mem_event_callback_list, entry, next); in eal_memalloc_mem_event_callback_register()
291 TAILQ_INSERT_TAIL(&mem_alloc_validator_list, entry, next); in eal_memalloc_mem_alloc_validator_register()
H A Deal_common_devargs.c317 TAILQ_INSERT_TAIL(&devargs_list, *da, next); in rte_devargs_insert()
346 TAILQ_INSERT_TAIL(&devargs_list, devargs, next); in rte_devargs_add()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpbp.c76 TAILQ_INSERT_TAIL(&dpbp_dev_list, dpbp_node, next); in dpaa2_create_dpbp_device()
H A Ddpaa2_hw_dprc.c90 TAILQ_INSERT_TAIL(&dprc_dev_list, dprc_node, next); in rte_dpaa2_create_dprc_device()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_link.c98 TAILQ_INSERT_TAIL(&p->link_list, link, node); in softnic_link_create()
H A Drte_eth_softnic_action.c159 TAILQ_INSERT_TAIL(&p->port_in_action_profile_list, profile, node); in softnic_port_in_action_profile_create()
420 TAILQ_INSERT_TAIL(&p->table_action_profile_list, profile, node); in softnic_table_action_profile_create()
H A Drte_eth_softnic_tap.c113 TAILQ_INSERT_TAIL(&p->tap_list, tap, node); in softnic_tap_create()
H A Drte_eth_softnic_mempool.c100 TAILQ_INSERT_TAIL(&p->mempool_list, mempool, node); in softnic_mempool_create()
H A Drte_eth_softnic_swq.c111 TAILQ_INSERT_TAIL(&p->swq_list, swq, node); in softnic_swq_create()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_hw_dpcon.c77 TAILQ_INSERT_TAIL(&dpcon_dev_list, dpcon_node, next); in rte_dpaa2_create_dpcon_device()
/dpdk/drivers/bus/auxiliary/
H A Dauxiliary_common.c261 TAILQ_INSERT_TAIL(&auxiliary_bus.driver_list, driver, next); in rte_auxiliary_register()
277 TAILQ_INSERT_TAIL(&auxiliary_bus.device_list, aux_dev, next); in auxiliary_add_device()
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_osdep_list.h60 TAILQ_INSERT_TAIL(head, entry, node); in dlb2_list_add()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_device.c28 TAILQ_INSERT_TAIL(&ndev_list, ndev, next); in ndev_allocate()
/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev_sec.c252 TAILQ_INSERT_TAIL(&dev->inb.list, eth_sec, entry); in cn9k_eth_sec_session_create()
309 TAILQ_INSERT_TAIL(&dev->outb.list, eth_sec, entry); in cn9k_eth_sec_session_create()
/dpdk/lib/vhost/
H A Diotlb.c94 TAILQ_INSERT_TAIL(&vq->iotlb_pending_list, node, next); in vhost_user_iotlb_pending_insert()
210 TAILQ_INSERT_TAIL(&vq->iotlb_list, new_node, next); in vhost_user_iotlb_cache_insert()
/dpdk/drivers/net/sfc/
H A Dsfc_dp.c79 TAILQ_INSERT_TAIL(head, entry, links); in sfc_dp_register()

1234567