Searched refs:fc_vport (Results 1 - 25 of 25) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_vport.h87 int lpfc_vport_create(struct fc_vport *, bool);
88 int lpfc_vport_delete(struct fc_vport *);
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_crtn.h360 int lpfc_vport_disable(struct fc_vport *fc_vport, bool disable);
H A Dlpfc.h409 struct fc_vport *fc_vport; member in struct:lpfc_vport
H A Dlpfc_ct.c1069 strlen(vport->fc_vport->symbolic_name))
1071 vport->fc_vport->symbolic_name);
H A Dlpfc_attr.c4720 * @fc_vport: The fc_vport who's symbolic name has been changed.
4723 * This function is called by the transport after the @fc_vport's symbolic name
4728 lpfc_set_vport_symbolic_name(struct fc_vport *fc_vport) argument
4730 struct lpfc_vport *vport = *(struct lpfc_vport **)fc_vport->dd_data;
H A Dlpfc_init.c8626 fc_vport_terminate(vports[i]->fc_vport);
9384 fc_vport_terminate(vports[i]->fc_vport);
H A Dlpfc_hbadisc.c3484 struct fc_vport *new_fc_vport;
/drivers/scsi/libfc/
H A Dfc_npiv.c29 * @vport: fc_vport structure from scsi_transport_fc
33 struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize)
106 struct fc_vport *vport = vn_port->vport;
131 struct fc_vport *vport = vn_port->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);
1788 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) argument
1792 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost);
1799 ret = qla24xx_vport_create_req_sanity_check(fc_vport);
1806 vha = qla24xx_create_vhost(fc_vport);
1813 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED);
1833 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN);
1856 if (scsi_add_host_with_dma(vha->host, &fc_vport->dev,
1872 qla24xx_vport_disable(fc_vport, disabl
1922 qla24xx_vport_delete(struct fc_vport *fc_vport) argument
1975 qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable) argument
[all...]
H A Dqla_gbl.h156 extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *);
157 extern scsi_qla_host_t * qla24xx_create_vhost(struct fc_vport *);
H A Dqla_isr.c469 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
515 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
535 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
575 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
605 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED);
649 fc_vport_set_state(vha->fc_vport,
H A Dqla_def.h2931 struct fc_vport *fc_vport; /* holds fc_vport * for each vport */ member in struct:scsi_qla_host
H A Dqla_sup.c1021 struct fc_vport *vport;
H A Dqla_os.c2491 fc_vport_terminate(vha->fc_vport);
H A Dqla_mbx.c2989 fc_vport_set_state(vha->fc_vport, FC_VPORT_INITIALIZING);
/drivers/scsi/bfa/
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
446 bfad_im_vport_delete(struct fc_vport *fc_vport) argument
501 bfad_im_vport_disable(struct fc_vport *fc_vport, bool disable) argument
[all...]
H A Dbfad_im.h67 struct fc_vport *fc_vport; member in struct:bfad_im_port_s
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) {
H A Dbfad_im.c605 fc_vport_terminate(im_port->fc_vport);
/drivers/scsi/
H A Dscsi_transport_fc.c49 struct fc_vport **vport);
1060 struct fc_vport *vport = transport_class_to_vport(dev); \
1076 struct fc_vport *vport = transport_class_to_vport(dev); \
1095 struct fc_vport *vport = transport_class_to_vport(dev); \
1132 struct fc_vport *vport = transport_class_to_vport(dev); \
1143 struct fc_vport *vport = transport_class_to_vport(dev); \
1179 struct fc_vport *vport = transport_class_to_vport(dev); \
1248 struct fc_vport *vport = transport_class_to_vport(dev);
1268 struct fc_vport *vport = transport_class_to_vport(dev);
1296 struct fc_vport *vpor
[all...]
/drivers/scsi/fcoe/
H A Dfcoe.c148 static int fcoe_vport_destroy(struct fc_vport *);
149 static int fcoe_vport_create(struct fc_vport *, bool disabled);
150 static int fcoe_vport_disable(struct fc_vport *, bool disable);
151 static void fcoe_set_vport_symbolic_name(struct fc_vport *);
989 struct fc_vport *vport = dev_to_vport(parent);
2538 * @vport: fc_vport object to create a new fc_host for
2543 static int fcoe_vport_create(struct fc_vport *vport, bool disabled)
2587 * @vport: fc_vport object that is being destroyed
2591 static int fcoe_vport_destroy(struct fc_vport *vport)
2610 static int fcoe_vport_disable(struct fc_vport *vpor
[all...]
H A Dfcoe_transport.c135 int fcoe_validate_vport_create(struct fc_vport *vport)
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1041 static int bnx2fc_vport_create(struct fc_vport *vport, bool disabled)
1103 static int bnx2fc_vport_destroy(struct fc_vport *vport)
1133 static int bnx2fc_vport_disable(struct fc_vport *vport, bool disable)
1374 struct fc_vport *vport = dev_to_vport(parent);

Completed in 209 milliseconds