Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
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()
396 opdl_ring_dump(device->opdl[i], f); in opdl_dump()
645 struct opdl_evdev *opdl; in opdl_probe() local
725 opdl = dev->data->dev_private; in opdl_probe()
726 opdl->data = dev->data; in opdl_probe()
727 opdl->socket = socket_id; in opdl_probe()
728 opdl->do_validation = do_validation; in opdl_probe()
[all …]
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.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()
/f-stack/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
/f-stack/dpdk/drivers/event/
H A Dmeson.build8 drivers = ['dlb', 'dlb2', 'dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw',
/f-stack/dpdk/
H A DMAINTAINERS1227 F: drivers/event/opdl/
1228 F: doc/guides/eventdevs/opdl.rst