| /dpdk/app/test/ |
| H A D | test_tailq.c | 50 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 D | obj.c | 104 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 D | vdev.c | 59 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 D | vmbus_common.c | 237 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 D | swq.c | 73 TAILQ_INSERT_TAIL(&swq_list, swq, node); in swq_create()
|
| H A D | action.c | 143 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 D | tap.c | 97 TAILQ_INSERT_TAIL(&tap_list, tap, node); in tap_create()
|
| H A D | mempool.c | 79 TAILQ_INSERT_TAIL(&mempool_list, mempool, node); in mempool_create()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_class.c | 21 TAILQ_INSERT_TAIL(&rte_class_list, class, next); in rte_class_register()
|
| H A D | eal_common_memalloc.c | 184 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 D | eal_common_devargs.c | 317 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 D | dpaa2_hw_dpbp.c | 76 TAILQ_INSERT_TAIL(&dpbp_dev_list, dpbp_node, next); in dpaa2_create_dpbp_device()
|
| H A D | dpaa2_hw_dprc.c | 90 TAILQ_INSERT_TAIL(&dprc_dev_list, dprc_node, next); in rte_dpaa2_create_dprc_device()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_link.c | 98 TAILQ_INSERT_TAIL(&p->link_list, link, node); in softnic_link_create()
|
| H A D | rte_eth_softnic_action.c | 159 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 D | rte_eth_softnic_tap.c | 113 TAILQ_INSERT_TAIL(&p->tap_list, tap, node); in softnic_tap_create()
|
| H A D | rte_eth_softnic_mempool.c | 100 TAILQ_INSERT_TAIL(&p->mempool_list, mempool, node); in softnic_mempool_create()
|
| H A D | rte_eth_softnic_swq.c | 111 TAILQ_INSERT_TAIL(&p->swq_list, swq, node); in softnic_swq_create()
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_hw_dpcon.c | 77 TAILQ_INSERT_TAIL(&dpcon_dev_list, dpcon_node, next); in rte_dpaa2_create_dpcon_device()
|
| /dpdk/drivers/bus/auxiliary/ |
| H A D | auxiliary_common.c | 261 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 D | dlb2_osdep_list.h | 60 TAILQ_INSERT_TAIL(head, entry, node); in dlb2_list_add()
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_device.c | 28 TAILQ_INSERT_TAIL(&ndev_list, ndev, next); in ndev_allocate()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev_sec.c | 252 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 D | iotlb.c | 94 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 D | sfc_dp.c | 79 TAILQ_INSERT_TAIL(head, entry, links); in sfc_dp_register()
|