Lines Matching full:indicators
51 unsigned long indicators; member
80 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev) in indicators() function
82 return &vcdev->dma_area->indicators; in indicators()
96 offsetof(struct vcdev_dma_area, indicators)); in indicators_dma()
255 /* Walk through indicators field, summary indicator active. */ in virtio_airq_handler()
264 /* Walk through indicators field, summary indicator not active. */ in virtio_airq_handler()
414 /* payload is the address of the indicators */ in virtio_ccw_drop_indicator()
424 /* Deregister indicators from host. */ in virtio_ccw_drop_indicator()
425 *indicators(vcdev) = 0; in virtio_ccw_drop_indicator()
433 "Failed to deregister indicators (%d)\n", ret); in virtio_ccw_drop_indicator()
734 * the address of the indicators. in virtio_ccw_find_vqs()
750 /* Register queue indicators with host. */ in virtio_ccw_find_vqs()
751 *indicators(vcdev) = 0; in virtio_ccw_find_vqs()
1187 /* Don't poke around indicators, something's wrong. */ in virtio_ccw_int_handler()
1213 for_each_set_bit(i, indicators(vcdev), in virtio_ccw_int_handler()
1214 sizeof(*indicators(vcdev)) * BITS_PER_BYTE) { in virtio_ccw_int_handler()
1216 clear_bit(i, indicators(vcdev)); in virtio_ccw_int_handler()