Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_mem.c672 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() local
679 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
686 list_del(&hbq_entry->dbuf.list); in lpfc_in_buf_free()
687 if (hbq_entry->tag == -1) { in lpfc_in_buf_free()
689 (phba, hbq_entry); in lpfc_in_buf_free()
691 lpfc_sli_free_hbq(phba, hbq_entry); in lpfc_in_buf_free()
Dlpfc_sli.c3165 struct hbq_dmabuf *hbq_entry; in lpfc_sli_get_buff() local
3169 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); in lpfc_sli_get_buff()
3170 if (!hbq_entry) in lpfc_sli_get_buff()
3172 return &hbq_entry->dbuf; in lpfc_sli_get_buff()