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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c6834 ha->tgt.atio_ring_index++;
6835 if (ha->tgt.atio_ring_index == ha->tgt.atio_q_length) {
6836 ha->tgt.atio_ring_index = 0;
6848 wrt_reg_dword(ISP_ATIO_Q_OUT(vha), ha->tgt.atio_ring_index);
H A Dqla_def.h4013 uint16_t atio_ring_index; /* Current index. */ member in struct:qlt_hw_data
H A Dqla_init.c4795 ha->tgt.atio_ring_index = 0;

Completed in 172 milliseconds