Lines Matching refs:rport
692 struct fc_rport *rport; in bnx2fc_initiate_tmf() local
711 rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_initiate_tmf()
715 if (rport == NULL) { in bnx2fc_initiate_tmf()
720 rp = rport->dd_data; in bnx2fc_initiate_tmf()
779 did = rport->port_id; in bnx2fc_initiate_tmf()
852 struct fc_rport *rport = tgt->rport; in bnx2fc_initiate_abts() local
880 if (rport == NULL) { in bnx2fc_initiate_abts()
916 did = rport->port_id; in bnx2fc_initiate_abts()
1163 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_eh_abort() local
1164 struct fc_rport_libfc_priv *rp = rport->dd_data; in bnx2fc_eh_abort()
1858 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device)); in bnx2fc_queuecommand() local
1859 struct fc_rport_libfc_priv *rp = rport->dd_data; in bnx2fc_queuecommand()
1865 rval = fc_remote_port_chkready(rport); in bnx2fc_queuecommand()