Lines Matching refs:cq
863 mcc = &phba->ctrl.mcc_obj.cq; in be_isr_mcc()
900 struct be_queue_info *cq; in be_isr_msix() local
906 cq = pbe_eq->cq; in be_isr_msix()
959 mcc = &phba->ctrl.mcc_obj.cq; in be_isr()
2040 mcc_cq = &phba->ctrl.mcc_obj.cq; in beiscsi_process_mcc_isr()
2092 struct be_queue_info *cq; in beiscsi_process_cq() local
2104 cq = pbe_eq->cq; in beiscsi_process_cq()
2105 sol = queue_tail_node(cq); in beiscsi_process_cq()
2148 hwi_ring_cq_db(phba, cq->id, in beiscsi_process_cq()
2255 queue_tail_inc(cq); in beiscsi_process_cq()
2256 sol = queue_tail_node(cq); in beiscsi_process_cq()
2262 hwi_ring_cq_db(phba, cq->id, num_processed, 1, 0); in beiscsi_process_cq()
3312 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
3322 cq = &phwi_context->be_cq[i]; in beiscsi_create_cqs()
3325 pbe_eq->cq = cq; in beiscsi_create_cqs()
3327 mem = &cq->dma_mem; in beiscsi_create_cqs()
3333 ret = be_fill_queue(cq, phba->params.num_cq_entries, in beiscsi_create_cqs()
3343 ret = beiscsi_cmd_cq_create(&phba->ctrl, cq, eq, false, in beiscsi_create_cqs()
3353 "iSCSI CQ CREATED\n", cq->id, eq->id); in beiscsi_create_cqs()
3359 cq = &phwi_context->be_cq[i]; in beiscsi_create_cqs()
3360 mem = &cq->dma_mem; in beiscsi_create_cqs()
3378 struct be_queue_info *dq, *cq; in beiscsi_create_def_hdr() local
3385 cq = &phwi_context->be_cq[0]; in beiscsi_create_def_hdr()
3403 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dq, in beiscsi_create_def_hdr()
3431 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local
3438 cq = &phwi_context->be_cq[0]; in beiscsi_create_def_data()
3457 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dataq, in beiscsi_create_def_data()
3707 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy()
3779 struct be_queue_info *q, *cq; in be_mcc_queues_create() local
3783 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create()
3784 if (be_queue_alloc(phba, cq, MCC_CQ_LEN, in be_mcc_queues_create()
3789 if (beiscsi_cmd_cq_create(ctrl, cq, &phwi_context->be_eq in be_mcc_queues_create()
3793 if (beiscsi_cmd_cq_create(ctrl, cq, &phwi_context->be_eq[0].q, in be_mcc_queues_create()
3804 if (beiscsi_cmd_mccq_create(phba, q, cq)) in be_mcc_queues_create()
3812 beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ); in be_mcc_queues_create()
3814 be_queue_free(phba, cq); in be_mcc_queues_create()