Searched refs:rdma_gid_table (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/infiniband/core/ |
D | cache.c | 186 static struct ib_gid_table *rdma_gid_table(struct ib_device *device, u8 port) in rdma_gid_table() function 213 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() 263 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() 519 table = rdma_gid_table(ib_dev, port); in __ib_cache_gid_add() 587 table = rdma_gid_table(ib_dev, port); in _ib_cache_gid_del() 626 table = rdma_gid_table(ib_dev, port); in ib_cache_gid_del_all_netdev_gids() 678 table = rdma_gid_table(ib_dev, port); in rdma_find_gid_by_port() 728 table = rdma_gid_table(ib_dev, port); in rdma_find_gid_by_filter() 953 table = rdma_gid_table(device, port_num); in rdma_query_gid() 1200 table = rdma_gid_table(device, port_num); in rdma_get_gid_attr() [all …]
|