| 1122 | } |
| 1123 | |
| 1124 | static __rte_always_inline void |
| 1125 | async_iter_reset(struct vhost_async *async) |
| 1126 | { |
| 1127 | async->iter_idx = 0; |
| 1128 | async->iovec_idx = 0; |
| 1129 | } |
| 1130 | |
| 1131 | static __rte_always_inline int |
| 1132 | async_fill_seg(struct virtio_net *dev, struct vhost_virtqueue *vq, |
no outgoing calls
no test coverage detected