Searched refs:ib_find_cached_gid_by_port (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cache.h | 96 int ib_find_cached_gid_by_port(struct ib_device *device,
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_roce_gid_mgmt.c | 268 if (ib_find_cached_gid_by_port(device, &gid, i, in roce_gid_update_addr_callback()
|
H A D | ib_cache.c | 505 int ib_find_cached_gid_by_port(struct ib_device *ib_dev, in ib_find_cached_gid_by_port() function 539 EXPORT_SYMBOL(ib_find_cached_gid_by_port);
|
H A D | ib_device.c | 884 if (!ib_find_cached_gid_by_port(device, gid, gid_type, port, in ib_find_gid()
|
H A D | ib_multicast.c | 739 ret = ib_find_cached_gid_by_port(device, &rec->port_gid, in ib_init_ah_from_mcmember()
|
H A D | ib_sa_query.c | 718 ret = ib_find_cached_gid_by_port(device, &rec->sgid, in ib_init_ah_from_path()
|
H A D | ib_verbs.c | 637 ret = ib_find_cached_gid_by_port(device, &dgid, in ib_init_ah_from_wc()
|
H A D | ib_cma.c | 620 ret = ib_find_cached_gid_by_port(device, gid, gid_type, port, in cma_validate_port()
|