Home
last modified time | relevance | path

Searched refs:queue_pair_map (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c465 ha->queue_pair_map = kzalloc_objs(struct qla_qpair *, in qla2x00_alloc_queues()
467 if (!ha->queue_pair_map) { in qla2x00_alloc_queues()
473 kfree(ha->queue_pair_map); in qla2x00_alloc_queues()
474 ha->queue_pair_map = NULL; in qla2x00_alloc_queues()
542 if (ha->queue_pair_map) { in qla2x00_free_queues()
543 kfree(ha->queue_pair_map); in qla2x00_free_queues()
544 ha->queue_pair_map = NULL; in qla2x00_free_queues()
884 qpair = ha->queue_pair_map[hwq]; in qla2xxx_queuecommand()
1420 qpair = ha->queue_pair_map[i]; in qla2x00_eh_wait_for_pending_commands()
1924 if (!ha->queue_pair_map) in qla2x00_abort_all_cmds()
[all …]
H A Dqla_nvme.c143 if (ha->queue_pair_map[qidx]) { in qla_nvme_alloc_queue()
144 *handle = ha->queue_pair_map[qidx]; in qla_nvme_alloc_queue()
H A Dqla_mid.c1276 qp = vha->hw->queue_pair_map[i]; in qla_adjust_buf()
H A Dqla_target.c4507 if (ha->queue_pair_map[key]) in qlt_clr_qp_table()
4508 ha->queue_pair_map[key]->lun_cnt = 0; in qlt_clr_qp_table()
7495 struct qla_qpair *qpair = ha->queue_pair_map[i]; in qlt_add_target()
H A Dqla_bsg.c3229 qpair = vha->hw->queue_pair_map[i]; in qla24xx_bsg_timeout()