Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfad_bsg.c874 bfa_fcs_vf_t *fcs_vf; in bfad_iocmd_fabric_get_lports() local
895 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_fabric_get_lports()
896 if (fcs_vf == NULL) { in bfad_iocmd_fabric_get_lports()
901 bfa_fcs_vf_get_ports(fcs_vf, (wwn_t *)iocmd_bufptr, &nports); in bfad_iocmd_fabric_get_lports()
2503 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats() local
2507 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_get_stats()
2508 if (fcs_vf == NULL) { in bfad_iocmd_vf_get_stats()
2513 memcpy((void *)&iocmd->stats, (void *)&fcs_vf->stats, in bfad_iocmd_vf_get_stats()
2526 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats() local
2530 fcs_vf = bfa_fcs_vf_lookup(&bfad->bfa_fcs, iocmd->vf_id); in bfad_iocmd_vf_clr_stats()
[all …]
A Dbfad_drv.h152 bfa_fcs_vf_t fcs_vf; member

Completed in 10 milliseconds