Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
Dcsio_attr.c391 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 …]
Dcsio_lnode.h197 struct fc_vport *fc_vport; member
Dcsio_init.c880 fc_vport_terminate(ln->fc_vport); in csio_lnodes_exit()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_vport.c56 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 …]
Dlpfc_vport.h89 int lpfc_vport_create(struct fc_vport *, bool);
90 int lpfc_vport_delete(struct fc_vport *);
Dlpfc_crtn.h413 int lpfc_vport_disable(struct fc_vport *fc_vport, bool disable);
Dlpfc.h475 struct fc_vport *fc_vport; member
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfad_attr.c352 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 …]
Dbfad_im.h60 struct fc_vport *fc_vport; member
Dbfad.c1027 struct fc_vport *fc_vport; in bfad_start_ops() local
1038 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid); in bfad_start_ops()
1039 if (!fc_vport) { in bfad_start_ops()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_mid.c180 fc_vport_set_state(vha->fc_vport, FC_VPORT_DISABLED); in qla24xx_disable_vp()
182 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_disable_vp()
200 fc_vport_set_state(vha->fc_vport, FC_VPORT_LINKDOWN); in qla24xx_enable_vp()
215 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_enable_vp()
232 struct fc_vport *fc_vport; in qla24xx_configure_vp() local
235 fc_vport = vha->fc_vport; in qla24xx_configure_vp()
254 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE); in qla24xx_configure_vp()
448 qla24xx_vport_create_req_sanity_check(struct fc_vport *fc_vport) in qla24xx_vport_create_req_sanity_check() argument
450 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create_req_sanity_check()
455 if (fc_vport->roles != FC_PORT_ROLE_FCP_INITIATOR) in qla24xx_vport_create_req_sanity_check()
[all …]
Dqla_attr.c14 static int qla24xx_vport_disable(struct fc_vport *, bool);
2963 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) in qla24xx_vport_create() argument
2967 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create()
2974 ret = qla24xx_vport_create_req_sanity_check(fc_vport); in qla24xx_vport_create()
2981 vha = qla24xx_create_vhost(fc_vport); in qla24xx_vport_create()
2988 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED); in qla24xx_vport_create()
3008 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN); in qla24xx_vport_create()
3039 if (scsi_add_host_with_dma(vha->host, &fc_vport->dev, in qla24xx_vport_create()
3056 qla24xx_vport_disable(fc_vport, disable); in qla24xx_vport_create()
3101 qla24xx_vport_delete(struct fc_vport *fc_vport) in qla24xx_vport_delete() argument
[all …]
Dqla_gbl.h255 extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *);
256 extern scsi_qla_host_t *qla24xx_create_vhost(struct fc_vport *);
Dqla_isr.c1150 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event()
1223 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event()
1243 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event()
1286 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event()
1315 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla2x00_async_event()
1395 fc_vport_set_state(vha->fc_vport, in qla2x00_async_event()
Dtcm_qla2xxx.c1699 struct fc_vport *vport; in tcm_qla2xxx_lport_register_npiv_cb()
1807 fc_vport_terminate(npiv_vha->fc_vport); in tcm_qla2xxx_npiv_drop_lport()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_npiv.c21 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()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h218 struct fc_vport { struct
253 container_of(d, struct fc_vport, dev)
646 void (*set_vport_symbolic_name)(struct fc_vport *);
647 int (*vport_create)(struct fc_vport *, bool);
648 int (*vport_disable)(struct fc_vport *, bool);
649 int (*vport_delete)(struct fc_vport *);
768 fc_vport_set_state(struct fc_vport *vport, enum fc_vport_state new_state) in fc_vport_set_state()
800 struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
802 int fc_vport_terminate(struct fc_vport *vport);
Dlibfc.h704 struct fc_vport *vport;
902 struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize);
Dlibfcoe.h262 int fcoe_validate_vport_create(struct fc_vport *vport);
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c31 struct fc_vport **vport);
1065 struct fc_vport *vport = transport_class_to_vport(dev); \
1081 struct fc_vport *vport = transport_class_to_vport(dev); \
1100 struct fc_vport *vport = transport_class_to_vport(dev); \
1137 struct fc_vport *vport = transport_class_to_vport(dev); \
1148 struct fc_vport *vport = transport_class_to_vport(dev); \
1184 struct fc_vport *vport = transport_class_to_vport(dev); \
1253 struct fc_vport *vport = transport_class_to_vport(dev); in show_fc_vport_roles()
1273 struct fc_vport *vport = transport_class_to_vport(dev); in store_fc_vport_delete()
1301 struct fc_vport *vport = transport_class_to_vport(dev); in store_fc_vport_disable()
[all …]
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi_fc_transport.rst133 /sys/class/fc_vports/vport-17:0-0 the vport's fc_vport
142 The new fc_vport class object has the following attributes
349 int vport_create(struct fc_vport *vport, bool disable)
435 int vport_disable(struct fc_vport *vport, bool disable)
466 int vport_delete(struct fc_vport *vport)
473 fc_host or fc_vport vport_delete attributes), the transport will call
523 struct fc_vport *
528 * @vport: fc_vport to be terminated
537 fc_vport_terminate(struct fc_vport *vport)
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c140 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()
2656 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) in fcoe_vport_create()
2704 static int fcoe_vport_destroy(struct fc_vport *vport) in fcoe_vport_destroy()
2732 struct fc_vport *vport; in fcoe_vport_remove()
2733 struct fc_vport *next_vport; in fcoe_vport_remove()
2759 static int fcoe_vport_disable(struct fc_vport *vport, bool disable) in fcoe_vport_disable()
[all …]
Dfcoe_transport.c248 int fcoe_validate_vport_create(struct fc_vport *vport) in fcoe_validate_vport_create()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1128 static int bnx2fc_vport_create(struct fc_vport *vport, bool disabled) in bnx2fc_vport_create()
1193 static int bnx2fc_vport_destroy(struct fc_vport *vport) in bnx2fc_vport_destroy()
1223 static int bnx2fc_vport_disable(struct fc_vport *vport, bool disable) in bnx2fc_vport_disable()
1501 struct fc_vport *vport = dev_to_vport(parent); in bnx2fc_if_create()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_main.c1783 static int qedf_vport_libfc_config(struct fc_vport *vport, in qedf_vport_libfc_config()
1814 static int qedf_vport_create(struct fc_vport *vport, bool disabled) in qedf_vport_create()
1955 static int qedf_vport_destroy(struct fc_vport *vport) in qedf_vport_destroy()
1998 static int qedf_vport_disable(struct fc_vport *vport, bool disable) in qedf_vport_disable()

12