Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.c2393 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_free_all() local
2404 list_del(&hbq_buf->dbuf.list); in lpfc_sli_hbqbuf_free_all()
2429 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware() argument
2448 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s3() argument
2451 dma_addr_t physaddr = hbq_buf->dbuf.phys; in lpfc_sli_hbq_to_firmware_s3()
2488 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s4() argument
2509 hbq_buf->tag = (rc | (hbqno << 16)); in lpfc_sli_hbq_to_firmware_s4()
2683 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_find() local
2693 if (hbq_buf->tag == tag) { in lpfc_sli_hbqbuf_find()
2695 return hbq_buf; in lpfc_sli_hbqbuf_find()
[all …]
H A Dlpfc_debugfs.c289 struct hbq_dmabuf *hbq_buf; in lpfc_debugfs_hbqinfo_data() local
358 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()