Lines Matching full:private
47 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
49 cdev->private->options.pgroup = (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options_mask()
50 cdev->private->options.force = (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options_mask()
51 cdev->private->options.mpath = (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options_mask()
72 cdev->private->options.repall) || in ccw_device_set_options()
74 cdev->private->options.fast)) in ccw_device_set_options()
76 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0; in ccw_device_set_options()
77 cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options()
78 cdev->private->options.pgroup |= (flags & CCWDEV_DO_PATHGROUP) != 0; in ccw_device_set_options()
79 cdev->private->options.force |= (flags & CCWDEV_ALLOW_FORCE) != 0; in ccw_device_set_options()
80 cdev->private->options.mpath |= (flags & CCWDEV_DO_MULTIPATH) != 0; in ccw_device_set_options()
93 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0; in ccw_device_clear_options()
94 cdev->private->options.repall &= (flags & CCWDEV_REPORT_ALL) == 0; in ccw_device_clear_options()
95 cdev->private->options.pgroup &= (flags & CCWDEV_DO_PATHGROUP) == 0; in ccw_device_clear_options()
96 cdev->private->options.force &= (flags & CCWDEV_ALLOW_FORCE) == 0; in ccw_device_clear_options()
97 cdev->private->options.mpath &= (flags & CCWDEV_DO_MULTIPATH) == 0; in ccw_device_clear_options()
108 return cdev->private->flags.pgroup; in ccw_device_is_pathgroup()
120 return cdev->private->flags.mpath; in ccw_device_is_multipath()
147 if (cdev->private->state == DEV_STATE_NOT_OPER) in ccw_device_clear()
149 if (cdev->private->state != DEV_STATE_ONLINE && in ccw_device_clear()
150 cdev->private->state != DEV_STATE_W4SENSE) in ccw_device_clear()
155 cdev->private->intparm = intparm; in ccw_device_clear()
203 if (cdev->private->state == DEV_STATE_NOT_OPER) in ccw_device_start_timeout_key()
205 if (cdev->private->state == DEV_STATE_VERIFY) { in ccw_device_start_timeout_key()
207 if (!cdev->private->flags.fake_irb) { in ccw_device_start_timeout_key()
208 cdev->private->flags.fake_irb = FAKE_CMD_IRB; in ccw_device_start_timeout_key()
209 cdev->private->intparm = intparm; in ccw_device_start_timeout_key()
215 if (cdev->private->state != DEV_STATE_ONLINE || in ccw_device_start_timeout_key()
218 cdev->private->flags.doverify) in ccw_device_start_timeout_key()
232 cdev->private->intparm = intparm; in ccw_device_start_timeout_key()
380 if (cdev->private->state == DEV_STATE_NOT_OPER) in ccw_device_halt()
382 if (cdev->private->state != DEV_STATE_ONLINE && in ccw_device_halt()
383 cdev->private->state != DEV_STATE_W4SENSE) in ccw_device_halt()
388 cdev->private->intparm = intparm; in ccw_device_halt()
414 if (cdev->private->state == DEV_STATE_NOT_OPER) in ccw_device_resume()
416 if (cdev->private->state != DEV_STATE_ONLINE || in ccw_device_resume()
440 if (cdev->private->flags.esid == 0) in ccw_device_get_ciw()
443 if (cdev->private->dma_area->senseid.ciw[ciw_cnt].ct == ct) in ccw_device_get_ciw()
444 return cdev->private->dma_area->senseid.ciw + ciw_cnt; in ccw_device_get_ciw()
523 *dev_id = cdev->private->dev_id; in ccw_device_get_id()
549 if (cdev->private->state == DEV_STATE_VERIFY) { in ccw_device_tm_start_timeout_key()
551 if (!cdev->private->flags.fake_irb) { in ccw_device_tm_start_timeout_key()
552 cdev->private->flags.fake_irb = FAKE_TM_IRB; in ccw_device_tm_start_timeout_key()
553 cdev->private->intparm = intparm; in ccw_device_tm_start_timeout_key()
559 if (cdev->private->state != DEV_STATE_ONLINE) in ccw_device_tm_start_timeout_key()
569 cdev->private->intparm = intparm; in ccw_device_tm_start_timeout_key()
691 if (cdev->private->state != DEV_STATE_ONLINE) in ccw_device_tm_intrg()
828 return cio_gp_dma_zalloc(cdev->private->dma_pool, &cdev->dev, size); in ccw_device_dma_zalloc()
834 cio_gp_dma_free(cdev->private->dma_pool, cpu_addr, size); in ccw_device_dma_free()