Home
last modified time | relevance | path

Searched refs:find_gid (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/core/
H A Dcache.c465 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() function
565 ix = find_gid(table, gid, attr, default_gid, mask, &empty); in __ib_cache_gid_add()
612 ix = find_gid(table, gid, attr, default_gid, mask, NULL); in _ib_cache_gid_del()
704 local_index = find_gid(table, gid, &val, false, mask, NULL); in rdma_find_gid_by_port()
1037 index = find_gid(table, gid, &gid_attr_val, false, mask, NULL); in rdma_find_gid()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c4009 static struct res_gid *find_gid(struct mlx4_dev *dev, int slave, in find_gid() function
4033 if (find_gid(dev, slave, rqp, gid)) { in add_mcg_res()
4057 res = find_gid(dev, slave, rqp, gid); in rem_mcg_res()