Searched refs:ib_gid_table (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cache.c | 95 struct ib_gid_table { struct 176 struct ib_gid_table *table, int ix, in write_gid() 234 struct ib_gid_table *table, int ix, in add_gid() 243 struct ib_gid_table *table, int ix, in modify_gid() 252 struct ib_gid_table *table, int ix, in del_gid() 259 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 335 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_add() 336 struct ib_gid_table *table; in ib_cache_gid_add() 373 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache; in ib_cache_gid_del() 374 struct ib_gid_table *table; in ib_cache_gid_del() [all …]
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1996 struct ib_gid_table **gid_cache;
|