Lines Matching refs:base_qpair
425 rsp->qpair = ha->base_qpair;
427 ha->base_qpair->hw = ha;
428 ha->base_qpair->req = req;
429 ha->base_qpair->rsp = rsp;
430 ha->base_qpair->vha = vha;
431 ha->base_qpair->qp_lock_ptr = &ha->hardware_lock;
432 ha->base_qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0;
433 ha->base_qpair->msix = &ha->msix_entries[QLA_MSIX_RSP_Q];
434 ha->base_qpair->srb_mempool = ha->srb_mempool;
435 INIT_LIST_HEAD(&ha->base_qpair->hints_list);
436 INIT_LIST_HEAD(&ha->base_qpair->dsd_list);
437 ha->base_qpair->enable_class_2 = ql2xenableclass2;
440 ha->base_qpair->pdev = ha->pdev;
443 ha->base_qpair->reqq_start_iocbs = qla_83xx_start_iocbs;
467 ha->base_qpair = kzalloc(sizeof(struct qla_qpair), GFP_KERNEL);
468 if (ha->base_qpair == NULL) {
502 kfree(ha->base_qpair);
503 ha->base_qpair = NULL;
558 if (ha->base_qpair) {
559 kfree(ha->base_qpair);
560 ha->base_qpair = NULL;
965 qla2xxx_init_sp(sp, vha, vha->hw->base_qpair, fcport);
1428 status = __qla2x00_eh_wait_for_pending_commands(ha->base_qpair, t, l,
1926 if (!ha->base_qpair)
1928 __qla2x00_abort_all_cmds(ha->base_qpair, res);
4964 if (ha->base_qpair && !list_empty(&ha->base_qpair->dsd_list)) {
4969 &ha->base_qpair->dsd_list, list) {
5394 fcport->chip_reset = vha->hw->base_qpair->chip_reset;
7302 cmpl_cnt = ha->base_qpair->cmd_completion_cnt;
7303 if (cmpl_cnt == ha->base_qpair->prev_completion_cnt &&
7304 cmpl_cnt != ha->base_qpair->cmd_cnt) {
7308 ha->base_qpair->prev_completion_cnt = cmpl_cnt;
7743 ha->base_qpair->chip_reset = ha->chip_reset;
7747 ha->base_qpair->chip_reset;
7756 ha->base_qpair->online = 0;