Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h868 struct ibmvfc_discover_targets_entry *disc_buf; member
H A Dibmvfc.c4911 rc = ibmvfc_alloc_target(vhost, &vhost->disc_buf[i]); in ibmvfc_alloc_targets()
6068 dma_free_coherent(vhost->dev, vhost->disc_buf_sz, vhost->disc_buf, in ibmvfc_free_mem()
6114 vhost->disc_buf_sz = sizeof(*vhost->disc_buf) * max_targets; in ibmvfc_alloc_mem()
6115 vhost->disc_buf = dma_alloc_coherent(dev, vhost->disc_buf_sz, in ibmvfc_alloc_mem()
6118 if (!vhost->disc_buf) { in ibmvfc_alloc_mem()
6155 dma_free_coherent(dev, vhost->disc_buf_sz, vhost->disc_buf, in ibmvfc_alloc_mem()