Searched refs:rdma_gid_table (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/infiniband/core/ |
D | cache.c | 197 static struct ib_gid_table *rdma_gid_table(struct ib_device *device, u8 port) in rdma_gid_table() function 238 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() 283 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() 559 table = rdma_gid_table(ib_dev, port); in __ib_cache_gid_add() 606 table = rdma_gid_table(ib_dev, port); in _ib_cache_gid_del() 645 table = rdma_gid_table(ib_dev, port); in ib_cache_gid_del_all_netdev_gids() 697 table = rdma_gid_table(ib_dev, port); in rdma_find_gid_by_port() 747 table = rdma_gid_table(ib_dev, port); in rdma_find_gid_by_filter() 966 table = rdma_gid_table(device, port_num); in rdma_query_gid() 1210 table = rdma_gid_table(device, port_num); in rdma_get_gid_attr() [all …]
|