Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.h31 struct vport_info { struct
91 int lpfc_vport_getinfo(struct Scsi_Host *, struct vport_info *);
110 struct vport_info cinfo;
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1178 ed->vport_info = kvzalloc_objs(*ed->vport_info, n); in fun_init_vports()
1179 if (!ed->vport_info) in fun_init_vports()
1187 kvfree(ed->vport_info); in fun_free_vports()
1188 ed->vport_info = NULL; in fun_free_vports()
1195 if (!ed->vport_info || vport >= ed->num_vports) in fun_get_vport()
1198 return ed->vport_info + vport; in fun_get_vport()