Searched refs:queue_sel (Results 1 – 1 of 1) sorted by relevance
43 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() local123 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 …]