Lines Matching defs:vport_info
3774 struct static_vport_info *vport_info;
3795 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3796 if (!vport_info) {
3799 " allocate vport_info\n");
3804 vport_buff = (uint8_t *) vport_info;
3855 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3856 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3861 le32_to_cpu(vport_info->signature),
3862 le32_to_cpu(vport_info->rev) &
3872 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3873 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3894 kfree(vport_info);