Home
last modified time | relevance | path

Searched refs:alpa (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dfcal.c146 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()
[all …]
/linux-2.4.37.9/drivers/fc4/
Dfc-al.h24 u8 alpa[127]; member
Dfc.c285 if (p->alpa[i] == fc->sid) in fcp_report_map_done()
297 fc->posmap->list[j] = p->alpa[i++]; in fcp_report_map_done()
1050 static int fc_do_els(fc_channel *fc, unsigned int alpa, void *data, int len) in fc_do_els() argument
1059 FCD(("PLOGI SID %d DID %d\n", fc->sid, alpa)) in fc_do_els()
1061 FILL_FCHDR_RCTL_DID(fch, R_CTL_ELS_REQ, alpa); in fc_do_els()
1106 int fc_do_plogi(fc_channel *fc, unsigned char alpa, fc_wwn *node, fc_wwn *nport) in fc_do_plogi() argument
1119 status = fc_do_els(fc, alpa, l, sizeof(logi)); in fc_do_plogi()
1124 FCD(("AL-PA %02x: Port WWN %08x%08x Node WWN %08x%08x\n", alpa, in fc_do_plogi()
1141 int fc_do_prli(fc_channel *fc, unsigned char alpa) in fc_do_prli() argument
1152 status = fc_do_els(fc, alpa, p, sizeof(prli)); in fc_do_prli()
/linux-2.4.37.9/drivers/net/fc/
Diph5526.c2703 u_char alpa = d_id & 0x0000FF;
2710 alpa = 0x00;
2713 fi->g.tach_header.dest_alpa = alpa;
2715 if (alpa == REPLICATE)