Lines Matching defs:fcs_vport
374 vp->fcs_vport.lport.port_cfg.pwwn) {
376 vp->fcs_vport.lport.port_cfg.preboot_vp;
385 struct bfa_fcs_vport_s *fcs_vport;
389 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0,
392 if (fcs_vport == NULL)
398 bfa_fcs_vport_stop(fcs_vport);
403 vport = fcs_vport->vport_drv;
484 struct bfa_fcs_vport_s *fcs_vport;
502 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0, pwwn);
505 if (fcs_vport == NULL)
514 rc = bfa_fcs_vport_delete(&vport->fcs_vport);
537 struct bfa_fcs_vport_s *fcs_vport;
548 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0, pwwn);
551 if (fcs_vport == NULL)
555 bfa_fcs_vport_stop(fcs_vport);
558 bfa_fcs_vport_start(fcs_vport);
574 struct bfa_fcs_vport_s *fcs_vport;
581 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0, pwwn);
584 if (fcs_vport == NULL)
589 bfa_fcs_lport_set_symname(&fcs_vport->lport, sym_name);