Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Dcache.c204 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() function
279 ix = find_gid(table, gid, attr, false, GID_ATTR_FIND_MASK_GID | in ib_cache_gid_add()
284 ix = find_gid(table, &zgid, NULL, false, GID_ATTR_FIND_MASK_GID | in ib_cache_gid_add()
309 ix = find_gid(table, gid, attr, false, in ib_cache_gid_del()
384 local_index = find_gid(table, gid, val, false, mask); in _ib_cache_gid_table_find()
432 local_index = find_gid(table, gid, &val, false, mask); in ib_find_cached_gid_by_port()
588 ix = find_gid(table, NULL, NULL, true, GID_ATTR_FIND_MASK_DEFAULT); in ib_cache_gid_set_default_gid()
/linux-4.4.14/fs/nfsd/
Dnfs4acl.c588 static int find_gid(struct posix_acl_state *state, kgid_t gid) in find_gid() function
660 i = find_gid(state, ace->who_gid); in process_one_v4_ace()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c3937 static struct res_gid *find_gid(struct mlx4_dev *dev, int slave, in find_gid() function
3961 if (find_gid(dev, slave, rqp, gid)) { in add_mcg_res()
3985 res = find_gid(dev, slave, rqp, gid); in rem_mcg_res()