Lines Matching refs:req_que
317 struct req_que **, struct rsp_que **);
322 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
326 ha->req_q_map = kzalloc(sizeof(struct req_que *) * ha->max_req_queues, in qla2x00_alloc_queues()
358 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
395 struct req_que *req; in qla2x00_free_queues()
1019 struct req_que *req; in qla2x00_eh_wait_for_pending_commands()
1359 struct req_que *req; in qla2x00_abort_all_cmds()
1398 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2283 struct req_que *req = NULL; in qla2x00_probe_one()
3338 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
3440 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
5142 struct req_que *req; in qla2x00_timer()