Home
last modified time | relevance | path

Searched refs:_vq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/virtio/
Dvirtio_ring.c18 #define BAD_RING(_vq, fmt, args...) \ argument
20 dev_err(&(_vq)->vq.vdev->dev, \
21 "%s:"fmt, (_vq)->vq.name, ##args); \
25 #define START_USE(_vq) \ argument
27 if ((_vq)->in_use) \
29 (_vq)->vq.name, (_vq)->in_use); \
30 (_vq)->in_use = __LINE__; \
32 #define END_USE(_vq) \ argument
33 do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; } while(0)
34 #define LAST_ADD_TIME_UPDATE(_vq) \ argument
[all …]
/kernel/linux/linux-5.10/include/linux/
Dvirtio_ring.h113 irqreturn_t vring_interrupt(int irq, void *_vq);