Home
last modified time | relevance | path

Searched refs:vport_id (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_hbadisc.c3263 struct fc_vport_identifiers vport_id; in lpfc_create_static_vport() local
3350 memset(&vport_id, 0, sizeof(vport_id)); in lpfc_create_static_vport()
3351 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
3352 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
3353 if (!vport_id.port_name || !vport_id.node_name) in lpfc_create_static_vport()
3356 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in lpfc_create_static_vport()
3357 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()
3358 vport_id.disable = false; in lpfc_create_static_vport()
3359 new_fc_vport = fc_vport_create(shost, 0, &vport_id); in lpfc_create_static_vport()
/linux-2.6.39/include/scsi/
Dscsi_transport_fc.h230 u32 vport_id; /* Admin Identifier for the vport */ member