Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtqueue.c35 if (hw->use_vec_rx && !virtio_with_packed_queue(hw) && in virtqueue_detach_unused()
140 if (virtio_with_packed_queue(hw)) in virtqueue_rxvq_flush()
H A Dvirtio_ring.h136 if (virtio_with_packed_queue(hw)) { in vring_size()
H A Dvirtio_ethdev.c352 if (virtio_with_packed_queue(vq->hw)) in virtio_send_command()
455 if (virtio_with_packed_queue(vq->hw)) { in virtio_init_vring()
537 if (virtio_with_packed_queue(hw)) { in virtio_init_queue()
654 if (!virtio_with_packed_queue(hw)) { in virtio_init_queue()
1416 if (virtio_with_packed_queue(hw)) { in virtio_get_monitor_addr()
1693 if (virtio_with_packed_queue(hw)) { in set_rxtx_funcs()
1714 if (virtio_with_packed_queue(hw)) { in set_rxtx_funcs()
2240 virtio_with_packed_queue(hw)) in virtio_init_device()
2408 if (!virtio_with_packed_queue(hw)) { in eth_virtio_dev_init()
2668 if (virtio_with_packed_queue(hw)) { in virtio_dev_configure()
[all …]
H A Dvirtio_rxtx.c702 (!virtio_with_packed_queue(hw) && hw->use_vec_rx)) { in virtio_dev_rx_queue_setup()
732 if (hw->use_vec_rx && !virtio_with_packed_queue(hw)) { in virtio_dev_rx_queue_setup_finish()
747 if (hw->use_vec_rx && !virtio_with_packed_queue(hw)) { in virtio_dev_rx_queue_setup_finish()
752 } else if (!virtio_with_packed_queue(vq->hw) && in_order) { in virtio_dev_rx_queue_setup_finish()
779 if (virtio_with_packed_queue(vq->hw)) in virtio_dev_rx_queue_setup_finish()
792 if (!virtio_with_packed_queue(vq->hw)) in virtio_dev_rx_queue_setup_finish()
867 if (!virtio_with_packed_queue(hw)) { in virtio_dev_tx_queue_setup_finish()
885 if (virtio_with_packed_queue(vq->hw)) in virtio_discard_rxbuf()
H A Dvirtqueue.h437 if (virtio_with_packed_queue(vq->hw)) in virtqueue_disable_intr()
471 if (virtio_with_packed_queue(vq->hw)) in virtqueue_enable_intr()
624 if (virtio_with_packed_queue((vq)->hw)) { \
H A Dvirtio.h271 virtio_with_packed_queue(struct virtio_hw *hw) in virtio_with_packed_queue() function
H A Dvirtio_user_ethdev.c224 if (virtio_with_packed_queue(hw)) in virtio_user_setup_queue()
257 if (virtio_with_packed_queue(vq->hw)) in virtio_user_notify_queue()
H A Dvirtio_pci.c540 if (virtio_with_packed_queue(hw)) { in modern_notify_queue()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c1069 if (virtio_with_packed_queue(hw) && in virtio_user_dev_server_reconnect()