Searched refs:rport_ids (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1112 struct fc_rport_identifiers rport_ids; local
1115 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
1116 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
1117 rport_ids.port_id = ndlp->nlp_DID;
1118 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
1131 ndlp->rport = rport = fc_remote_port_add(phba->host, 0, &rport_ids);
1145 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
1147 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
1150 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
1151 fc_remote_port_rolechg(rport, rport_ids
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptfc.c424 struct fc_rport_identifiers rport_ids; local
432 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0)
442 if (pn == rport_ids.port_name) { /* match */
461 rport = fc_remote_port_add(ioc->sh, channel, &rport_ids);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2143 struct fc_rport_identifiers rport_ids; local
2152 rport_ids.node_name = wwn_to_u64(fcport->node_name);
2153 rport_ids.port_name = wwn_to_u64(fcport->port_name);
2154 rport_ids.port_id = fcport->d_id.b.domain << 16 |
2156 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
2157 rport = fc_remote_port_add(ha->host, 0, &rport_ids);
2170 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
2172 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
2174 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
2175 fc_remote_port_rolechg(rport, rport_ids
[all...]

Completed in 75 milliseconds