* Tell the backend not to interrupt us. Implementation for split virtqueues. */
| 330 | * Tell the backend not to interrupt us. Implementation for split virtqueues. |
| 331 | */ |
| 332 | static inline void |
| 333 | virtqueue_disable_intr_split(struct virtqueue *vq) |
| 334 | { |
| 335 | vq->vq_split.ring.avail->flags |= VRING_AVAIL_F_NO_INTERRUPT; |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * Tell the backend not to interrupt us. |
no outgoing calls
no test coverage detected