Home
last modified time | relevance | path

Searched refs:match_rn (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_rnode.c304 struct csio_rnode *rn, *match_rn; in csio_confirm_rnode() local
340 match_rn = csio_rnode_lookup_portid(ln, in csio_confirm_rnode()
342 if (match_rn == NULL) { in csio_confirm_rnode()
352 if (!memcmp(csio_rn_wwpn(match_rn), rdevp->wwpn, 8)) { in csio_confirm_rnode()
353 if (rn == match_rn) in csio_confirm_rnode()
369 rn = match_rn; in csio_confirm_rnode()
383 match_rn = csio_rn_lookup_wwpn(ln, rdevp->wwpn); in csio_confirm_rnode()
384 if (match_rn != NULL) { in csio_confirm_rnode()
389 match_rn->nport_id); in csio_confirm_rnode()
391 rn = match_rn; in csio_confirm_rnode()