Lines Matching refs:req_que
374 struct req_que **, struct rsp_que **);
381 static void qla_init_base_qpair(struct scsi_qla_host *vha, struct req_que *req, in qla_init_base_qpair()
406 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
411 ha->req_q_map = kcalloc(ha->max_req_queues, sizeof(struct req_que *), in qla2x00_alloc_queues()
469 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
504 struct req_que *req; in qla2x00_free_queues()
1330 struct req_que *req; in qla2x00_eh_wait_for_pending_commands()
1754 struct req_que *req; in __qla2x00_abort_all_cmds()
1834 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2770 struct req_que *req = NULL; in qla2x00_probe_one()
3972 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
4151 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
7060 struct req_que *req; in qla2x00_timer()