Home
last modified time | relevance | path

Searched refs:gids (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/infiniband/hw/mlx4/
A Dmain.c266 struct gid_entry *gids = NULL; in mlx4_ib_add_gid() local
320 gids = kmalloc_array(MLX4_MAX_PORT_GIDS, sizeof(*gids), in mlx4_ib_add_gid()
322 if (!gids) { in mlx4_ib_add_gid()
328 memcpy(&gids[i].gid, &port_gid_table->gids[i].gid, sizeof(union ib_gid)); in mlx4_ib_add_gid()
329 gids[i].gid_type = port_gid_table->gids[i].gid_type; in mlx4_ib_add_gid()
343 kfree(gids); in mlx4_ib_add_gid()
379 gids = kmalloc_array(MLX4_MAX_PORT_GIDS, sizeof(*gids), in mlx4_ib_del_gid()
381 if (!gids) { in mlx4_ib_del_gid()
385 memcpy(&gids[i].gid, in mlx4_ib_del_gid()
388 gids[i].gid_type = in mlx4_ib_del_gid()
[all …]
A Dmlx4_ib.h541 struct gid_entry gids[MLX4_MAX_PORT_GIDS]; member
549 struct mlx4_port_gid_table gids[MLX4_MAX_PORTS]; member
A Dqp.c2962 port_gid_table = &iboe->gids[port_num - 1]; in fill_gid_by_hw_index()
2964 memcpy(gid, &port_gid_table->gids[index].gid, sizeof(*gid)); in fill_gid_by_hw_index()
2965 *gid_type = port_gid_table->gids[index].gid_type; in fill_gid_by_hw_index()
/linux/net/sunrpc/
A Dsvcauth_unix.c482 int gids; in unix_gid_parse() local
503 rv = get_int(&mesg, &gids); in unix_gid_parse()
504 if (rv || gids < 0 || gids > 8192) in unix_gid_parse()
507 ug.gi = groups_alloc(gids); in unix_gid_parse()
511 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dport.c1130 int gids; in mlx4_get_base_gid_ix() local
1159 gids = MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS; in mlx4_get_base_gid_ix()
1161 if (slave_gid <= gids % vfs) in mlx4_get_base_gid_ix()
1162 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1); in mlx4_get_base_gid_ix()
1164 return MLX4_ROCE_PF_GIDS + (gids % vfs) + in mlx4_get_base_gid_ix()
1165 ((gids / vfs) * (slave_gid - 1)); in mlx4_get_base_gid_ix()
/linux/Documentation/ABI/stable/
A Dsysfs-class-infiniband326 What: /sys/class/infiniband/mlx4_X/iov/ports/<port-num>/gids/<n>
344 The "pkeys" and "gids" subdirectories contain one file for each
350 gids/<n>: (RO) The physical port gids n = 0..127
/linux/Documentation/filesystems/
A Dsquashfs.rst44 32-bit uids/gids yes no
198 converted to 32-bit uids/gids using an id look up table. This table is
A Derofs.rst42 Max uids/gids 65536 4294967296
/linux/Documentation/filesystems/nfs/
A Drpc-cache.rst24 of 16 gids.
/linux/Documentation/admin-guide/cifs/
A Dusage.rst576 and retrieving uids/gids/mode from the server) or to
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt3219 numeric uids/gids if the mount is using the
3277 server will return only numeric uids and gids to
3279 and gids from such clients. This is intended to ease

Completed in 47 milliseconds