Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc_vport.h31 struct vport_info { struct
91 int lpfc_vport_getinfo(struct Scsi_Host *, struct vport_info *);
110 struct vport_info cinfo;
A Dlpfc_hbadisc.c4032 struct static_vport_info *vport_info; in lpfc_create_static_vport() local
4053 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); in lpfc_create_static_vport()
4054 if (!vport_info) { in lpfc_create_static_vport()
4062 vport_buff = (uint8_t *) vport_info; in lpfc_create_static_vport()
4113 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || in lpfc_create_static_vport()
4114 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) in lpfc_create_static_vport()
4119 le32_to_cpu(vport_info->signature), in lpfc_create_static_vport()
4120 le32_to_cpu(vport_info->rev) & in lpfc_create_static_vport()
4130 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
4131 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_def.h3315 typedef struct vport_info { struct

Completed in 41 milliseconds