Home
last modified time | relevance | path

Searched refs:cqs (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/elx/efct/
A Defct_hw_queues.c20 struct hw_cq *cqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues() local
204 cqs[i] = NULL; in efct_hw_new_cq_set()
211 cqs[i] = cq; in efct_hw_new_cq_set()
228 hw->hw_cq[cqs[i]->instance] = cqs[i]; in efct_hw_new_cq_set()
230 list_add_tail(&cqs[i]->list_entry, &cqs[i]->eq->cq_list); in efct_hw_new_cq_set()
237 kfree(cqs[i]); in efct_hw_new_cq_set()
238 cqs[i] = NULL; in efct_hw_new_cq_set()
313 struct efct_hw *hw = cqs[0]->eq->hw; in efct_hw_new_rq_set()
333 rq->cq = cqs[i]; in efct_hw_new_rq_set()
355 cqs[0]->queue->id, in efct_hw_new_rq_set()
[all …]
A Defct_hw.h740 efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
746 efct_hw_new_rq_set(struct hw_cq *cqs[], struct hw_rq *rqs[],
/drivers/infiniband/hw/cxgb4/
A Dev.c227 xa_lock_irqsave(&dev->cqs, flag); in c4iw_ev_handler()
228 chp = xa_load(&dev->cqs, qid); in c4iw_ev_handler()
231 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler()
239 xa_unlock_irqrestore(&dev->cqs, flag); in c4iw_ev_handler()
A Dcq.c984 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid); in c4iw_destroy_cq()
1092 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL); in c4iw_create_cq()
1154 xa_erase_irq(&rhp->cqs, chp->cq.cqid); in c4iw_create_cq()
A Diw_cxgb4.h317 struct xarray cqs; member
345 return xa_load(&rhp->cqs, cqid); in get_chp()
A Ddevice.c938 WARN_ON(!xa_empty(&ctx->dev->cqs)); in c4iw_dealloc()
1048 xa_init_flags(&devp->cqs, XA_FLAGS_LOCK_IRQ); in c4iw_alloc()
/drivers/nvme/target/
A Dcore.c832 ctrl->cqs[qid] = cq; in nvmet_cq_setup()
840 ctrl->cqs[cq->qid] = NULL; in nvmet_cq_destroy()
865 if (!ctrl->cqs) in nvmet_check_cqid()
871 if ((create && ctrl->cqs[cqid]) || (!create && !ctrl->cqs[cqid])) in nvmet_check_cqid()
1654 ctrl->cqs = kcalloc(subsys->max_qid + 1, sizeof(struct nvmet_cq *), in nvmet_alloc_ctrl()
1656 if (!ctrl->cqs) in nvmet_alloc_ctrl()
1724 kfree(ctrl->cqs); in nvmet_alloc_ctrl()
1761 kfree(ctrl->cqs); in nvmet_ctrl_free()
A Dadmin-cmd.c98 if (!ctrl->cqs[cqid] || nvmet_cq_in_use(ctrl->cqs[cqid])) { in nvmet_execute_delete_cq()
A Dnvmet.h253 struct nvmet_cq **cqs; member

Completed in 32 milliseconds