Searched defs:fc_vport (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/bfa/
H A Dbfad_im.h67 struct fc_vport *fc_vport; member in struct:bfad_im_port_s
H A Dbfad_attr.c374 bfad_im_vport_create(struct fc_vport *fc_vport, bool disable) argument
376 char *vname = fc_vport->symbolic_name;
377 struct Scsi_Host *shost = fc_vport->shost;
387 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn);
388 u64_to_wwn(fc_vport->port_name, (u8 *)&port_cfg.pwwn);
404 rc = bfad_vport_create(bfad, 0, &port_cfg, &fc_vport->dev);
417 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE);
422 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED);
429 fc_vport
483 bfad_im_vport_delete(struct fc_vport *fc_vport) argument
540 bfad_im_vport_disable(struct fc_vport *fc_vport, bool disable) argument
[all...]
H A Dbfad.c1080 struct fc_vport *fc_vport; local
1091 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid);
1092 if (!fc_vport) {
/drivers/scsi/lpfc/
H A Dlpfc_vport.c52 struct fc_vport *fc_vport = vport->fc_vport; local
54 if (fc_vport) {
59 /* fc_vport_set_state(fc_vport, new_state); */
61 fc_vport->vport_last_state = fc_vport->vport_state;
62 fc_vport->vport_state = new_state;
291 lpfc_vport_create(struct fc_vport *fc_vport, boo argument
461 disable_vport(struct fc_vport *fc_vport) argument
513 enable_vport(struct fc_vport *fc_vport) argument
554 lpfc_vport_disable(struct fc_vport *fc_vport, bool disable) argument
564 lpfc_vport_delete(struct fc_vport *fc_vport) argument
[all...]
H A Dlpfc_attr.c4724 * @fc_vport: The fc_vport who's symbolic name has been changed.
4727 * This function is called by the transport after the @fc_vport's symbolic name
4732 lpfc_set_vport_symbolic_name(struct fc_vport *fc_vport) argument
4734 struct lpfc_vport *vport = *(struct lpfc_vport **)fc_vport->dd_data;
H A Dlpfc.h409 struct fc_vport *fc_vport; member in struct:lpfc_vport
/drivers/scsi/qla2xxx/
H A Dqla_mid.c157 fc_vport_set_state(vha->fc_vport, FC_VPORT_DISABLED);
159 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
177 fc_vport_set_state(vha->fc_vport, FC_VPORT_LINKDOWN);
187 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
204 struct fc_vport *fc_vport; local
207 fc_vport = vha->fc_vport;
226 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE);
390 qla24xx_vport_create_req_sanity_check(struct fc_vport *fc_vpor argument
428 qla24xx_create_vhost(struct fc_vport *fc_vport) argument
[all...]
H A Dqla_attr.c14 static int qla24xx_vport_disable(struct fc_vport *, bool);
1656 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) argument
1660 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost);
1667 ret = qla24xx_vport_create_req_sanity_check(fc_vport);
1674 vha = qla24xx_create_vhost(fc_vport);
1681 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED);
1701 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN);
1724 if (scsi_add_host_with_dma(vha->host, &fc_vport->dev,
1740 qla24xx_vport_disable(fc_vport, disabl
1791 qla24xx_vport_delete(struct fc_vport *fc_vport) argument
1844 qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable) argument
[all...]
H A Dqla_def.h2956 struct fc_vport *fc_vport; /* holds fc_vport * for each vport */ member in struct:scsi_qla_host

Completed in 151 milliseconds