Lines Matching refs:ib_gid_table
94 struct ib_gid_table { struct
116 struct ib_gid_table *table, int ix, in write_gid() argument
180 struct ib_gid_table *table, int ix, in add_gid()
189 struct ib_gid_table *table, int ix, in modify_gid()
198 struct ib_gid_table *table, int ix, in del_gid()
204 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid()
250 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_add()
251 struct ib_gid_table *table; in ib_cache_gid_add()
301 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_del()
302 struct ib_gid_table *table; in ib_cache_gid_del()
326 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_del_all_netdev_gids()
327 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids()
345 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in __ib_cache_gid_get()
346 struct ib_gid_table *table; in __ib_cache_gid_get()
377 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in _ib_cache_gid_table_find()
378 struct ib_gid_table *table; in _ib_cache_gid_table_find()
418 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_find_cached_gid_by_port()
419 struct ib_gid_table *table; in ib_find_cached_gid_by_port()
472 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_find_by_filter()
473 struct ib_gid_table *table; in ib_cache_gid_find_by_filter()
518 static struct ib_gid_table *alloc_gid_table(int sz) in alloc_gid_table()
521 struct ib_gid_table *table = in alloc_gid_table()
522 kzalloc(sizeof(struct ib_gid_table), GFP_KERNEL); in alloc_gid_table()
544 static void release_gid_table(struct ib_gid_table *table) in release_gid_table()
553 struct ib_gid_table *table) in cleanup_gid_table_port()
573 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_set_default_gid()
576 struct ib_gid_table *table; in ib_cache_gid_set_default_gid()
621 struct ib_gid_table *table) in gid_table_reserve_default()
635 struct ib_gid_table **table; in _gid_table_setup_one()
680 struct ib_gid_table **table = ib_dev->cache.gid_cache; in gid_table_release_one()
695 struct ib_gid_table **table = ib_dev->cache.gid_cache; in gid_table_cleanup_one()
895 struct ib_gid_table *table; in ib_cache_update()
896 struct ib_gid_table **ports_table = device->cache.gid_cache; in ib_cache_update()