Lines Matching refs:i
3133 int i; in lpfc_cmpl_els_disc_cmd() local
3143 for (i = 0; i < ELS_RDF_REG_TAG_CNT && in lpfc_cmpl_els_disc_cmd()
3144 i < be32_to_cpu(prdf->reg_d1.reg_desc.count); i++) in lpfc_cmpl_els_disc_cmd()
3149 prdf->reg_d1.desc_tags[i])); in lpfc_cmpl_els_disc_cmd()
6488 int i; in lpfc_els_flush_rscn() local
6500 for (i = 0; i < vport->fc_rscn_id_cnt; i++) { in lpfc_els_flush_rscn()
6501 lpfc_in_buf_free(phba, vport->fc_rscn_id_list[i]); in lpfc_els_flush_rscn()
6502 vport->fc_rscn_id_list[i] = NULL; in lpfc_els_flush_rscn()
6531 uint32_t payload_len, i; in lpfc_rscn_payload_check() local
6553 for (i = 0; i < vport->fc_rscn_id_cnt; i++) { in lpfc_rscn_payload_check()
6554 lp = vport->fc_rscn_id_list[i]->virt; in lpfc_rscn_payload_check()
6719 int i, tmo; in lpfc_els_rcv_rscn() local
6735 for (i = 0; i < payload_len/sizeof(uint32_t); i++) in lpfc_els_rcv_rscn()
6737 FCH_EVT_RSCN, lp[i]); in lpfc_els_rcv_rscn()
6773 i = payload_len; in lpfc_els_rcv_rscn()
6775 while (i > 0) { in lpfc_els_rcv_rscn()
6778 i -= sizeof(uint32_t); in lpfc_els_rcv_rscn()
9281 int i; in lpfc_cancel_all_vport_retry_delay_timer() local
9291 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { in lpfc_cancel_all_vport_retry_delay_timer()
9292 ndlp = lpfc_findnode_did(vports[i], Fabric_DID); in lpfc_cancel_all_vport_retry_delay_timer()
9294 lpfc_cancel_retry_delay_tmo(vports[i], ndlp); in lpfc_cancel_all_vport_retry_delay_timer()
9295 lpfc_els_flush_cmd(vports[i]); in lpfc_cancel_all_vport_retry_delay_timer()