Home
last modified time | relevance | path

Searched refs:atio_ring_index (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c6689 ha->tgt.atio_ring_index++; in qlt_24xx_process_atio_queue()
6690 if (ha->tgt.atio_ring_index == ha->tgt.atio_q_length) { in qlt_24xx_process_atio_queue()
6691 ha->tgt.atio_ring_index = 0; in qlt_24xx_process_atio_queue()
6703 WRT_REG_DWORD(ISP_ATIO_Q_OUT(vha), ha->tgt.atio_ring_index); in qlt_24xx_process_atio_queue()
Dqla_def.h3510 uint16_t atio_ring_index; /* Current index. */ member
Dqla_init.c3970 ha->tgt.atio_ring_index = 0; in qla2x00_init_rings()