Searched refs:hbq_entry (Results 1 – 2 of 2) sorted by relevance
692 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() local699 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()706 list_del(&hbq_entry->dbuf.list); in lpfc_in_buf_free()707 if (hbq_entry->tag == -1) { in lpfc_in_buf_free()709 (phba, hbq_entry); in lpfc_in_buf_free()711 lpfc_sli_free_hbq(phba, hbq_entry); in lpfc_in_buf_free()
2704 struct hbq_dmabuf *hbq_entry; in lpfc_sli_get_buff() local2708 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag); in lpfc_sli_get_buff()2709 if (!hbq_entry) in lpfc_sli_get_buff()2711 return &hbq_entry->dbuf; in lpfc_sli_get_buff()