Lines Matching refs:fcp_cqidx
391 int fcp_cqidx, fcp_cqid; in lpfc_debug_dump_fcp_cq() local
398 for (fcp_cqidx = 0; fcp_cqidx < phba->cfg_fcp_io_channel; fcp_cqidx++) in lpfc_debug_dump_fcp_cq()
399 if (phba->sli4_hba.fcp_cq[fcp_cqidx]->queue_id == fcp_cqid) in lpfc_debug_dump_fcp_cq()
402 if (fcp_cqidx >= phba->cfg_fcp_io_channel) in lpfc_debug_dump_fcp_cq()
405 if (fcp_cqidx > 0) in lpfc_debug_dump_fcp_cq()
411 fcp_cqidx, fcp_cqid); in lpfc_debug_dump_fcp_cq()
412 lpfc_debug_dump_q(phba->sli4_hba.fcp_cq[fcp_cqidx]); in lpfc_debug_dump_fcp_cq()
428 int fcp_cqidx, fcp_cqid; in lpfc_debug_dump_hba_eq() local
434 for (fcp_cqidx = 0; fcp_cqidx < phba->cfg_fcp_io_channel; fcp_cqidx++) in lpfc_debug_dump_hba_eq()
435 if (phba->sli4_hba.fcp_cq[fcp_cqidx]->queue_id == fcp_cqid) in lpfc_debug_dump_hba_eq()
438 if (fcp_cqidx >= phba->cfg_fcp_io_channel) in lpfc_debug_dump_hba_eq()
441 if (fcp_cqidx > 0) in lpfc_debug_dump_hba_eq()
445 fcp_eqidx = fcp_cqidx; in lpfc_debug_dump_hba_eq()
452 fcp_cqidx, fcp_cqid, fcp_eqidx, fcp_eqid); in lpfc_debug_dump_hba_eq()