Searched refs:hbq_buf (Results 1 – 2 of 2) sorted by relevance
2366 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_free_all() local2376 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_free_all()2377 list_del(&hbq_buf->dbuf.list); in lpfc_sli_hbqbuf_free_all()2378 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf); in lpfc_sli_hbqbuf_free_all()2402 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware() argument2405 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf); in lpfc_sli_hbq_to_firmware()2421 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s3() argument2424 dma_addr_t physaddr = hbq_buf->dbuf.phys; in lpfc_sli_hbq_to_firmware_s3()2434 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size; in lpfc_sli_hbq_to_firmware_s3()2437 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag); in lpfc_sli_hbq_to_firmware_s3()[all …]
289 struct hbq_dmabuf *hbq_buf; in lpfc_debugfs_hbqinfo_data() local358 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_debugfs_hbqinfo_data()359 phys = ((uint64_t)hbq_buf->dbuf.phys & 0xffffffff); in lpfc_debugfs_hbqinfo_data()363 hbq_buf->dbuf.virt, hbq_buf->tag); in lpfc_debugfs_hbqinfo_data()