Lines Matching defs:vports
8009 * contains N_Port IDs for other vports on this HBA, it just accepts the
8080 /* If this RSCN just contains NPortIDs for other vports on this HBA,
11182 * This routine cancels the retry delay timers to all the vports.
11187 struct lpfc_vport **vports;
11192 /* Treat this failure as linkdown for all vports */
11197 vports = lpfc_create_vport_work_array(phba);
11199 if (vports) {
11200 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
11201 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
11203 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
11204 lpfc_els_flush_cmd(vports[i]);
11206 lpfc_destroy_vport_work_array(phba, vports);
11223 /* Cancel the all vports retry delay retry timers */
11273 * the discovery timer for all vports such that the timers will not get
11307 * must reset the discovery timer for ALL vports