Lines Matching refs:fc_vport
124 fc_vport_set_state(vha->fc_vport, FC_VPORT_DISABLED); in qla24xx_disable_vp()
126 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_disable_vp()
143 fc_vport_set_state(vha->fc_vport, FC_VPORT_LINKDOWN); in qla24xx_enable_vp()
153 fc_vport_set_state(vha->fc_vport, FC_VPORT_FAILED); in qla24xx_enable_vp()
170 struct fc_vport *fc_vport; in qla24xx_configure_vp() local
173 fc_vport = vha->fc_vport; in qla24xx_configure_vp()
192 fc_vport_set_state(fc_vport, FC_VPORT_ACTIVE); in qla24xx_configure_vp()
320 qla24xx_vport_create_req_sanity_check(struct fc_vport *fc_vport) in qla24xx_vport_create_req_sanity_check() argument
322 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_vport_create_req_sanity_check()
327 if (fc_vport->roles != FC_PORT_ROLE_FCP_INITIATOR) in qla24xx_vport_create_req_sanity_check()
339 u64_to_wwn(fc_vport->port_name, port_name); in qla24xx_vport_create_req_sanity_check()
357 qla24xx_create_vhost(struct fc_vport *fc_vport) in qla24xx_create_vhost() argument
359 scsi_qla_host_t *base_vha = shost_priv(fc_vport->shost); in qla24xx_create_vhost()
372 fc_vport->dd_data = vha; in qla24xx_create_vhost()
374 u64_to_wwn(fc_vport->node_name, vha->node_name); in qla24xx_create_vhost()
375 u64_to_wwn(fc_vport->port_name, vha->port_name); in qla24xx_create_vhost()
377 vha->fc_vport = fc_vport; in qla24xx_create_vhost()