Home
last modified time | relevance | path

Searched refs:fcs_port (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c448 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() local
453 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_attr()
455 if (fcs_port == NULL) { in bfad_iocmd_lport_get_attr()
461 bfa_fcs_lport_get_attr(fcs_port, &iocmd->port_attr); in bfad_iocmd_lport_get_attr()
471 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_stats() local
477 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_get_stats()
479 if (fcs_port == NULL) { in bfad_iocmd_lport_get_stats()
485 bfa_fcs_lport_get_stats(fcs_port, &iocmd->port_stats); in bfad_iocmd_lport_get_stats()
495 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_reset_stats() local
504 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_reset_stats()
[all …]