Searched refs:fcs_vf (Results 1 – 2 of 2) sorted by relevance
881 bfa_fcs_vf_t *fcs_vf; in bfad_iocmd_fabric_get_lports() local902 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_fabric_get_lports()903 if (fcs_vf == NULL) { in bfad_iocmd_fabric_get_lports()908 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports); in bfad_iocmd_fabric_get_lports()2512 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats() local2516 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_get_stats()2517 if (fcs_vf == NULL) { in bfad_iocmd_vf_get_stats()2522 memcpy((void *)&iocmd->stats, (void *)&fcs_vf->stats, in bfad_iocmd_vf_get_stats()2535 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats() local2539 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_clr_stats()[all …]
159 bfa_fcs_vf_t fcs_vf; member