Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_iocb.c1639 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla24xx_start_scsi()
1824 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla24xx_dif_start_scsi()
1959 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2xxx_start_scsi_mq()
2159 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2xxx_dif_start_scsi_mq()
3756 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2x00_start_bidir()
Dqla_nvme.c386 cnt = IS_SHADOW_REG_CAPABLE(ha) ? *req->out_ptr : in qla2x00_start_nvme_mq()
Dqla_mbx.c4348 if (IS_SHADOW_REG_CAPABLE(ha)) in qla25xx_init_req_que()
4421 if (IS_SHADOW_REG_CAPABLE(ha)) in qla25xx_init_rsp_que()
Dqla_def.h3891 #define IS_SHADOW_REG_CAPABLE(ha) (IS_QLA27XX(ha) || IS_QLA28XX(ha)) macro
Dqla_init.c3941 if (IS_SHADOW_REG_CAPABLE(ha)) in qla24xx_config_rings()
8882 qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla2xxx_create_qpair()
Dqla_os.c376 ha->base_qpair->use_shadow_reg = IS_SHADOW_REG_CAPABLE(ha) ? 1 : 0; in qla_init_base_qpair()