Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/virtio/
Dvirtio_ring.c19 #define BAD_RING(_vq, fmt, args...) \ argument
21 dev_err(&(_vq)->vq.vdev->dev, \
22 "%s:"fmt, (_vq)->vq.name, ##args); \
26 #define START_USE(_vq) \ argument
28 if ((_vq)->in_use) \
30 (_vq)->vq.name, (_vq)->in_use); \
31 (_vq)->in_use = __LINE__; \
33 #define END_USE(_vq) \ argument
34 do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; } while(0)
35 #define LAST_ADD_TIME_UPDATE(_vq) \ argument
[all …]
/Linux-v5.15/include/linux/
Dvirtio_ring.h113 irqreturn_t vring_interrupt(int irq, void *_vq);