Lines Matching refs:vport_info
3599 struct static_vport_info *vport_info; in lpfc_create_static_vport() local
3620 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); in lpfc_create_static_vport()
3621 if (!vport_info) { in lpfc_create_static_vport()
3629 vport_buff = (uint8_t *) vport_info; in lpfc_create_static_vport()
3680 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || in lpfc_create_static_vport()
3681 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) in lpfc_create_static_vport()
3686 le32_to_cpu(vport_info->signature), in lpfc_create_static_vport()
3687 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); in lpfc_create_static_vport()
3696 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
3697 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
3718 kfree(vport_info); in lpfc_create_static_vport()