• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching refs:port_name

540 		    vha->port_name[0], vha->port_name[1],
541 vha->port_name[2], vha->port_name[3],
542 vha->port_name[4], vha->port_name[5],
543 vha->port_name[6], vha->port_name[7]);
2133 memcpy(nv->port_name, val, WWN_SIZE);
2224 nv->port_name[0] = 33;
2225 nv->port_name[3] = 224;
2226 nv->port_name[4] = 139;
2320 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE);
2329 memcpy(icb->node_name, icb->port_name, WWN_SIZE);
2355 ha->serial0 = icb->port_name[5];
2356 ha->serial1 = icb->port_name[6];
2357 ha->serial2 = icb->port_name[7];
2359 memcpy(vha->port_name, icb->port_name, WWN_SIZE);
2736 if (memcmp(new_fcport->port_name, fcport->port_name,
2810 vha->host_no, fcport->port_name[0], fcport->port_name[1],
2811 fcport->port_name[2], fcport->port_name[3],
2812 fcport->port_name[4], fcport->port_name[5],
2813 fcport->port_name[6], fcport->port_name[7], rval,
2824 link_speed, fcport->port_name[0],
2825 fcport->port_name[1], fcport->port_name[2],
2826 fcport->port_name[3], fcport->port_name[4],
2827 fcport->port_name[5], fcport->port_name[6],
2828 fcport->port_name[7]));
2842 rport_ids.port_name = wwn_to_u64(fcport->port_name);
3187 memcpy(new_fcport->port_name,
3188 swl[swl_idx].port_name, WWN_SIZE);
3268 if (memcmp(new_fcport->port_name, fcport->port_name,
4214 memcpy(nv->port_name, val, WWN_SIZE);
4287 nv->port_name[0] = 0x21;
4288 nv->port_name[1] = 0x00 + ha->port_no;
4289 nv->port_name[2] = 0x00;
4290 nv->port_name[3] = 0xe0;
4291 nv->port_name[4] = 0x8b;
4292 nv->port_name[5] = 0x1c;
4293 nv->port_name[6] = 0x55;
4294 nv->port_name[7] = 0x86;
4352 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE);
4361 memcpy(icb->node_name, icb->port_name, WWN_SIZE);
4382 ha->serial0 = icb->port_name[5];
4383 ha->serial1 = icb->port_name[6];
4384 ha->serial2 = icb->port_name[7];
4386 memcpy(vha->port_name, icb->port_name, WWN_SIZE);
5035 nv->port_name[0] = 0x21;
5036 nv->port_name[1] = 0x00 + ha->port_no;
5037 nv->port_name[2] = 0x00;
5038 nv->port_name[3] = 0xe0;
5039 nv->port_name[4] = 0x8b;
5040 nv->port_name[5] = 0x1c;
5041 nv->port_name[6] = 0x55;
5042 nv->port_name[7] = 0x86;
5118 memcpy(icb->port_name, nv->alternate_port_name, WWN_SIZE);
5127 memcpy(icb->node_name, icb->port_name, WWN_SIZE);
5145 ha->serial0 = icb->port_name[5];
5146 ha->serial1 = icb->port_name[6];
5147 ha->serial2 = icb->port_name[7];
5149 memcpy(vha->port_name, icb->port_name, WWN_SIZE);
5435 wwn1 = wwn_to_u64(vha->port_name);
5445 wwn1 = wwn_to_u64(fcport->port_name);