Searched refs:srp_dev (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 236 iu->dma = ib_dma_map_single(host->srp_dev->dev, iu->buf, size, in srp_alloc_iu() 238 if (ib_dma_mapping_error(host->srp_dev->dev, iu->dma)) in srp_alloc_iu() 259 ib_dma_unmap_single(host->srp_dev->dev, iu->dma, iu->size, in srp_free_iu() 281 ret = ib_find_cached_pkey(target->srp_host->srp_dev->dev, in srp_init_ib_qp() 309 new_cm_id = ib_create_cm_id(target->srp_host->srp_dev->dev, in srp_new_ib_cm_id() 317 if (rdma_cap_opa_ah(target->srp_host->srp_dev->dev, in srp_new_ib_cm_id() 500 struct srp_device *dev = target->srp_host->srp_dev; in srp_alloc_fr_pool() 527 struct srp_device *dev = target->srp_host->srp_dev; in srp_create_ch_ib() 640 struct srp_device *dev = target->srp_host->srp_dev; in srp_free_ch_ib() 722 target->srp_host->srp_dev->dev, in srp_ib_lookup_path() [all …]
|
| H A D | ib_srp.h | 124 struct srp_device *srp_dev; member
|