Home
last modified time | relevance | path

Searched refs:ib_find_cached_gid (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/rdma/
Dib_cache.h67 int ib_find_cached_gid(struct ib_device *device,
/linux-4.1.27/drivers/infiniband/core/
Dcache.c99 int ib_find_cached_gid(struct ib_device *device, in ib_find_cached_gid() function
132 EXPORT_SYMBOL(ib_find_cached_gid);
Dcma.c380 ret = ib_find_cached_gid(cma_dev->device, &iboe_gid, in cma_acquire_dev()
383 ret = ib_find_cached_gid(cma_dev->device, &gid, in cma_acquire_dev()
400 ret = ib_find_cached_gid(cma_dev->device, &iboe_gid, &found_port, NULL); in cma_acquire_dev()
402 ret = ib_find_cached_gid(cma_dev->device, &gid, &found_port, NULL); in cma_acquire_dev()
Dmulticast.c732 ret = ib_find_cached_gid(device, &rec->port_gid, &p, &gid_index); in ib_init_ah_from_mcmember()
Dsa_query.c549 ret = ib_find_cached_gid(device, &rec->sgid, &port_num, in ib_init_ah_from_path()
Dverbs.c232 ret = ib_find_cached_gid(device, &grh->dgid, &port_num, in ib_init_ah_from_wc()
Dcm.c362 if (!ib_find_cached_gid(cm_dev->ib_device, &path->sgid, in cm_init_av_by_path()