Lines Matching defs:rport
6086 struct fc_rport *rport;
6097 fcport->rport = rport = fc_remote_port_add(vha->host, 0, &rport_ids);
6098 if (!rport) {
6105 *((fc_port_t **)rport->dd_data) = fcport;
6107 fcport->dev_loss_tmo = rport->dev_loss_tmo;
6109 rport->supported_classes = fcport->supported_classes;
6123 fc_remote_port_rolechg(rport, rport_ids.roles);
6126 "%s: %8phN. rport %ld:0:%d (%p) is %s mode\n",
6128 rport->scsi_target_id, rport,
9959 if (!fcport->rport)
9962 rsp_data->entry[i].tgt_num = fcport->rport->number;
9974 struct fc_rport *rport, void *data, u64 size)
9977 fc_port_t *fcport = *(fc_port_t **)rport->dd_data;
9982 tgt_data->stats.entry[0].tgt_num = rport->number;