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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c287 struct lpfc_hbq_entry *hbqe; local
328 hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt;
332 le32_to_cpu(hbqe->bde.addrLow),
333 le32_to_cpu(hbqe->bde.tus.w),
334 le32_to_cpu(hbqe->buffer_tag));
360 if (phys == le32_to_cpu(hbqe->bde.addrLow)) {
373 hbqe++;
H A Dlpfc_sli.c2445 struct lpfc_hbq_entry *hbqe; local
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
3419 struct lpfc_hbq_entry *hbqe = NULL; local
[all...]

Completed in 157 milliseconds