Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/ibmvscsi/
Dibmvfc.h710 struct ibmvfc_discover_targets_buf *disc_buf; member
Dibmvfc.c3894 vhost->disc_buf->scsi_id[i] & IBMVFC_DISC_TGT_SCSI_ID_MASK); in ibmvfc_alloc_targets()
4544 dma_free_coherent(vhost->dev, vhost->disc_buf_sz, vhost->disc_buf, in ibmvfc_free_mem()
4601 vhost->disc_buf_sz = sizeof(vhost->disc_buf->scsi_id[0]) * max_targets; in ibmvfc_alloc_mem()
4602 vhost->disc_buf = dma_alloc_coherent(dev, vhost->disc_buf_sz, in ibmvfc_alloc_mem()
4605 if (!vhost->disc_buf) { in ibmvfc_alloc_mem()
4630 dma_free_coherent(dev, vhost->disc_buf_sz, vhost->disc_buf, in ibmvfc_alloc_mem()