Lines Matching refs:req_que
414 struct req_que **, struct rsp_que **);
421 static void qla_init_base_qpair(struct scsi_qla_host *vha, struct req_que *req, in qla_init_base_qpair()
447 static int qla2x00_alloc_queues(struct qla_hw_data *ha, struct req_que *req, in qla2x00_alloc_queues()
452 ha->req_q_map = kcalloc(ha->max_req_queues, sizeof(struct req_que *), in qla2x00_alloc_queues()
515 static void qla2x00_free_req_que(struct qla_hw_data *ha, struct req_que *req) in qla2x00_free_req_que()
550 struct req_que *req; in qla2x00_free_queues()
1347 struct req_que *req = qpair->req; in __qla2x00_eh_wait_for_pending_commands()
1867 struct req_que *req; in __qla2x00_abort_all_cmds()
1953 struct req_que *req = vha->req; in qla2xxx_slave_configure()
2917 struct req_que *req = NULL; in qla2x00_probe_one()
4154 struct req_que **req, struct rsp_que **rsp) in qla2x00_mem_alloc()
4344 *req = kzalloc(sizeof(struct req_que), GFP_KERNEL); in qla2x00_mem_alloc()
7402 struct req_que *req; in qla2x00_timer()