Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c335 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_add()
373 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_del()
403 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_del_all_netdev_gids()
432 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in __ib_cache_gid_get()
464 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in _ib_cache_gid_table_find()
512 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_find_cached_gid_by_port()
570 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_find_by_filter()
677 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_set_default_gid()
814 ib_dev->cache.gid_cache = table; in _gid_table_setup_one()
830 struct ib_gid_table **table = ib_dev->cache.gid_cache; in gid_table_release_one()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1996 struct ib_gid_table **gid_cache; member