Searched refs:fcs_port (Results 1 – 1 of 1) sorted by relevance
448 struct bfa_fcs_lport_s *fcs_port; in bfad_iocmd_lport_get_attr() local453 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() local477 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() local504 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs, in bfad_iocmd_lport_reset_stats()[all …]