Lines Matching defs:vports
1704 struct lpfc_vport **vports;
1721 vports = lpfc_create_vport_work_array(phba);
1722 if (vports) {
1723 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
1724 shost = lpfc_shost_from_vport(vports[i]);
1727 lpfc_destroy_vport_work_array(phba, vports);
1760 struct lpfc_vport **vports;
1763 vports = lpfc_create_vport_work_array(phba);
1764 if (vports) {
1765 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
1766 shost = lpfc_shost_from_vport(vports[i]);
1769 lpfc_destroy_vport_work_array(phba, vports);