Lines Matching refs:qh
510 struct qla2xxx_mqueue_header *qh; in qla2xxx_copy_atioqueues() local
538 qh = ptr; in qla2xxx_copy_atioqueues()
539 qh->queue = htonl(TYPE_ATIO_QUEUE); in qla2xxx_copy_atioqueues()
540 qh->number = htonl(que); in qla2xxx_copy_atioqueues()
541 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
557 struct qla2xxx_mqueue_header *qh; in qla25xx_copy_mqueues() local
582 qh = ptr; in qla25xx_copy_mqueues()
583 qh->queue = htonl(TYPE_REQUEST_QUEUE); in qla25xx_copy_mqueues()
584 qh->number = htonl(que); in qla25xx_copy_mqueues()
585 qh->size = htonl(req->length * sizeof(request_t)); in qla25xx_copy_mqueues()
610 qh = ptr; in qla25xx_copy_mqueues()
611 qh->queue = htonl(TYPE_RESPONSE_QUEUE); in qla25xx_copy_mqueues()
612 qh->number = htonl(que); in qla25xx_copy_mqueues()
613 qh->size = htonl(rsp->length * sizeof(response_t)); in qla25xx_copy_mqueues()