Lines Matching defs:vports
1648 struct lpfc_vport **vports;
1665 vports = lpfc_create_vport_work_array(phba);
1666 if (vports) {
1667 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
1668 shost = lpfc_shost_from_vport(vports[i]);
1671 lpfc_destroy_vport_work_array(phba, vports);
1704 struct lpfc_vport **vports;
1707 vports = lpfc_create_vport_work_array(phba);
1708 if (vports) {
1709 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
1710 shost = lpfc_shost_from_vport(vports[i]);
1713 lpfc_destroy_vport_work_array(phba, vports);