qla2x00_find_fcport_by_nportid
fc_port_t *qla2x00_find_fcport_by_nportid(scsi_qla_host_t *, port_id_t *, u8);
fcport = qla2x00_find_fcport_by_nportid(vha, &ea->id, 1);
fcport = qla2x00_find_fcport_by_nportid(vha, &id, 0);
tfcp = qla2x00_find_fcport_by_nportid(vha,
sess = qla2x00_find_fcport_by_nportid(vha, &id, 1);
sess = qla2x00_find_fcport_by_nportid(vha, &id, 1);