Home
last modified time | relevance | path

Searched refs:opdl (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c26 if (p->opdl->do_validation) { in enqueue_check()
34 opdl_pmd_dev_id(p->opdl), in enqueue_check()
80 if (p->opdl->do_validation) { in update_on_dequeue()
241 opdl_pmd_dev_id(p->opdl), in opdl_claim()
510 if (device->opdl[i]) in destroy_queues_and_rings()
557 device->opdl[device->nb_opdls] = in create_opdl()
719 device->opdl[queue->opdl_id], in initialise_all_other_ports()
743 device->opdl[queue->opdl_id], in initialise_all_other_ports()
772 device->opdl[queue->opdl_id], in initialise_all_other_ports()
802 device->opdl[queue->opdl_id], in initialise_all_other_ports()
[all …]
H A Dopdl_evdev.c35 if (unlikely(!p->opdl->data->dev_started)) in opdl_event_enqueue_burst()
48 if (unlikely(!p->opdl->data->dev_started)) in opdl_event_enqueue()
198 p->opdl = device; in opdl_port_setup()
214 p->opdl->data->dev_started) { in opdl_port_release()
397 opdl_ring_dump(device->opdl[i], f); in opdl_dump()
646 struct opdl_evdev *opdl; in opdl_probe() local
726 opdl = dev->data->dev_private; in opdl_probe()
727 opdl->data = dev->data; in opdl_probe()
728 opdl->socket = socket_id; in opdl_probe()
729 opdl->do_validation = do_validation; in opdl_probe()
[all …]
H A Dopdl_evdev.h121 struct opdl_evdev *opdl; member
230 struct opdl_ring *opdl[OPDL_TUR_PER_DEV]; member
267 opdl_pmd_dev_id(const struct opdl_evdev *opdl) in opdl_pmd_dev_id() argument
269 return opdl->data->dev_id; in opdl_pmd_dev_id()
/dpdk/drivers/event/
H A Dmeson.build14 'opdl',
/dpdk/doc/guides/eventdevs/
H A Dindex.rst22 opdl
H A Dopdl.rst85 The opdl implementation has a number of limitations. These limitations are
90 the limitations / restrictions imposed by the opdl PMD
/dpdk/
H A DMAINTAINERS1299 F: drivers/event/opdl/
1300 F: doc/guides/eventdevs/opdl.rst