Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_vport.h31 struct vport_info { struct
91 int lpfc_vport_getinfo(struct Scsi_Host *, struct vport_info *);
110 struct vport_info cinfo;
Dlpfc_hbadisc.c4029 struct static_vport_info *vport_info; in lpfc_create_static_vport() local
4050 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); in lpfc_create_static_vport()
4051 if (!vport_info) { in lpfc_create_static_vport()
4059 vport_buff = (uint8_t *) vport_info; in lpfc_create_static_vport()
4114 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || in lpfc_create_static_vport()
4115 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) in lpfc_create_static_vport()
4120 le32_to_cpu(vport_info->signature), in lpfc_create_static_vport()
4121 le32_to_cpu(vport_info->rev) & in lpfc_create_static_vport()
4131 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
4132 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
[all …]
/Linux-v6.1/drivers/net/ethernet/fungible/funeth/
Dfuneth.h53 struct fun_vport_info *vport_info; member
Dfuneth_main.c1193 ed->vport_info = kvcalloc(n, sizeof(*ed->vport_info), GFP_KERNEL); in fun_init_vports()
1194 if (!ed->vport_info) in fun_init_vports()
1202 kvfree(ed->vport_info); in fun_free_vports()
1203 ed->vport_info = NULL; in fun_free_vports()
1210 if (!ed->vport_info || vport >= ed->num_vports) in fun_get_vport()
1213 return ed->vport_info + vport; in fun_get_vport()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_def.h3345 typedef struct vport_info { struct