Searched refs:gids (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ |
| D | main.c | 161 static int mlx4_ib_update_gids_v1(struct gid_entry *gids, in mlx4_ib_update_gids_v1() argument 178 memcpy(&gid_tbl[i], &gids[i].gid, sizeof(union ib_gid)); in mlx4_ib_update_gids_v1() 194 static int mlx4_ib_update_gids_v1_v2(struct gid_entry *gids, in mlx4_ib_update_gids_v1_v2() argument 217 memcpy(&gid_tbl[i].gid, &gids[i].gid, sizeof(union ib_gid)); in mlx4_ib_update_gids_v1_v2() 218 if (gids[i].gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in mlx4_ib_update_gids_v1_v2() 220 if (!ipv6_addr_v4mapped((struct in6_addr *)&gids[i].gid)) in mlx4_ib_update_gids_v1_v2() 239 static int mlx4_ib_update_gids(struct gid_entry *gids, in mlx4_ib_update_gids() argument 244 return mlx4_ib_update_gids_v1_v2(gids, ibdev, port_num); in mlx4_ib_update_gids() 246 return mlx4_ib_update_gids_v1(gids, ibdev, port_num); in mlx4_ib_update_gids() 258 struct gid_entry *gids = NULL; in mlx4_ib_add_gid() local [all …]
|
| D | mlx4_ib.h | 514 struct gid_entry gids[MLX4_MAX_PORT_GIDS]; member 522 struct mlx4_port_gid_table gids[MLX4_MAX_PORTS]; member
|
| D | qp.c | 3017 port_gid_table = &iboe->gids[port_num - 1]; in fill_gid_by_hw_index() 3019 memcpy(gid, &port_gid_table->gids[index].gid, sizeof(*gid)); in fill_gid_by_hw_index() 3020 *gid_type = port_gid_table->gids[index].gid_type; in fill_gid_by_hw_index()
|
| /Linux-v5.4/net/sunrpc/ |
| D | svcauth_unix.c | 490 int gids; in unix_gid_parse() local 511 rv = get_int(&mesg, &gids); in unix_gid_parse() 512 if (rv || gids < 0 || gids > 8192) in unix_gid_parse() 515 ug.gi = groups_alloc(gids); in unix_gid_parse() 519 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
| D | port.c | 1130 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-v5.4/Documentation/filesystems/ |
| D | squashfs.txt | 39 32-bit uids/gids: yes no 192 converted to 32-bit uids/gids using an id look up table. This table is
|
| D | erofs.txt | 30 Max uids/gids: 65536 4294967296
|
| /Linux-v5.4/Documentation/ABI/stable/ |
| D | sysfs-class-infiniband | 353 What: /sys/class/infiniband/mlx4_X/iov/ports/<port-num>/gids/<n> 371 The "pkeys" and "gids" subdirectories contain one file for each 376 gids/<n>: (RO) The physical port gids n = 0..127
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | rpc-cache.txt | 18 of 16 gids.
|
| /Linux-v5.4/Documentation/admin-guide/cifs/ |
| D | usage.rst | 577 and retrieving uids/gids/mode from the server) or to
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 2847 numeric uids/gids if the mount is using the 2892 server will return only numeric uids and gids to 2894 and gids from such clients. This is intended to ease
|