Lines Matching refs:indicators
51 unsigned long indicators;
77 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev)
79 return &vcdev->dma_area->indicators;
216 /* Walk through indicators field, summary indicator active. */
225 /* Walk through indicators field, summary indicator not active. */
367 /* payload is the address of the indicators */
369 sizeof(indicators(vcdev)));
374 ccw->count = sizeof(indicators(vcdev));
377 /* Deregister indicators from host. */
378 *indicators(vcdev) = 0;
386 "Failed to deregister indicators (%d)\n", ret);
389 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev)));
687 * the address of the indicators.
690 sizeof(indicators(vcdev)));
693 *indicatorp = (unsigned long) indicators(vcdev);
701 /* Register queue indicators with host. */
702 *indicators(vcdev) = 0;
705 ccw->count = sizeof(indicators(vcdev));
724 sizeof(indicators(vcdev)));
730 sizeof(indicators(vcdev)));
1142 /* Don't poke around indicators, something's wrong. */
1168 for_each_set_bit(i, indicators(vcdev),
1169 sizeof(*indicators(vcdev)) * BITS_PER_BYTE) {
1171 clear_bit(i, indicators(vcdev));