Searched refs:cq_idx (Results 1 – 5 of 5) sorted by relevance
75 int cq_idx) in mlx4_en_activate_cq() argument119 cq_idx = cq_idx % priv->rx_ring_num; in mlx4_en_activate_cq()120 rx_cq = &priv->rx_cq[cq_idx]; in mlx4_en_activate_cq()
584 int cq_idx);
620 int cq_idx = 0; in lpfc_debug_dump_cq_by_id() local623 if (phba->sli4_hba.fcp_cq[cq_idx]->queue_id == qid) in lpfc_debug_dump_cq_by_id()625 } while (++cq_idx < phba->cfg_fcp_io_channel); in lpfc_debug_dump_cq_by_id()627 if (cq_idx < phba->cfg_fcp_io_channel) { in lpfc_debug_dump_cq_by_id()628 printk(KERN_ERR "FCP CQ[Idx:%d|Qid:%d]\n", cq_idx, qid); in lpfc_debug_dump_cq_by_id()629 lpfc_debug_dump_q(phba->sli4_hba.fcp_cq[cq_idx]); in lpfc_debug_dump_cq_by_id()
862 static void ocrdma_qp_cq_handler(struct ocrdma_dev *dev, u16 cq_idx) in ocrdma_qp_cq_handler() argument867 if (cq_idx >= OCRDMA_MAX_CQ) in ocrdma_qp_cq_handler()870 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()872 ocrdma_err("%s%d invalid id=0x%x\n", __func__, dev->id, cq_idx); in ocrdma_qp_cq_handler()
234 __be16 cq_idx; member