Searched defs:dma_id (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 52 int16_t dma_id, uint16_t vchan_id, uint16_t flag_idx, in vhost_async_dma_transfer_one() 100 int16_t dma_id, uint16_t vchan_id, uint16_t head_idx, in vhost_async_dma_transfer() 130 vhost_async_dma_check_completed(struct virtio_net *dev, int16_t dma_id, uint16_t vchan_id, in vhost_async_dma_check_completed() 1587 int16_t dma_id, uint16_t vchan_id) in virtio_dev_rx_async_submit_split() 1793 int16_t dma_id, uint16_t vchan_id) in virtio_dev_rx_async_submit_packed() 1959 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, in vhost_poll_enqueue_completed() 2027 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, in rte_vhost_poll_enqueue_completed() 2075 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, in rte_vhost_clear_queue_thread_unsafe() 2114 struct rte_mbuf **pkts, uint32_t count, int16_t dma_id, uint16_t vchan_id) in virtio_dev_rx_async_submit() 2170 struct rte_mbuf **pkts, uint16_t count, int16_t dma_id, in rte_vhost_submit_enqueue_burst()
|
| H A D | vhost.c | 1815 rte_vhost_async_dma_configure(int16_t dma_id, uint16_t vchan_id) in rte_vhost_async_dma_configure()
|
| /dpdk/examples/vhost/ |
| H A D | main.c | 993 int16_t dma_id = dma_bind[vdev->vid].dmas[VIRTIO_RXQ].dev_id; in complete_async_pkts() local 1036 int16_t dma_id = dma_bind[vdev->vid].dmas[VIRTIO_RXQ].dev_id; in drain_vhost() local 1363 int16_t dma_id = dma_bind[vdev->vid].dmas[VIRTIO_RXQ].dev_id; in drain_eth_rx() local 1540 int16_t dma_id = dma_bind[vid].dmas[VIRTIO_RXQ].dev_id; in destroy_device() local 1655 int16_t dma_id = dma_bind[vid].dmas[VIRTIO_RXQ].dev_id; in vring_state_changed() local
|