Searched refs:gid_cache (Results 1 – 2 of 2) sorted by relevance
816 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() local1086 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 …]
1807 struct ib_gid_table **gid_cache; member