Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c815 ib_dev->cache.gid_cache = table; in _gid_table_setup_one()
841 ib_dev->cache.gid_cache = NULL; in gid_table_release_one()
1053 } *gid_cache = NULL; in ib_cache_update() local
1085 gid_cache = kmalloc(sizeof(*gid_cache) + tprops->gid_tbl_len * in ib_cache_update()
1086 sizeof(*gid_cache->table), GFP_KERNEL); in ib_cache_update()
1087 if (!gid_cache) in ib_cache_update()
1090 gid_cache->table_len = tprops->gid_tbl_len; in ib_cache_update()
1105 gid_cache->table + i, NULL); in ib_cache_update()
1121 for (i = 0; i < gid_cache->table_len; i++) { in ib_cache_update()
1132 kfree(gid_cache); in ib_cache_update()
[all …]
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h1773 struct ib_gid_table **gid_cache; member