Lines Matching defs:vports
245 struct lpfc_vport **vports;
263 vports = lpfc_create_vport_work_array(phba);
264 if (vports != NULL)
265 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
266 shost = lpfc_shost_from_vport(vports[i]);
279 lpfc_destroy_vport_work_array(phba, vports);
295 struct lpfc_vport **vports;
301 vports = lpfc_create_vport_work_array(phba);
302 if (vports != NULL)
303 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
304 shost = lpfc_shost_from_vport(vports[i]);
310 lpfc_destroy_vport_work_array(phba, vports);