Lines Matching refs:qh
557 struct qla2xxx_mqueue_header *qh; in qla2xxx_copy_atioqueues() local
585 qh = ptr; in qla2xxx_copy_atioqueues()
586 qh->queue = htonl(TYPE_ATIO_QUEUE); in qla2xxx_copy_atioqueues()
587 qh->number = htonl(que); in qla2xxx_copy_atioqueues()
588 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
604 struct qla2xxx_mqueue_header *qh; in qla25xx_copy_mqueues() local
629 qh = ptr; in qla25xx_copy_mqueues()
630 qh->queue = htonl(TYPE_REQUEST_QUEUE); in qla25xx_copy_mqueues()
631 qh->number = htonl(que); in qla25xx_copy_mqueues()
632 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
657 qh = ptr; in qla25xx_copy_mqueues()
658 qh->queue = htonl(TYPE_RESPONSE_QUEUE); in qla25xx_copy_mqueues()
659 qh->number = htonl(que); in qla25xx_copy_mqueues()
660 qh->size = htonl(rsp->length * sizeof(response_t)); in qla25xx_copy_mqueues()