Lines Matching defs:hbqe
2445 struct lpfc_hbq_entry *hbqe;
2450 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
2451 if (hbqe) {
2454 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
2455 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
2456 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size;
2457 hbqe->bde.tus.f.bdeFlags = 0;
2458 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
2459 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
3417 struct lpfc_hbq_entry *hbqe = NULL;
3421 hbqe = (struct lpfc_hbq_entry *)
3424 hbqe->bde.tus.f.bdeSize;
3426 hbqe = (struct lpfc_hbq_entry *)
3428 saveq->unsol_rcv_len = hbqe->bde.tus.f.bdeSize;