Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A 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()
575 /* aqp = ha->atio_q_map[que]; */ 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 in qla2xxx_copy_atioqueues()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_dbg.c563 } aq, *aqp; in qla2xxx_copy_atioqueues() local
569 aqp = &aq; in qla2xxx_copy_atioqueues()
570 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
571 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
574 /* aqp = ha->atio_q_map[que]; */ in qla2xxx_copy_atioqueues()
581 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
588 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
592 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
594 ptr += aqp in qla2xxx_copy_atioqueues()
[all...]

Completed in 3 milliseconds