Lines Matching refs:req_que
405 struct req_que **, struct rsp_que **);
412 static void qla_init_base_qpair(struct scsi_qla_host *vha, struct req_que *req, in qla_init_base_qpair()
437 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
442 ha->req_q_map = kcalloc(ha->max_req_queues, sizeof(struct req_que *), in qla2x00_alloc_queues()
500 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
535 struct req_que *req; in qla2x00_free_queues()
1361 struct req_que *req = qpair->req; in __qla2x00_eh_wait_for_pending_commands()
1840 struct req_que *req; in __qla2x00_abort_all_cmds()
1920 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2887 struct req_que *req = NULL; in qla2x00_probe_one()
4117 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
4301 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
7349 struct req_que *req; in qla2x00_timer()