Searched refs:match_rn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_rnode.c | 304 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() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_rnode.c | 304 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() [all...] |
Completed in 2 milliseconds