Lines Matching refs:cq

851 	mcc = &phba->ctrl.mcc_obj.cq;  in be_isr_mcc()
888 struct be_queue_info *cq; in be_isr_msix() local
894 cq = pbe_eq->cq; in be_isr_msix()
947 mcc = &phba->ctrl.mcc_obj.cq; in be_isr()
2024 mcc_cq = &phba->ctrl.mcc_obj.cq; in beiscsi_process_mcc_isr()
2071 struct be_queue_info *cq; in beiscsi_process_cq() local
2083 cq = pbe_eq->cq; in beiscsi_process_cq()
2084 sol = queue_tail_node(cq); in beiscsi_process_cq()
2127 hwi_ring_cq_db(phba, cq->id, in beiscsi_process_cq()
2234 queue_tail_inc(cq); in beiscsi_process_cq()
2235 sol = queue_tail_node(cq); in beiscsi_process_cq()
2241 hwi_ring_cq_db(phba, cq->id, num_processed, 1, 0); in beiscsi_process_cq()
3291 struct be_queue_info *cq, *eq; in beiscsi_create_cqs() local
3301 cq = &phwi_context->be_cq[i]; in beiscsi_create_cqs()
3304 pbe_eq->cq = cq; in beiscsi_create_cqs()
3306 mem = &cq->dma_mem; in beiscsi_create_cqs()
3312 ret = be_fill_queue(cq, phba->params.num_cq_entries, in beiscsi_create_cqs()
3322 ret = beiscsi_cmd_cq_create(&phba->ctrl, cq, eq, false, in beiscsi_create_cqs()
3332 "iSCSI CQ CREATED\n", cq->id, eq->id); in beiscsi_create_cqs()
3338 cq = &phwi_context->be_cq[i]; in beiscsi_create_cqs()
3339 mem = &cq->dma_mem; in beiscsi_create_cqs()
3357 struct be_queue_info *dq, *cq; in beiscsi_create_def_hdr() local
3364 cq = &phwi_context->be_cq[0]; in beiscsi_create_def_hdr()
3382 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dq, in beiscsi_create_def_hdr()
3410 struct be_queue_info *dataq, *cq; in beiscsi_create_def_data() local
3417 cq = &phwi_context->be_cq[0]; in beiscsi_create_def_data()
3436 ret = be_cmd_create_default_pdu_queue(&phba->ctrl, cq, dataq, in beiscsi_create_def_data()
3685 q = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_destroy()
3752 struct be_queue_info *q, *cq; in be_mcc_queues_create() local
3756 cq = &phba->ctrl.mcc_obj.cq; in be_mcc_queues_create()
3757 if (be_queue_alloc(phba, cq, MCC_CQ_LEN, in be_mcc_queues_create()
3762 if (beiscsi_cmd_cq_create(ctrl, cq, &phwi_context->be_eq in be_mcc_queues_create()
3766 if (beiscsi_cmd_cq_create(ctrl, cq, &phwi_context->be_eq[0].q, in be_mcc_queues_create()
3777 if (beiscsi_cmd_mccq_create(phba, q, cq)) in be_mcc_queues_create()
3785 beiscsi_cmd_q_destroy(ctrl, cq, QTYPE_CQ); in be_mcc_queues_create()
3787 be_queue_free(phba, cq); in be_mcc_queues_create()