Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c223 iu->dma = ib_dma_map_single(host->srp_dev->dev, iu->buf, size, in srp_alloc_iu()
225 if (ib_dma_mapping_error(host->srp_dev->dev, iu->dma)) in srp_alloc_iu()
246 ib_dma_unmap_single(host->srp_dev->dev, iu->dma, iu->size, in srp_free_iu()
268 ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev, in srp_init_qp()
296 new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev, in srp_new_cm_id()
314 struct srp_device *dev = target->srp_host->srp_dev; in srp_alloc_fmr_pool()
441 struct srp_device *dev = target->srp_host->srp_dev; in srp_alloc_fr_pool()
485 struct srp_device *dev = target->srp_host->srp_dev; in srp_create_ch_ib()
603 struct srp_device *dev = target->srp_host->srp_dev; in srp_free_ch_ib()
680 target->srp_host->srp_dev->dev, in srp_lookup_path()
[all …]
Dib_srp.h110 struct srp_device *srp_dev; member