Home
last modified time | relevance | path

Searched refs:use_shadow_reg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_iocb.c2295 if (qpair->use_shadow_reg) in __qla2x00_alloc_iocbs()
2310 if (!qpair->use_shadow_reg && cnt == ISP_REG16_DISCONNECT) { in __qla2x00_alloc_iocbs()
Dqla_def.h3723 uint32_t use_shadow_reg:1; member
Dqla_isr.c3739 rsp_q_in = rsp->qpair->use_shadow_reg ? *rsp->in_ptr : in qla_chk_cont_iocb_avail()
Dqla_os.c409 ha->base_qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla_init_base_qpair()
Dqla_target.c2545 cnt = (uint16_t)(qpair->use_shadow_reg ? *req->out_ptr : in qlt_check_reserve_free_req()
Dqla_init.c9267 qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla2xxx_create_qpair()