Lines Matching refs:fcs_vf
882 bfa_fcs_vf_t *fcs_vf; in bfad_iocmd_fabric_get_lports() local
903 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_fabric_get_lports()
904 if (fcs_vf == NULL) { in bfad_iocmd_fabric_get_lports()
909 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports); in bfad_iocmd_fabric_get_lports()
2511 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats() local
2515 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_get_stats()
2516 if (fcs_vf == NULL) { in bfad_iocmd_vf_get_stats()
2521 memcpy((void *)&iocmd->stats, (void *)&fcs_vf->stats, in bfad_iocmd_vf_get_stats()
2534 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats() local
2538 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_clr_stats()
2539 if (fcs_vf == NULL) { in bfad_iocmd_vf_clr_stats()
2544 memset((void *)&fcs_vf->stats, 0, sizeof(struct bfa_vf_stats_s)); in bfad_iocmd_vf_clr_stats()