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.c814 ib_dev->cache.gid_cache = table; in _gid_table_setup_one()
840 ib_dev->cache.gid_cache = NULL; in gid_table_release_one()
1052 } *gid_cache = NULL; in ib_cache_update() local
1084 gid_cache = kmalloc(sizeof(*gid_cache) + tprops->gid_tbl_len * in ib_cache_update()
1085 sizeof(*gid_cache->table), GFP_KERNEL); in ib_cache_update()
1086 if (!gid_cache) in ib_cache_update()
1089 gid_cache->table_len = tprops->gid_tbl_len; in ib_cache_update()
1104 gid_cache->table + i, NULL); in ib_cache_update()
1120 for (i = 0; i < gid_cache->table_len; i++) { in ib_cache_update()
1131 kfree(gid_cache); in ib_cache_update()
[all …]
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1996 struct ib_gid_table **gid_cache; member