Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_dbg.c564 } aq, *aqp; in qla2xxx_copy_atioqueues() local
570 aqp = &aq; in qla2xxx_copy_atioqueues()
571 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
572 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
582 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
589 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
593 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
595 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()