Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c43 file.index = queue_sel; in virtio_user_create_queue()
44 file.fd = dev->callfds[queue_sel]; in virtio_user_create_queue()
63 .index = queue_sel, in virtio_user_kick_queue()
81 state.index = queue_sel; in virtio_user_kick_queue()
87 state.index = queue_sel; in virtio_user_kick_queue()
103 file.index = queue_sel; in virtio_user_kick_queue()
104 file.fd = dev->kickfds[queue_sel]; in virtio_user_kick_queue()
120 uint32_t i, queue_sel; in virtio_user_queue_setup() local
123 queue_sel = 2 * i + VTNET_SQ_RQ_QUEUE_IDX; in virtio_user_queue_setup()
124 if (fn(dev, queue_sel) < 0) { in virtio_user_queue_setup()
[all …]