Lines Matching refs:req_que
318 struct req_que **, struct rsp_que **);
323 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
327 ha->req_q_map = kzalloc(sizeof(struct req_que *) * ha->max_req_queues, in qla2x00_alloc_queues()
359 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
396 struct req_que *req; in qla2x00_free_queues()
1031 struct req_que *req; in qla2x00_eh_wait_for_pending_commands()
1371 struct req_que *req; in qla2x00_abort_all_cmds()
1410 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2288 struct req_que *req = NULL; in qla2x00_probe_one()
3340 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
3442 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
5140 struct req_que *req; in qla2x00_timer()