Searched defs:fcs_vf (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_drv.h159 bfa_fcs_vf_t fcs_vf; member in struct:bfad_vf_s
H A Dbfad_bsg.c881 bfa_fcs_vf_t *fcs_vf; local
902 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id);
903 if (fcs_vf == NULL) {
908 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports);
2512 struct bfa_fcs_fabric_s *fcs_vf; local
2516 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id);
2517 if (fcs_vf == NULL) {
2522 memcpy((void *)&iocmd->stats, (void *)&fcs_vf->stats,
2535 struct bfa_fcs_fabric_s *fcs_vf; local
2539 fcs_vf
[all...]

Completed in 100 milliseconds