• 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 defs:fcport

902 	fc_port_t *fcport;
916 fcport = sp->fcport;
927 fcport->vha->host_no, sp->handle, type,
928 fcport->d_id.b.domain, fcport->d_id.b.area,
929 fcport->d_id.b.al_pa, mbx->entry_status,
946 fcport->vha->host_no, sp->handle, type,
947 fcport->d_id.b.domain, fcport->d_id.b.area,
948 fcport->d_id.b.al_pa, le16_to_cpu(mbx->mb1)));
952 fcport->port_type = FCT_TARGET;
954 fcport->port_type = FCT_INITIATOR;
956 fcport->flags |= FCF_FCP2_DEVICE;
976 fcport->vha->host_no, sp->handle, type, fcport->d_id.b.domain,
977 fcport->d_id.b.area, fcport->d_id.b.al_pa, status,
1059 kfree(sp->fcport);
1154 kfree(sp->fcport);
1166 fc_port_t *fcport;
1180 fcport = sp->fcport;
1190 fcport->vha->host_no, sp->handle, type,
1191 fcport->d_id.b.domain, fcport->d_id.b.area,
1192 fcport->d_id.b.al_pa, logio->entry_status));
1202 fcport->vha->host_no, sp->handle, type,
1203 fcport->d_id.b.domain, fcport->d_id.b.area,
1204 fcport->d_id.b.al_pa,
1213 fcport->port_type = FCT_TARGET;
1215 fcport->flags |= FCF_FCP2_DEVICE;
1217 fcport->port_type = FCT_INITIATOR;
1220 fcport->supported_classes |= FC_COS_CLASS2;
1222 fcport->supported_classes |= FC_COS_CLASS3;
1251 fcport->vha->host_no, sp->handle, type, fcport->d_id.b.domain,
1252 fcport->d_id.b.area, fcport->d_id.b.al_pa,
1267 fc_port_t *fcport;
1281 fcport = sp->fcport;
1286 fcport->vha->host_no, sp->handle, type,
1291 fcport->vha->host_no, sp->handle, type,
1297 fcport->vha->host_no, sp->handle, type,
1302 fcport->vha->host_no, sp->handle, type,
1307 fcport->vha->host_no, sp->handle, type,
1428 "cmd=%p pid=%ld\n", __func__, sp->fcport->vha->host_no,
1516 fc_port_t *fcport;
1581 fcport = sp->fcport;
1772 atomic_read(&fcport->state)));
1774 if (atomic_read(&fcport->state) == FCS_ONLINE)
1775 qla2x00_mark_device_lost(fcport->vha, fcport, 1, 1);