Searched defs:fcs_port (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_drv.h135 struct bfa_fcs_lport_s *fcs_port; member in struct:bfad_port_s
H A Dbfad_bsg.c455 struct bfa_fcs_lport_s *fcs_port; local
460 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
462 if (fcs_port == NULL) {
468 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr);
478 struct bfa_fcs_lport_s *fcs_port; local
484 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
486 if (fcs_port == NULL) {
492 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats);
502 struct bfa_fcs_lport_s *fcs_port; local
511 fcs_port
536 struct bfa_fcs_lport_s *fcs_port; local
564 struct bfa_fcs_lport_s *fcs_port; local
604 struct bfa_fcs_lport_s *fcs_port; local
642 struct bfa_fcs_lport_s *fcs_port; local
691 struct bfa_fcs_lport_s *fcs_port; local
732 struct bfa_fcs_lport_s *fcs_port; local
768 struct bfa_fcs_lport_s *fcs_port; local
1066 struct bfa_fcs_lport_s *fcs_port; local
1086 struct bfa_fcs_lport_s *fcs_port; local
1117 struct bfa_fcs_lport_s *fcs_port; local
1146 struct bfa_fcs_lport_s *fcs_port; local
2115 struct bfa_fcs_lport_s *fcs_port; local
3362 struct bfa_fcs_lport_s *fcs_port; local
[all...]
H A Dbfa_fcs_lport.c5948 bfa_fcs_lport_get_stats(struct bfa_fcs_lport_s *fcs_port, argument
5951 *port_stats = fcs_port->stats;
5955 bfa_fcs_lport_clear_stats(struct bfa_fcs_lport_s *fcs_port) argument
5957 memset(&fcs_port->stats, 0, sizeof(struct bfa_lport_stats_s));

Completed in 55 milliseconds