Searched refs:cqs (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw_queues.c | 20 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 …]
|
H A D | efct_hw.h | 740 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[],
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 227 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()
|
H A D | cq.c | 984 xa_erase_irq(&chp->rhp->cqs, chp->cq.cqid); in c4iw_destroy_cq() 1091 ret = xa_insert_irq(&rhp->cqs, chp->cq.cqid, chp, GFP_KERNEL); in c4iw_create_cq() 1147 xa_erase_irq(&rhp->cqs, chp->cq.cqid); in c4iw_create_cq()
|
H A D | iw_cxgb4.h | 317 struct xarray cqs; member 345 return xa_load(&rhp->cqs, cqid); in get_chp()
|
H A D | device.c | 939 WARN_ON(!xa_empty(&ctx->dev->cqs)); in c4iw_dealloc() 1049 xa_init_flags(&devp->cqs, XA_FLAGS_LOCK_IRQ); in c4iw_alloc()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/ |
H A D | pass-options-to-AR.patch | 15 +AR = @ar@ cqs
|