Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c816 ib_dev->cache.gid_cache = table; in _gid_table_setup_one()
842 ib_dev->cache.gid_cache = NULL; in gid_table_release_one()
1054 } *gid_cache = NULL; in ib_cache_update() local
1086 gid_cache = kmalloc(sizeof(*gid_cache) + tprops->gid_tbl_len * in ib_cache_update()
1087 sizeof(*gid_cache->table), GFP_KERNEL); in ib_cache_update()
1088 if (!gid_cache) in ib_cache_update()
1091 gid_cache->table_len = tprops->gid_tbl_len; in ib_cache_update()
1106 gid_cache->table + i, NULL); in ib_cache_update()
1122 for (i = 0; i < gid_cache->table_len; i++) { in ib_cache_update()
1133 kfree(gid_cache); in ib_cache_update()
[all …]
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h1807 struct ib_gid_table **gid_cache; member