Lines Matching refs:fc_vport
14 static int qla24xx_vport_disable(struct fc_vport *, bool);
3032 qla24xx_vport_create(struct fc_vport *fc_vport, bool disable) in qla24xx_vport_create() argument
3036 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create()
3043 ret = qla24xx_vport_create_req_sanity_check(fc_vport); in qla24xx_vport_create()
3050 vha = qla24xx_create_vhost(fc_vport); in qla24xx_vport_create()
3057 fc_vport_set_state(fc_vport, FC_VPORT_DISABLED); in qla24xx_vport_create()
3077 fc_vport_set_state(fc_vport, FC_VPORT_LINKDOWN); in qla24xx_vport_create()
3106 if (scsi_add_host_with_dma(vha->host, &fc_vport->dev, in qla24xx_vport_create()
3123 qla24xx_vport_disable(fc_vport, disable); in qla24xx_vport_create()
3168 qla24xx_vport_delete(struct fc_vport *fc_vport) in qla24xx_vport_delete() argument
3170 scsi_qla_host_t *vha = fc_vport->dd_data; in qla24xx_vport_delete()
3231 qla24xx_vport_disable(struct fc_vport *fc_vport, bool disable) in qla24xx_vport_disable() argument
3233 scsi_qla_host_t *vha = fc_vport->dd_data; in qla24xx_vport_disable()