Searched defs:fcs_rport (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_drv.h251 struct bfa_fcs_rport_s fcs_rport; member in struct:bfad_rport_s
H A Dbfad_bsg.c568 struct bfa_fcs_rport_s *fcs_rport; local
581 fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn);
582 if (fcs_rport == NULL) {
589 bfa_fcs_rport_get_attr(fcs_rport, &iocmd->attr);
651 struct bfa_fcs_rport_s *fcs_rport; local
664 fcs_rport = bfa_fcs_rport_lookup(fcs_port, iocmd->rpwwn);
665 if (fcs_rport == NULL) {
672 memcpy((void *)&iocmd->stats, (void *)&fcs_rport->stats,
675 (void *)&(bfa_fcs_rport_get_halrport(fcs_rport)->stats),
690 struct bfa_fcs_rport_s *fcs_rport; local
725 struct bfa_fcs_rport_s *fcs_rport; local
2990 struct bfa_fcs_rport_s *fcs_rport; local
[all...]

Completed in 109 milliseconds