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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dbg.c563 } aq, *aqp; local
569 aqp = &aq;
570 aqp->length = ha->tgt.atio_q_length;
571 aqp->ring = ha->tgt.atio_ring;
574 /* aqp = ha->atio_q_map[que]; */
581 (aqp->length * sizeof(request_t)));
588 qh->size = htonl(aqp->length * sizeof(request_t));
592 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t));
594 ptr += aqp
[all...]

Completed in 179 milliseconds