Searched refs:cq_idx (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_cq.c | 99 int cq_idx) in mlx4_en_activate_cq() argument 137 cq_idx = cq_idx % priv->rx_ring_num; in mlx4_en_activate_cq() 138 rx_cq = priv->rx_cq[cq_idx]; in mlx4_en_activate_cq()
|
D | mlx4_en.h | 758 int cq_idx);
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 620 int cq_idx = 0; in lpfc_debug_dump_cq_by_id() local 623 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()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 634 static int nicvf_cq_intr_handler(struct net_device *netdev, u8 cq_idx, in nicvf_cq_intr_handler() argument 641 struct cmp_queue *cq = &qs->cq[cq_idx]; in nicvf_cq_intr_handler() 649 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx); in nicvf_cq_intr_handler() 655 cqe_head = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, cq_idx) >> 9; in nicvf_cq_intr_handler() 659 __func__, cq_idx, cqe_count, cqe_head); in nicvf_cq_intr_handler() 674 cq_idx, cq_desc->cqe_type); in nicvf_cq_intr_handler() 697 __func__, cq_idx, processed_cqe, work_done, budget); in nicvf_cq_intr_handler() 701 cq_idx, processed_cqe); in nicvf_cq_intr_handler() 711 nicvf_netdev_qidx(nic, cq_idx)); in nicvf_cq_intr_handler() 719 netdev->name, cq_idx); in nicvf_cq_intr_handler() [all …]
|
D | nicvf_queues.h | 238 u8 cq_idx; /* CQ index (0 to 7) in the QS */ member 260 u8 cq_idx; /* CQ index (0 to 7) in the above QS */ member
|
D | nicvf_queues.c | 519 rq->cq_idx = qidx; in nicvf_rcv_queue_config() 532 (rq->cq_idx << 16) | (rq->cont_rbdr_qs << 9) | in nicvf_rcv_queue_config() 620 sq->cq_idx = qidx; in nicvf_snd_queue_config() 627 mbx.sq.cfg = (sq->cq_qs << 3) | sq->cq_idx; in nicvf_snd_queue_config()
|
D | nic.h | 138 u8 cq_idx; /* Completion queue index */ member
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_abi.h | 83 u32 cq_idx[USNIC_QP_GRP_MAX_CQS]; member
|
D | usnic_ib_verbs.c | 129 resp.cq_idx[i] = chunk->res[i]->vnic_idx; in usnic_ib_fill_create_qp_resp()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_scsi.c | 1182 unsigned int cq_idx, in snic_io_cmpl_handler() argument 1265 unsigned int cq_idx; in snic_fwcq_cmpl_handler() local 1269 for (cq_idx = snic->wq_count; cq_idx < snic->cq_count; cq_idx++) { in snic_fwcq_cmpl_handler() 1270 nent_per_cq = vnic_cq_fw_service(&snic->cq[cq_idx], in snic_fwcq_cmpl_handler()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 962 static void ocrdma_qp_cq_handler(struct ocrdma_dev *dev, u16 cq_idx) in ocrdma_qp_cq_handler() argument 967 if (cq_idx >= OCRDMA_MAX_CQ) in ocrdma_qp_cq_handler() 970 cq = dev->cq_tbl[cq_idx]; in ocrdma_qp_cq_handler()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 234 __be16 cq_idx; member
|