/drivers/scsi/csiostor/ |
D | csio_attr.c | 391 struct fc_vport *fc_vport = ln->fc_vport; in csio_vport_set_state() local 398 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN); in csio_vport_set_state() 403 fc_vport_set_state(fc_vport, FC_VPORT_NO_FABRIC_SUPP); in csio_vport_set_state() 410 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN); in csio_vport_set_state() 413 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE); in csio_vport_set_state() 552 csio_vport_create(struct fc_vport *fc_vport, bool disable) in csio_vport_create() argument 554 struct Scsi_Host *shost = fc_vport->shost; in csio_vport_create() 561 ln = csio_shost_init(hw, &fc_vport->dev, false, pln); in csio_vport_create() 565 if (fc_vport->node_name != 0) { in csio_vport_create() 566 u64_to_wwn(fc_vport->node_name, wwn); in csio_vport_create() [all …]
|
D | csio_lnode.h | 197 struct fc_vport *fc_vport; member
|
D | csio_init.c | 883 fc_vport_terminate(ln->fc_vport); in csio_lnodes_exit()
|
/drivers/scsi/lpfc/ |
D | lpfc_vport.c | 56 struct fc_vport *fc_vport = vport->fc_vport; in lpfc_vport_set_state() local 58 if (fc_vport) { in lpfc_vport_set_state() 65 fc_vport->vport_last_state = fc_vport->vport_state; in lpfc_vport_set_state() 66 fc_vport->vport_state = new_state; in lpfc_vport_set_state() 295 lpfc_vport_create(struct fc_vport *fc_vport, bool disable) in lpfc_vport_create() argument 298 struct Scsi_Host *shost = fc_vport->shost; in lpfc_vport_create() 345 vport = lpfc_create_port(phba, instance, &fc_vport->dev); in lpfc_vport_create() 373 u64_to_wwn(fc_vport->node_name, vport->fc_nodename.u.wwn); in lpfc_vport_create() 374 u64_to_wwn(fc_vport->port_name, vport->fc_portname.u.wwn); in lpfc_vport_create() 409 *(struct lpfc_vport **)fc_vport->dd_data = vport; in lpfc_vport_create() [all …]
|
D | lpfc_vport.h | 89 int lpfc_vport_create(struct fc_vport *, bool); 90 int lpfc_vport_delete(struct fc_vport *);
|
D | lpfc_crtn.h | 412 int lpfc_vport_disable(struct fc_vport *fc_vport, bool disable);
|
D | lpfc.h | 477 struct fc_vport *fc_vport; member
|
D | lpfc_attr.c | 6925 lpfc_set_vport_symbolic_name(struct fc_vport *fc_vport) in lpfc_set_vport_symbolic_name() argument 6927 struct lpfc_vport *vport = *(struct lpfc_vport **)fc_vport->dd_data; in lpfc_set_vport_symbolic_name()
|
/drivers/scsi/bfa/ |
D | bfad_attr.c | 352 bfad_im_vport_create(struct fc_vport *fc_vport, bool disable) in bfad_im_vport_create() argument 354 char *vname = fc_vport->symbolic_name; in bfad_im_vport_create() 355 struct Scsi_Host *shost = fc_vport->shost; in bfad_im_vport_create() 365 u64_to_wwn(fc_vport->node_name, (u8 *)&port_cfg.nwwn); in bfad_im_vport_create() 366 u64_to_wwn(fc_vport->port_name, (u8 *)&port_cfg.pwwn); in bfad_im_vport_create() 382 rc = bfad_vport_create(bfad, 0, &port_cfg, &fc_vport->dev); in bfad_im_vport_create() 395 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE); in bfad_im_vport_create() 400 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED); in bfad_im_vport_create() 424 fc_vport->dd_data = vport; in bfad_im_vport_create() 425 vport->drv_port.im_port->fc_vport = fc_vport; in bfad_im_vport_create() [all …]
|
D | bfad_im.h | 60 struct fc_vport *fc_vport; member
|
D | bfad.c | 1026 struct fc_vport *fc_vport; in bfad_start_ops() local 1037 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops() 1038 if (!fc_vport) { in bfad_start_ops()
|
D | bfad_im.c | 615 fc_vport_terminate(im_port->fc_vport); in bfad_im_port_delete_handler()
|
/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 181 fc_vport_set_state(vha->fc_vport, FC_VPORT_DISABLED); in qla24xx_disable_vp() 183 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_disable_vp() 201 fc_vport_set_state(vha->fc_vport, FC_VPORT_LINKDOWN); in qla24xx_enable_vp() 216 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_enable_vp() 233 struct fc_vport *fc_vport; in qla24xx_configure_vp() local 236 fc_vport = vha->fc_vport; in qla24xx_configure_vp() 255 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE); in qla24xx_configure_vp() 442 qla24xx_vport_create_req_sanity_check(struct fc_vport *fc_vport) in qla24xx_vport_create_req_sanity_check() argument 444 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create_req_sanity_check() 449 if (fc_vport->roles != FC_PORT_ROLE_FCP_INITIATOR) in qla24xx_vport_create_req_sanity_check() [all …]
|
D | qla_attr.c | 15 static int qla24xx_vport_disable(struct fc_vport *, bool); 2779 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) in qla24xx_vport_create() argument 2783 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create() 2790 ret = qla24xx_vport_create_req_sanity_check(fc_vport); in qla24xx_vport_create() 2797 vha = qla24xx_create_vhost(fc_vport); in qla24xx_vport_create() 2804 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED); in qla24xx_vport_create() 2824 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN); in qla24xx_vport_create() 2855 if (scsi_add_host_with_dma(vha->host, &fc_vport->dev, in qla24xx_vport_create() 2872 qla24xx_vport_disable(fc_vport, disable); in qla24xx_vport_create() 2917 qla24xx_vport_delete(struct fc_vport *fc_vport) in qla24xx_vport_delete() argument [all …]
|
D | qla_gbl.h | 250 extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *); 251 extern scsi_qla_host_t *qla24xx_create_vhost(struct fc_vport *);
|
D | qla_isr.c | 796 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event() 869 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event() 889 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event() 932 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event() 961 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event() 1042 fc_vport_set_state(vha->fc_vport, in qla2x00_async_event()
|
D | tcm_qla2xxx.c | 1676 struct fc_vport *vport; in tcm_qla2xxx_lport_register_npiv_cb() 1784 fc_vport_terminate(npiv_vha->fc_vport); in tcm_qla2xxx_npiv_drop_lport()
|
D | qla_def.h | 4470 struct fc_vport *fc_vport; /* holds fc_vport * for each vport */ member
|
D | qla_sup.c | 1155 struct fc_vport *vport; in qla2xxx_flash_npiv_conf()
|
/drivers/scsi/libfc/ |
D | fc_npiv.c | 21 struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize) in libfc_vport_create() 94 struct fc_vport *vport = vn_port->vport; in __fc_vport_setlink() 119 struct fc_vport *vport = vn_port->vport; in fc_vport_setlink()
|
/drivers/scsi/ |
D | scsi_transport_fc.c | 31 struct fc_vport **vport); 1064 struct fc_vport *vport = transport_class_to_vport(dev); \ 1080 struct fc_vport *vport = transport_class_to_vport(dev); \ 1099 struct fc_vport *vport = transport_class_to_vport(dev); \ 1136 struct fc_vport *vport = transport_class_to_vport(dev); \ 1147 struct fc_vport *vport = transport_class_to_vport(dev); \ 1183 struct fc_vport *vport = transport_class_to_vport(dev); \ 1252 struct fc_vport *vport = transport_class_to_vport(dev); in show_fc_vport_roles() 1272 struct fc_vport *vport = transport_class_to_vport(dev); in store_fc_vport_delete() 1300 struct fc_vport *vport = transport_class_to_vport(dev); in store_fc_vport_disable() [all …]
|
/drivers/scsi/fcoe/ |
D | fcoe.c | 140 static int fcoe_vport_destroy(struct fc_vport *); 141 static int fcoe_vport_create(struct fc_vport *, bool disabled); 142 static int fcoe_vport_disable(struct fc_vport *, bool disable); 143 static void fcoe_set_vport_symbolic_name(struct fc_vport *); 1136 struct fc_vport *vport = dev_to_vport(parent); in fcoe_if_create() 2657 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) in fcoe_vport_create() 2705 static int fcoe_vport_destroy(struct fc_vport *vport) in fcoe_vport_destroy() 2733 struct fc_vport *vport; in fcoe_vport_remove() 2734 struct fc_vport *next_vport; in fcoe_vport_remove() 2760 static int fcoe_vport_disable(struct fc_vport *vport, bool disable) in fcoe_vport_disable() [all …]
|
D | fcoe_transport.c | 248 int fcoe_validate_vport_create(struct fc_vport *vport) in fcoe_validate_vport_create()
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 1124 static int bnx2fc_vport_create(struct fc_vport *vport, bool disabled) in bnx2fc_vport_create() 1189 static int bnx2fc_vport_destroy(struct fc_vport *vport) in bnx2fc_vport_destroy() 1219 static int bnx2fc_vport_disable(struct fc_vport *vport, bool disable) in bnx2fc_vport_disable() 1497 struct fc_vport *vport = dev_to_vport(parent); in bnx2fc_if_create()
|
/drivers/scsi/qedf/ |
D | qedf_main.c | 1685 static int qedf_vport_libfc_config(struct fc_vport *vport, in qedf_vport_libfc_config() 1716 static int qedf_vport_create(struct fc_vport *vport, bool disabled) in qedf_vport_create() 1836 static int qedf_vport_destroy(struct fc_vport *vport) in qedf_vport_destroy() 1880 static int qedf_vport_disable(struct fc_vport *vport, bool disable) in qedf_vport_disable()
|