Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c680 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() local
687 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
694 list_del(&hbq_entry->dbuf.list); in lpfc_in_buf_free()
695 if (hbq_entry->tag == -1) { in lpfc_in_buf_free()
697 (phba, hbq_entry); in lpfc_in_buf_free()
699 lpfc_sli_free_hbq(phba, hbq_entry); in lpfc_in_buf_free()
H A Dlpfc_sli.c3173 struct hbq_dmabuf *hbq_entry; in lpfc_sli_get_buff() local
3177 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); in lpfc_sli_get_buff()
3178 if (!hbq_entry) in lpfc_sli_get_buff()
3180 return &hbq_entry->dbuf; in lpfc_sli_get_buff()