Lines Matching full:indicators
51 unsigned long indicators; member
78 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev) in indicators() function
80 return &vcdev->dma_area->indicators; in indicators()
94 offsetof(struct vcdev_dma_area, indicators)); in indicators_dma()
253 /* Walk through indicators field, summary indicator active. */ in virtio_airq_handler()
262 /* Walk through indicators field, summary indicator not active. */ in virtio_airq_handler()
404 /* payload is the address of the indicators */ in virtio_ccw_drop_indicator()
414 /* Deregister indicators from host. */ in virtio_ccw_drop_indicator()
415 *indicators(vcdev) = 0; in virtio_ccw_drop_indicator()
423 "Failed to deregister indicators (%d)\n", ret); in virtio_ccw_drop_indicator()
724 * the address of the indicators. in virtio_ccw_find_vqs()
740 /* Register queue indicators with host. */ in virtio_ccw_find_vqs()
741 *indicators(vcdev) = 0; in virtio_ccw_find_vqs()
1177 /* Don't poke around indicators, something's wrong. */ in virtio_ccw_int_handler()
1203 for_each_set_bit(i, indicators(vcdev), in virtio_ccw_int_handler()
1204 sizeof(*indicators(vcdev)) * BITS_PER_BYTE) { in virtio_ccw_int_handler()
1206 clear_bit(i, indicators(vcdev)); in virtio_ccw_int_handler()