Searched refs:_vq (Results 1 – 3 of 3) sorted by relevance
30 #define BAD_RING(_vq, fmt, args...) \ argument32 dev_err(&(_vq)->vq.vdev->dev, \33 "%s:"fmt, (_vq)->vq.name, ##args); \37 #define START_USE(_vq) \ argument39 if ((_vq)->in_use) \41 (_vq)->vq.name, (_vq)->in_use); \42 (_vq)->in_use = __LINE__; \44 #define END_USE(_vq) \ argument45 do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; } while(0)47 #define BAD_RING(_vq, fmt, args...) \ argument[all …]
66 irqreturn_t vring_interrupt(int irq, void *_vq);
1128 static int do_thread(void *_vq) in do_thread() argument1130 struct virtqueue *vq = _vq; in do_thread()