Searched refs:find_gid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cache.c | 466 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() function 481 /* find_gid() is used during GID addition where it is expected in find_gid() 503 * Additionally find_gid() is used to find valid entry during in find_gid() 566 ix = find_gid(table, gid, attr, default_gid, mask, &empty); in __ib_cache_gid_add() 613 ix = find_gid(table, gid, attr, default_gid, mask, NULL); in _ib_cache_gid_del() 706 local_index = find_gid(table, gid, &val, false, mask, NULL); in rdma_find_gid_by_port() 1029 index = find_gid(table, gid, &gid_attr_val, false, mask, NULL); in rdma_find_gid()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cache.c | 466 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() function 481 /* find_gid() is used during GID addition where it is expected in find_gid() 503 * Additionally find_gid() is used to find valid entry during in find_gid() 566 ix = find_gid(table, gid, attr, default_gid, mask, &empty); in __ib_cache_gid_add() 613 ix = find_gid(table, gid, attr, default_gid, mask, NULL); in _ib_cache_gid_del() 705 local_index = find_gid(table, gid, &val, false, mask, NULL); in rdma_find_gid_by_port() 1035 index = find_gid(table, gid, &gid_attr_val, false, mask, NULL); in rdma_find_gid()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4acl.c | 588 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()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4acl.c | 587 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 4015 static struct res_gid *find_gid(struct mlx4_dev *dev, int slave, in find_gid() function 4039 if (find_gid(dev, slave, rqp, gid)) { in add_mcg_res() 4063 res = find_gid(dev, slave, rqp, gid); in rem_mcg_res()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 4016 static struct res_gid *find_gid(struct mlx4_dev *dev, int slave, in find_gid() function 4040 if (find_gid(dev, slave, rqp, gid)) { in add_mcg_res() 4064 res = find_gid(dev, slave, rqp, gid); in rem_mcg_res()
|
Completed in 21 milliseconds