match_rn 304 drivers/scsi/csiostor/csio_rnode.c struct csio_rnode *rn, *match_rn; match_rn 340 drivers/scsi/csiostor/csio_rnode.c match_rn = csio_rnode_lookup_portid(ln, match_rn 342 drivers/scsi/csiostor/csio_rnode.c if (match_rn == NULL) { match_rn 352 drivers/scsi/csiostor/csio_rnode.c if (!memcmp(csio_rn_wwpn(match_rn), rdevp->wwpn, 8)) { match_rn 353 drivers/scsi/csiostor/csio_rnode.c if (rn == match_rn) match_rn 369 drivers/scsi/csiostor/csio_rnode.c rn = match_rn; match_rn 383 drivers/scsi/csiostor/csio_rnode.c match_rn = csio_rn_lookup_wwpn(ln, rdevp->wwpn); match_rn 384 drivers/scsi/csiostor/csio_rnode.c if (match_rn != NULL) { match_rn 389 drivers/scsi/csiostor/csio_rnode.c match_rn->nport_id); match_rn 391 drivers/scsi/csiostor/csio_rnode.c rn = match_rn;