Lines Matching refs:indicators
50 unsigned long indicators;
75 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev)
77 return &vcdev->dma_area->indicators;
213 /* Walk through indicators field, summary indicator active. */
222 /* Walk through indicators field, summary indicator not active. */
365 /* payload is the address of the indicators */
367 sizeof(indicators(vcdev)));
372 ccw->count = sizeof(indicators(vcdev));
375 /* Deregister indicators from host. */
376 *indicators(vcdev) = 0;
384 "Failed to deregister indicators (%d)\n", ret);
387 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev)));
686 * the address of the indicators.
689 sizeof(indicators(vcdev)));
692 *indicatorp = (unsigned long) indicators(vcdev);
700 /* Register queue indicators with host. */
701 *indicators(vcdev) = 0;
704 ccw->count = sizeof(indicators(vcdev));
723 sizeof(indicators(vcdev)));
729 sizeof(indicators(vcdev)));
1112 /* Don't poke around indicators, something's wrong. */
1131 for_each_set_bit(i, indicators(vcdev),
1132 sizeof(*indicators(vcdev)) * BITS_PER_BYTE) {
1134 clear_bit(i, indicators(vcdev));