Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_dbg.c550 } aq, *aqp; in qla2xxx_copy_atioqueues() local
556 aqp = &aq; in qla2xxx_copy_atioqueues()
557 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
558 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
568 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
575 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
579 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
581 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()