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

/drivers/scsi/lpfc/
H A Dlpfc_mem.c561 struct hbq_dmabuf *hbq_entry; local
574 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf);
575 list_del(&hbq_entry->dbuf.list);
576 if (hbq_entry->tag == -1) {
578 (phba, hbq_entry);
580 lpfc_sli_free_hbq(phba, hbq_entry);
H A Dlpfc_sli.c2365 struct hbq_dmabuf *hbq_entry; local
2369 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2370 if (!hbq_entry)
2372 return &hbq_entry->dbuf;

Completed in 61 milliseconds