Searched refs:rport (Results 76 - 92 of 92) sorted by relevance

1234

/linux-master/drivers/message/fusion/
H A Dmptbase.h543 #define MPT_RPORT_INFO_FLAGS_REGISTERED 0x01 /* rport registered */
547 * data allocated for each fc rport device
552 struct fc_rport *rport; member in struct:mptfc_rport_info
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.c516 if (itnim->rport->rport_info.lp_tag != fcs_port->lp_tag)
727 struct bfa_rport_s *rport; local
747 rport = bfa_fcs_rport_get_halrport(fcs_rport);
748 if (rport)
749 memset(&rport->stats, 0, sizeof(rport->stats));
H A Dbfad.c471 bfa_fcb_rport_alloc(struct bfad_s *bfad, struct bfa_fcs_rport_s **rport, argument
482 *rport = &(*rport_drv)->fcs_rport;
H A Dbfa_defs_svc.h1188 u8 qos_priority; /* rport's QoS priority */
1437 struct bfa_rport_aen_data_s rport; member in union:bfa_aen_data_u
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c6095 struct fc_rport *rport; local
6106 fcport->rport = rport = fc_remote_port_add(vha->host, 0, &rport_ids);
6107 if (!rport) {
6114 *((fc_port_t **)rport->dd_data) = fcport;
6116 fcport->dev_loss_tmo = rport->dev_loss_tmo;
6118 rport->supported_classes = fcport->supported_classes;
6132 fc_remote_port_rolechg(rport, rport_ids.roles);
6135 "%s: %8phN. rport %ld:0:%d (%p) is %s mode\n",
6137 rport
9975 qla2xxx_get_tgt_stats(struct Scsi_Host *host, u32 flags, struct fc_rport *rport, void *data, u64 size) argument
[all...]
H A Dqla_gbl.h1011 struct fc_rport *rport, void *data, u64 size);
H A Dqla_def.h2647 struct fc_rport *rport; member in struct:fc_port
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c2228 struct srp_rport *rport; local
2290 rport = srp_rport_add(host, &ids);
2291 if (IS_ERR(rport))
H A Dibmvfc.h731 struct fc_rport *rport; member in struct:ibmvfc_target
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1989 struct drm_dp_mst_port *rport = NULL; local
1993 rport = drm_dp_mst_topology_get_port_validated_locked(
1996 if (rport && !drm_dp_mst_topology_try_get_port(rport))
1997 rport = NULL;
2000 return rport;
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c38 rc = fc_remote_port_chkready(fcport->rport);
40 QEDF_ERR(&(qedf->dbg_ctx), "els 0x%x: rport not ready\n", op);
366 * rport by logging out and then logging back in.
408 /* Recreate the rport and log back in */
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h474 void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
H A Dlpfc_nportdisc.c474 /* rport needs to be unregistered first */
1002 struct fc_rport *rport = ndlp->rport; local
1051 if (rport) {
1052 /* We need to update the rport role values */
1060 "rport rolechg: role:x%x did:x%x flg:x%x",
1064 fc_remote_port_rolechg(rport, roles);
2256 * needs to know if the rport is capable of
H A Dlpfc_debugfs.c815 struct lpfc_nvme_rport *rport; local
958 rport = lpfc_ndlp_get_nrport(ndlp);
959 if (rport)
960 nrport = rport->remoteport;
989 /* An NVME rport can have multiple roles. */
H A Dlpfc_els.c1873 * If ndlp is not associated with any rport we can drop it here else
1876 if (!ndlp->rport && (ndlp->nlp_state == NLP_STE_NPR_NODE))
2516 /* SLI3 ports don't support NVME. If this rport is a strict NVME
3037 * issued to the remote rport and a ACC or RJT or no Answer are
3109 * driver sends a LOGO to the rport to cleanup. For fabric and
4733 * Possibly the rport just wasn't ready.
4907 * on this rport.
5271 * The driver received a LOGO from the rport and has ACK'd it.
12118 LOG_SLI, "3093 No rport recovery needed. "
12119 "rport i
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c224 BNX2FC_TGT_DBG(tgt, "Xmit L2 frame rport = 0x%x, oxid = 0x%x, "
2551 static void bnx2fc_rport_terminate_io(struct fc_rport *rport) argument
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c2549 pr_debug("parent ep %p hwtid %u laddr %pI4 raddr %pI4 lport %d rport %d peer_mss %d\n"
2557 pr_debug("parent ep %p hwtid %u laddr %pI6 raddr %pI6 lport %d rport %d peer_mss %d\n"
3389 pr_debug("saddr %pI4 sport 0x%x raddr %pI4 rport 0x%x\n",
3411 pr_debug("saddr %pI6 sport 0x%x raddr %pI6 rport 0x%x\n",
3995 __be32 raddr, __be16 rport,
4013 req->le.pport = rport;
3993 send_fw_pass_open_req(struct c4iw_dev *dev, struct sk_buff *skb, __be32 laddr, __be16 lport, __be32 raddr, __be16 rport, u32 rcv_isn, u32 filter, u16 window, u32 rss_qid, u8 port_id) argument

Completed in 461 milliseconds

1234