Lines Matching refs:fcal
115 struct fcal *fcal; in fcal_detect() local
130 host = scsi_register (tpnt, sizeof (struct fcal)); in fcal_detect()
141 fcal = (struct fcal *)host->hostdata; in fcal_detect()
151 status = fc_do_plogi(fc, alpa, fcal->node_wwn + target, in fcal_detect()
152 fcal->nport_wwn + target); in fcal_detect()
160 fcal->map[target] = 1; in fcal_detect()
175 fcal->fc = fc; in fcal_detect()
190 struct fcal *fcal = (struct fcal *)host->hostdata; in fcal_release() local
191 fc_channel *fc = fcal->fc; in fcal_release()
208 struct fcal *fcal; in fcal_proc_info() local
221 fcal = (struct fcal *)host->hostdata; in fcal_proc_info()
222 fc = fcal->fc; in fcal_proc_info()
239 u1 = (u32 *)&fcal->nport_wwn[target]; in fcal_proc_info()
240 u2 = (u32 *)&fcal->node_wwn[target]; in fcal_proc_info()
243 } else if (!fcal->map[target]) { in fcal_proc_info()
284 struct fcal *f; in fcal_encode_addr()
290 f = (struct fcal *)SCpnt->host->hostdata; in fcal_encode_addr()