Lines Matching defs:rport
436 * ADISC since the rport is in state ready.
718 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
722 struct fc_rport_libfc_priv *rp = rport->dd_data;
734 /* rport and tgt are allocated together, so tgt should be non-NULL */
738 QEDF_ERR(&qedf->dbg_ctx, "stale rport, sc_cmd=%p\n", sc_cmd);
767 if (fc_remote_port_chkready(rport)) {
770 "rport not ready, io_req=%p, xid=0x%x sc_cmd=%p op=0x%02x, refcount=%d, port_id=%06x\n",
1366 port_id = fcport->rdata->rport->port_id;
1459 struct fc_rport *rport = rdata->rport;
1471 if (!rport) {
1472 QEDF_WARN(&(qedf->dbg_ctx), "rport is NULL.\n");
1476 rp = rport->dd_data;
1498 if (rport->port_id == FC_FID_DIR_SERV) {
1505 QEDF_WARN(&(qedf->dbg_ctx), "rport struct does not "
1525 fcport->rport = rport;
1582 if (!rport) {
1584 "port_id=%x - rport notcreated Yet!!\n", port_id);
1587 rp = rport->dd_data;