[go: nahoru, domu]

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

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

Completed in 37 milliseconds