Searched refs:gids (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
D | main.c | 154 static int mlx4_ib_update_gids_v1(struct gid_entry *gids, in mlx4_ib_update_gids_v1() argument 171 memcpy(&gid_tbl[i], &gids[i].gid, sizeof(union ib_gid)); in mlx4_ib_update_gids_v1() 187 static int mlx4_ib_update_gids_v1_v2(struct gid_entry *gids, in mlx4_ib_update_gids_v1_v2() argument 210 memcpy(&gid_tbl[i].gid, &gids[i].gid, sizeof(union ib_gid)); in mlx4_ib_update_gids_v1_v2() 211 if (gids[i].gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in mlx4_ib_update_gids_v1_v2() 213 if (!ipv6_addr_v4mapped((struct in6_addr *)&gids[i].gid)) in mlx4_ib_update_gids_v1_v2() 232 static int mlx4_ib_update_gids(struct gid_entry *gids, in mlx4_ib_update_gids() argument 237 return mlx4_ib_update_gids_v1_v2(gids, ibdev, port_num); in mlx4_ib_update_gids() 239 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 | 541 struct gid_entry gids[MLX4_MAX_PORT_GIDS]; member 549 struct mlx4_port_gid_table gids[MLX4_MAX_PORTS]; member
|
D | qp.c | 2962 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-6.1.9/net/sunrpc/ |
D | svcauth_unix.c | 483 int gids; in unix_gid_parse() local 504 rv = get_int(&mesg, &gids); in unix_gid_parse() 505 if (rv || gids < 0 || gids > 8192) in unix_gid_parse() 508 ug.gi = groups_alloc(gids); in unix_gid_parse() 512 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
|
/linux-6.1.9/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-6.1.9/Documentation/filesystems/ |
D | squashfs.rst | 44 32-bit uids/gids yes no 198 converted to 32-bit uids/gids using an id look up table. This table is
|
D | erofs.rst | 47 Max uids/gids 65536 4294967296
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-class-infiniband | 326 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-6.1.9/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 24 of 16 gids.
|
/linux-6.1.9/Documentation/admin-guide/cifs/ |
D | usage.rst | 576 and retrieving uids/gids/mode from the server) or to
|
/linux-6.1.9/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3476 numeric uids/gids if the mount is using the 3534 server will return only numeric uids and gids to 3536 and gids from such clients. This is intended to ease
|