Lines Matching defs:vports
6697 * contains N_Port IDs for other vports on this HBA, it just accepts the
6768 /* If this RSCN just contains NPortIDs for other vports on this HBA,
9273 * This routine cancels the retry delay timers to all the vports.
9278 struct lpfc_vport **vports;
9283 /* Treat this failure as linkdown for all vports */
9288 vports = lpfc_create_vport_work_array(phba);
9290 if (vports) {
9291 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
9292 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
9294 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
9295 lpfc_els_flush_cmd(vports[i]);
9297 lpfc_destroy_vport_work_array(phba, vports);
9315 /* Cancel the all vports retry delay retry timers */
9364 * the discovery timer for all vports such that the timers will not get
9395 * must reset the discovery timer for ALL vports