Lines Matching defs:vport_info
4055 struct static_vport_info *vport_info;
4076 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
4077 if (!vport_info) {
4080 " allocate vport_info\n");
4085 vport_buff = (uint8_t *) vport_info;
4140 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
4141 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
4146 le32_to_cpu(vport_info->signature),
4147 le32_to_cpu(vport_info->rev) &
4157 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
4158 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
4179 kfree(vport_info);