Lines Matching defs:hbqe
2050 struct lpfc_hbq_entry *hbqe;
2055 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
2056 if (hbqe) {
2059 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
2060 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
2061 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size;
2062 hbqe->bde.tus.f.bdeFlags = 0;
2063 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
2064 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);