Symbol: hw_cq
drivers/scsi/elx/efct/efct_hw.c
2228
efct_hw_cq_process(hw, hw->hw_cq[i]);
drivers/scsi/elx/efct/efct_hw.c
2239
efct_hw_cq_process(hw, hw->hw_cq[index]);
drivers/scsi/elx/efct/efct_hw.c
2313
efct_hw_cq_process(struct efct_hw *hw, struct hw_cq *cq)
drivers/scsi/elx/efct/efct_hw.c
2412
efct_hw_wq_process(struct efct_hw *hw, struct hw_cq *cq,
drivers/scsi/elx/efct/efct_hw.c
2439
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,