Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.c6143 while (ha->tgt.atio_ring_ptr->signature != ATIO_PROCESSED) { in qlt_24xx_process_atio_queue()
6144 pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr; in qlt_24xx_process_atio_queue()
6153 ha->tgt.atio_ring_ptr = ha->tgt.atio_ring; in qlt_24xx_process_atio_queue()
6155 ha->tgt.atio_ring_ptr++; in qlt_24xx_process_atio_queue()
6158 pkt = (struct atio_from_isp *)ha->tgt.atio_ring_ptr; in qlt_24xx_process_atio_queue()
Dqla_def.h2885 struct atio *atio_ring_ptr; /* Current address. */ member
Dqla_init.c2223 ha->tgt.atio_ring_ptr = ha->tgt.atio_ring; in qla2x00_init_rings()