Lines Matching refs:basepriv

484 	struct dasd_eckd_private *basepriv, *startpriv;  in prefix_LRE()  local
491 basepriv = (struct dasd_eckd_private *) basedev->private; in prefix_LRE()
516 pfxdata->base_address = basepriv->ned->unit_addr; in prefix_LRE()
517 pfxdata->base_lss = basepriv->ned->ID; in prefix_LRE()
539 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE()
544 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE()
552 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE()
570 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE()
575 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE()
588 if ((basepriv->rdc_data.cu_type == 0x2105 || in prefix_LRE()
589 basepriv->rdc_data.cu_type == 0x2107 || in prefix_LRE()
590 basepriv->rdc_data.cu_type == 0x1750) in prefix_LRE()
591 && !(basepriv->uses_cdl && trk < 2)) in prefix_LRE()
594 heads = basepriv->rdc_data.trk_per_cyl; in prefix_LRE()
604 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl) in prefix_LRE()
605 endcyl += basepriv->attrib.nr_cyl; in prefix_LRE()
607 endcyl = (basepriv->real_cyl - 1); in prefix_LRE()
2978 struct dasd_eckd_private *basepriv, *startpriv; in prepare_itcw() local
2993 basepriv = (struct dasd_eckd_private *) basedev->private; in prepare_itcw()
3000 pfxdata.base_address = basepriv->ned->unit_addr; in prepare_itcw()
3001 pfxdata.base_lss = basepriv->ned->ID; in prepare_itcw()
3014 dedata->attributes.operation = basepriv->attrib.operation; in prepare_itcw()
3024 dedata->attributes.operation = basepriv->attrib.operation; in prepare_itcw()
3045 heads = basepriv->rdc_data.trk_per_cyl; in prepare_itcw()
3055 if (endcyl + basepriv->attrib.nr_cyl < basepriv->real_cyl) in prepare_itcw()
3056 endcyl += basepriv->attrib.nr_cyl; in prepare_itcw()
3058 endcyl = (basepriv->real_cyl - 1); in prepare_itcw()
3068 switch (basepriv->rdc_data.dev_type) { in prepare_itcw()