Home
last modified time | relevance | path

Searched refs:atio_ring_ptr (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_target.c6798 while ((ha->tgt.atio_ring_ptr->signature != ATIO_PROCESSED) || in qlt_24xx_process_atio_queue()
6799 fcpcmd_is_corrupted(ha->tgt.atio_ring_ptr)) { in qlt_24xx_process_atio_queue()
6800 pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr; in qlt_24xx_process_atio_queue()
6803 if (unlikely(fcpcmd_is_corrupted(ha->tgt.atio_ring_ptr))) { in qlt_24xx_process_atio_queue()
6827 ha->tgt.atio_ring_ptr = ha->tgt.atio_ring; in qlt_24xx_process_atio_queue()
6829 ha->tgt.atio_ring_ptr++; in qlt_24xx_process_atio_queue()
6832 pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr; in qlt_24xx_process_atio_queue()
Dqla_tmpl.c666 struct atio *atr = ha->tgt.atio_ring_ptr; in qla27xx_fwdt_entry_t274()
Dqla_def.h4012 struct atio *atio_ring_ptr; /* Current address. */ member
Dqla_init.c4785 ha->tgt.atio_ring_ptr = ha->tgt.atio_ring; in qla2x00_init_rings()