Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_iocb.c1646 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla24xx_start_scsi()
1838 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla24xx_dif_start_scsi()
1980 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2xxx_start_scsi_mq()
2187 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2xxx_dif_start_scsi_mq()
3932 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2x00_start_bidir()
Dqla_nvme.c395 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2x00_start_nvme_mq()
Dqla_mbx.c4435 if (IS_SHADOW_REG_CAPABLE(ha)) in qla25xx_init_req_que()
4508 if (IS_SHADOW_REG_CAPABLE(ha)) in qla25xx_init_rsp_que()
Dqla_def.h4151 #define IS_SHADOW_REG_CAPABLE(ha) (IS_QLA27XX(ha) || IS_QLA28XX(ha)) macro
Dqla_init.c4078 if (IS_SHADOW_REG_CAPABLE(ha)) in qla24xx_config_rings()
8984 qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla2xxx_create_qpair()
Dqla_os.c398 ha->base_qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla_init_base_qpair()