Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dcryptodev.h183 uint32_t queue_index; member
202 uint32_t queue_index,
208 uint32_t queue_index,
219 unsigned int queue_index; member
366 uint32_t queue_index,
388 uint32_t queue_index,
/openbmc/qemu/hw/net/
H A Dmv88w8618_eth.c190 static void eth_send(mv88w8618_eth_state *s, int queue_index) in eth_send() argument
192 uint32_t desc_addr = s->tx_queue[queue_index]; in eth_send()
209 s->icr |= 1 << (MP_ETH_IRQ_TXLO_BIT - queue_index); in eth_send()
213 } while (desc_addr != s->tx_queue[queue_index]); in eth_send()
/openbmc/qemu/net/
H A Daf-xdp.c283 idx = nc->queue_index + s->map_start_index; in af_xdp_cleanup()
328 s->ifname, s->nc.queue_index); in af_xdp_umem_create()
364 queue_id = s->nc.queue_index; in af_xdp_socket_create()
419 idx = s->nc.queue_index + s->map_start_index; in af_xdp_update_xsk_map()
541 nc->queue_index = i; in net_init_af_xdp()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c67 static inline int virtio_crypto_vq2q(int queue_index) in virtio_crypto_vq2q() argument
69 return queue_index; in virtio_crypto_vq2q()
120 int queue_index; in virtio_crypto_create_sym_session() local
191 queue_index = virtio_crypto_vq2q(queue_id); in virtio_crypto_create_sym_session()
193 queue_index, sreq->cb, sreq); in virtio_crypto_create_sym_session()
205 int queue_index; in virtio_crypto_create_asym_session() local
246 queue_index = virtio_crypto_vq2q(queue_id); in virtio_crypto_create_asym_session()
248 queue_index, sreq->cb, sreq); in virtio_crypto_create_asym_session()
824 int queue_index = virtio_crypto_vq2q(virtio_get_queue_index(request->vq)); in virtio_crypto_handle_request() local
880 op_info->queue_index = queue_index; in virtio_crypto_handle_request()
H A Dvhost-vdpa.c687 int queue_index) in vhost_vdpa_host_notifier_uninit() argument
694 n = &v->notifier[queue_index]; in vhost_vdpa_host_notifier_uninit()
697 virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, false); in vhost_vdpa_host_notifier_uninit()
704 static int vhost_vdpa_host_notifier_init(struct vhost_dev *dev, int queue_index) in vhost_vdpa_host_notifier_init() argument
714 vhost_vdpa_host_notifier_uninit(dev, queue_index); in vhost_vdpa_host_notifier_init()
716 n = &v->notifier[queue_index]; in vhost_vdpa_host_notifier_init()
719 queue_index * page_size); in vhost_vdpa_host_notifier_init()
725 v, queue_index); in vhost_vdpa_host_notifier_init()
730 if (virtio_queue_set_host_notifier_mr(vdev, queue_index, &n->mr, true)) { in vhost_vdpa_host_notifier_init()
/openbmc/qemu/backends/
H A Dcryptodev.c87 client->queue = cc->queue_index; in qmp_query_cryptodev_foreach()
143 uint32_t queue_index, in cryptodev_backend_create_session() argument
151 return bc->create_session(backend, sess_info, queue_index, cb, opaque); in cryptodev_backend_create_session()
159 uint32_t queue_index, in cryptodev_backend_close_session() argument
167 return bc->close_session(backend, session_id, queue_index, cb, opaque); in cryptodev_backend_close_session()
H A Dcryptodev-builtin.c91 cc->queue_index = 0; in cryptodev_builtin_init()
373 uint32_t queue_index, in cryptodev_builtin_create_session() argument
423 uint32_t queue_index, in cryptodev_builtin_close_session() argument
H A Dcryptodev-vhost.c67 crypto->dev.vq_index = crypto->cc->queue_index * crypto->dev.nvqs; in cryptodev_vhost_init()
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst27 queue_index = indirection_table[hash(<packet data>)%<indirection_table size>]