Home
last modified time | relevance | path

Searched refs:ISP_ATIO_Q_OUT (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_target.c6173 WRT_REG_DWORD(ISP_ATIO_Q_OUT(vha), ha->tgt.atio_ring_index); in qlt_24xx_process_atio_queue()
6174 RD_REG_DWORD_RELAXED(ISP_ATIO_Q_OUT(vha)); in qlt_24xx_process_atio_queue()
6185 WRT_REG_DWORD(ISP_ATIO_Q_OUT(vha), 0); in qlt_24xx_config_rings()
6186 RD_REG_DWORD(ISP_ATIO_Q_OUT(vha)); in qlt_24xx_config_rings()
6417 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()
6420 ISP_ATIO_Q_OUT(base_vha) = &ha->iobase->isp24.atio_q_out; in qlt_probe_one_stage1()
Dqla_def.h684 #define ISP_ATIO_Q_OUT(vha) (vha->hw->tgt.atio_q_out) macro