Searched refs:vport_info (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_vport.h29 struct vport_info { struct
89 int lpfc_vport_getinfo(struct Scsi_Host *, struct vport_info *);
108 struct vport_info cinfo;
H A Dlpfc_hbadisc.c3587 struct static_vport_info *vport_info; lpfc_create_static_vport() local
3608 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); lpfc_create_static_vport()
3609 if (!vport_info) { lpfc_create_static_vport()
3612 " allocate vport_info\n"); lpfc_create_static_vport()
3617 vport_buff = (uint8_t *) vport_info; lpfc_create_static_vport()
3668 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || lpfc_create_static_vport()
3669 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) lpfc_create_static_vport()
3674 le32_to_cpu(vport_info->signature), lpfc_create_static_vport()
3675 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); lpfc_create_static_vport()
3684 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); lpfc_create_static_vport()
3685 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); lpfc_create_static_vport()
3706 kfree(vport_info); lpfc_create_static_vport()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_def.h2595 typedef struct vport_info { struct

Completed in 206 milliseconds