Searched refs:gids (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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 | 518 struct gid_entry gids[MLX4_MAX_PORT_GIDS]; member 526 struct mlx4_port_gid_table gids[MLX4_MAX_PORTS]; member
|
D | qp.c | 2933 port_gid_table = &iboe->gids[port_num - 1]; in fill_gid_by_hw_index() 2935 memcpy(gid, &port_gid_table->gids[index].gid, sizeof(*gid)); in fill_gid_by_hw_index() 2936 *gid_type = port_gid_table->gids[index].gid_type; in fill_gid_by_hw_index()
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 481 int gids; in unix_gid_parse() local 502 rv = get_int(&mesg, &gids); in unix_gid_parse() 503 if (rv || gids < 0 || gids > 8192) in unix_gid_parse() 506 ug.gi = groups_alloc(gids); in unix_gid_parse() 510 for (i = 0 ; i < gids ; i++) { in unix_gid_parse()
|
/Linux-v4.19/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-v4.19/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
|
/Linux-v4.19/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-v4.19/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 18 of 16 gids.
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | README | 495 and retrieving uids/gids/mode from the server) or to
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2637 numeric uids/gids if the mount is using the 2682 server will return only numeric uids and gids to 2684 and gids from such clients. This is intended to ease
|