Searched refs:rsp_q_map (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_mid.c538 ha->rsp_q_map[que_id] = NULL;
602 rsp = ha->rsp_q_map[cnt];
667 req->rsp = ha->rsp_q_map[rsp_que];
777 ha->rsp_q_map[que_id] = rsp;
H A Dqla_os.c320 ha->rsp_q_map = kzalloc(sizeof(struct rsp_que *) * ha->max_rsp_queues,
322 if (!ha->rsp_q_map) {
374 rsp = ha->rsp_q_map[cnt];
377 kfree(ha->rsp_q_map);
378 ha->rsp_q_map = NULL;
432 kfree(ha->rsp_q_map);
2435 ha->rsp_q_map[0] = rsp;
2460 "rsp_q_map=%p req_q_map=%p rsp->req=%p req->rsp=%p.\n",
2461 ha->rsp_q_map, ha->req_q_map, rsp->req, req->rsp);
2468 "rsp_q_map
[all...]
H A Dqla_iocb.c340 rsp = ha->rsp_q_map[0];
1806 *rsp = ha->rsp_q_map[affinity + 1];
1808 *rsp = ha->rsp_q_map[0];
2249 rsp = ha->rsp_q_map[0];
H A Dqla_init.c287 vha->hw->rsp_q_map[0], sp->fcport->loop_id, lun,
1197 struct rsp_que *rsp = ha->rsp_q_map[0];
1657 struct rsp_que *rsp = ha->rsp_q_map[0];
1686 struct rsp_que *rsp = ha->rsp_q_map[0];
1786 rsp = ha->rsp_q_map[que];
4068 struct rsp_que *rsp = ha->rsp_q_map[0];
4125 rsp = ha->rsp_q_map[i];
5258 struct rsp_que *rsp = ha->rsp_q_map[0];
H A Dqla_mbx.c211 qla2x00_poll(ha->rsp_q_map[0]);
299 qla2x00_poll(ha->rsp_q_map[0]);
2461 rsp = ha->rsp_q_map[tag + 1];
H A Dqla_dbg.c62 struct rsp_que *rsp = ha->rsp_q_map[0];
423 rsp = ha->rsp_q_map[que];
H A Dqla_def.h2486 struct rsp_que **rsp_q_map; member in struct:qla_hw_data
H A Dqla_isr.c2567 struct rsp_que *rsp = ha->rsp_q_map[0];
H A Dqla_nx.c1768 struct rsp_que *rsp = ha->rsp_q_map[0];

Completed in 1665 milliseconds