Lines Matching refs:req_que
381 struct req_que **, struct rsp_que **);
388 static void qla_init_base_qpair(struct scsi_qla_host *vha, struct req_que *req, in qla_init_base_qpair()
410 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
414 ha->req_q_map = kcalloc(ha->max_req_queues, sizeof(struct req_que *), in qla2x00_alloc_queues()
472 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
507 struct req_que *req; in qla2x00_free_queues()
1354 struct req_que *req; in qla2x00_eh_wait_for_pending_commands()
1721 struct req_que *req; in __qla2x00_abort_all_cmds()
1831 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2742 struct req_que *req = NULL; in qla2x00_probe_one()
3893 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
3995 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
6279 struct req_que *req; in qla2x00_timer()