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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Drport.c1430 struct bfa_fcs_rport_s *twin; local
1466 twin = (struct bfa_fcs_rport_s *)qe;
1467 if (twin == rport)
1469 if (!rport->pwwn && (plogi_rsp->port_name == twin->pwwn)) {
1470 bfa_trc(rport->fcs, twin->pid);
1474 * Update plogi stats in twin
1476 twin->stats.plogis += rport->stats.plogis;
1477 twin->stats.plogi_rejects += rport->stats.plogi_rejects;
1478 twin->stats.plogi_timeouts +=
1480 twin
1629 struct bfa_fcs_rport_s *twin; local
[all...]

Completed in 108 milliseconds