Lines Matching refs:alpa
146 int status, target, alpa; in fcal_detect() local
148 alpa = fc->posmap->list[i]; in fcal_detect()
149 FCALD(("Sending PLOGI to %02x\n", alpa)) in fcal_detect()
150 target = alpa2target[alpa]; in fcal_detect()
151 status = fc_do_plogi(fc, alpa, fcal->node_wwn + target, in fcal_detect()
156 FCALD(("Sending PRLI to %02x\n", alpa)) in fcal_detect()
157 status = fc_do_prli(fc, alpa); in fcal_detect()
234 unsigned char alpa = fc->posmap->list[i]; in fcal_proc_info() local
238 target = alpa2target[alpa]; in fcal_proc_info()
242 SPRINTF (" [AL-PA: %02x] Not responded to PLOGI\n", alpa); in fcal_proc_info()
245 alpa, u1[0], u1[1], u2[0], u2[1]); in fcal_proc_info()
251 alpa, target, u1[0], u1[1], u2[0], u2[1]); in fcal_proc_info()