Symbol: hw_cq
drivers/dma/switchtec_dma.c
165
struct switchtec_dma_hw_ce *hw_cq;
drivers/dma/switchtec_dma.c
425
ce = &swdma_chan->hw_cq[swdma_chan->cq_tail];
drivers/dma/switchtec_dma.c
890
size = SWITCHTEC_DMA_CQ_SIZE * sizeof(*swdma_chan->hw_cq);
drivers/dma/switchtec_dma.c
891
if (swdma_chan->hw_cq)
drivers/dma/switchtec_dma.c
893
swdma_chan->hw_cq, swdma_chan->dma_addr_cq);
drivers/dma/switchtec_dma.c
921
size = SWITCHTEC_DMA_CQ_SIZE * sizeof(*swdma_chan->hw_cq);
drivers/dma/switchtec_dma.c
922
swdma_chan->hw_cq = dma_alloc_coherent(swdma_dev->dma_dev.dev, size,
drivers/dma/switchtec_dma.c
925
if (!swdma_chan->hw_cq) {
drivers/scsi/elx/efct/efct_hw.c
2230
efct_hw_cq_process(hw, hw->hw_cq[i]);
drivers/scsi/elx/efct/efct_hw.c
2241
efct_hw_cq_process(hw, hw->hw_cq[index]);
drivers/scsi/elx/efct/efct_hw.c
2315
efct_hw_cq_process(struct efct_hw *hw, struct hw_cq *cq)
drivers/scsi/elx/efct/efct_hw.c
2414
efct_hw_wq_process(struct efct_hw *hw, struct hw_cq *cq,
drivers/scsi/elx/efct/efct_hw.c
2441
efct_hw_xabt_process(struct efct_hw *hw, struct hw_cq *cq,
drivers/scsi/elx/efct/efct_hw.h
408
struct hw_cq *hw_cq[EFCT_HW_MAX_NUM_CQ];
drivers/scsi/elx/efct/efct_hw.h
505
struct hw_cq *cq;
drivers/scsi/elx/efct/efct_hw.h
519
struct hw_cq *cq;
drivers/scsi/elx/efct/efct_hw.h
551
struct hw_cq *cq;
drivers/scsi/elx/efct/efct_hw.h
658
struct hw_cq *cq, u8 *cqe);
drivers/scsi/elx/efct/efct_hw.h
682
void efct_hw_cq_process(struct efct_hw *hw, struct hw_cq *cq);
drivers/scsi/elx/efct/efct_hw.h
684
efct_hw_wq_process(struct efct_hw *hw, struct hw_cq *cq,
drivers/scsi/elx/efct/efct_hw.h
687
efct_hw_xabt_process(struct efct_hw *hw, struct hw_cq *cq,
drivers/scsi/elx/efct/efct_hw.h
738
struct hw_cq *efct_hw_new_cq(struct hw_eq *eq, u32 entry_count);
drivers/scsi/elx/efct/efct_hw.h
740
efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
drivers/scsi/elx/efct/efct_hw.h
742
struct hw_mq *efct_hw_new_mq(struct hw_cq *cq, u32 entry_count);
drivers/scsi/elx/efct/efct_hw.h
744
*efct_hw_new_wq(struct hw_cq *cq, u32 entry_count);
drivers/scsi/elx/efct/efct_hw.h
746
efct_hw_new_rq_set(struct hw_cq *cqs[], struct hw_rq *rqs[],
drivers/scsi/elx/efct/efct_hw.h
749
void efct_hw_del_cq(struct hw_cq *cq);
drivers/scsi/elx/efct/efct_hw_queues.c
15
struct hw_cq *cq = NULL;
drivers/scsi/elx/efct/efct_hw_queues.c
158
struct hw_cq *
drivers/scsi/elx/efct/efct_hw_queues.c
162
struct hw_cq *cq = kzalloc_obj(*cq);
drivers/scsi/elx/efct/efct_hw_queues.c
183
hw->hw_cq[cq->instance] = cq;
drivers/scsi/elx/efct/efct_hw_queues.c
192
efct_hw_new_cq_set(struct hw_eq *eqs[], struct hw_cq *cqs[],
drivers/scsi/elx/efct/efct_hw_queues.c
198
struct hw_cq *cq = NULL;
drivers/scsi/elx/efct/efct_hw_queues.c
20
struct hw_cq *cqs[EFCT_HW_MAX_NUM_EQ];
drivers/scsi/elx/efct/efct_hw_queues.c
228
hw->hw_cq[cqs[i]->instance] = cqs[i];
drivers/scsi/elx/efct/efct_hw_queues.c
244
efct_hw_new_mq(struct hw_cq *cq, u32 entry_count)
drivers/scsi/elx/efct/efct_hw_queues.c
275
efct_hw_new_wq(struct hw_cq *cq, u32 entry_count)
drivers/scsi/elx/efct/efct_hw_queues.c
310
efct_hw_new_rq_set(struct hw_cq *cqs[], struct hw_rq *rqs[],
drivers/scsi/elx/efct/efct_hw_queues.c
390
struct hw_cq *cq;
drivers/scsi/elx/efct/efct_hw_queues.c
391
struct hw_cq *cq_next;
drivers/scsi/elx/efct/efct_hw_queues.c
404
efct_hw_del_cq(struct hw_cq *cq)
drivers/scsi/elx/efct/efct_hw_queues.c
428
cq->eq->hw->hw_cq[cq->instance] = NULL;
drivers/scsi/elx/efct/efct_hw_queues.c
521
efct_hw_rqpair_process_rq(struct efct_hw *hw, struct hw_cq *cq,