/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gm206.c | 45 gm206_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gm206_gr_new() argument 47 return gf100_gr_new_(&gm206_gr, device, index, pgr); in gm206_gr_new()
|
D | mcp79.c | 43 mcp79_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp79_gr_new() argument 45 return nv50_gr_new_(&mcp79_gr, device, index, pgr); in mcp79_gr_new()
|
D | gt200.c | 44 gt200_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt200_gr_new() argument 46 return nv50_gr_new_(>200_gr, device, index, pgr); in gt200_gr_new()
|
D | mcp89.c | 45 mcp89_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp89_gr_new() argument 47 return nv50_gr_new_(&mcp89_gr, device, index, pgr); in mcp89_gr_new()
|
D | gt215.c | 45 gt215_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt215_gr_new() argument 47 return nv50_gr_new_(>215_gr, device, index, pgr); in gt215_gr_new()
|
D | nv15.c | 56 nv15_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv15_gr_new() argument 58 return nv10_gr_new_(&nv15_gr, device, index, pgr); in nv15_gr_new()
|
D | nv17.c | 56 nv17_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv17_gr_new() argument 58 return nv10_gr_new_(&nv17_gr, device, index, pgr); in nv17_gr_new()
|
D | gk110b.c | 121 gk110b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk110b_gr_new() argument 123 return gf100_gr_new_(&gk110b_gr, device, index, pgr); in gk110b_gr_new()
|
D | gf104.c | 132 gf104_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf104_gr_new() argument 134 return gf100_gr_new_(&gf104_gr, device, index, pgr); in gf104_gr_new()
|
D | gf110.c | 107 gf110_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf110_gr_new() argument 109 return gf100_gr_new_(&gf110_gr, device, index, pgr); in gf110_gr_new()
|
D | gf108.c | 124 gf108_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf108_gr_new() argument 126 return gf100_gr_new_(&gf108_gr, device, index, pgr); in gf108_gr_new()
|
D | gf119.c | 198 gf119_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf119_gr_new() argument 200 return gf100_gr_new_(&gf119_gr, device, index, pgr); in gf119_gr_new()
|
D | gm20b.c | 80 gm20b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gm20b_gr_new() argument 82 return gk20a_gr_new_(&gm20b_gr, device, index, pgr); in gm20b_gr_new()
|
D | gk208.c | 180 gk208_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk208_gr_new() argument 182 return gf100_gr_new_(&gk208_gr, device, index, pgr); in gk208_gr_new()
|
D | gf117.c | 144 gf117_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf117_gr_new() argument 146 return gf100_gr_new_(&gf117_gr, device, index, pgr); in gf117_gr_new()
|
D | gk110.c | 201 gk110_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk110_gr_new() argument 203 return gf100_gr_new_(&gk110_gr, device, index, pgr); in gk110_gr_new()
|
D | nv44.c | 105 nv44_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv44_gr_new() argument 107 return nv40_gr_new_(&nv44_gr, device, index, pgr); in nv44_gr_new()
|
D | gk20a.c | 287 int index, struct nvkm_gr **pgr) in gk20a_gr_new_() argument 295 *pgr = &gr->base; in gk20a_gr_new_() 353 gk20a_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk20a_gr_new() argument 355 return gk20a_gr_new_(&gk20a_gr, device, index, pgr); in gk20a_gr_new()
|
D | g84.c | 193 g84_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in g84_gr_new() argument 195 return nv50_gr_new_(&g84_gr, device, index, pgr); in g84_gr_new()
|
D | nv2a.c | 122 nv2a_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv2a_gr_new() argument 124 return nv20_gr_new_(&nv2a_gr, device, index, pgr); in nv2a_gr_new()
|
D | nv34.c | 132 nv34_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv34_gr_new() argument 134 return nv20_gr_new_(&nv34_gr, device, index, pgr); in nv34_gr_new()
|
D | nv35.c | 132 nv35_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv35_gr_new() argument 134 return nv20_gr_new_(&nv35_gr, device, index, pgr); in nv35_gr_new()
|
D | nv25.c | 131 nv25_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv25_gr_new() argument 133 return nv20_gr_new_(&nv25_gr, device, index, pgr); in nv25_gr_new()
|
D | nv40.c | 432 int index, struct nvkm_gr **pgr) in nv40_gr_new_() argument 438 *pgr = &gr->base; in nv40_gr_new_() 473 nv40_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv40_gr_new() argument 475 return nv40_gr_new_(&nv40_gr, device, index, pgr); in nv40_gr_new()
|
D | nv20.c | 332 int index, struct nvkm_gr **pgr) in nv20_gr_new_() argument 338 *pgr = &gr->base; in nv20_gr_new_() 372 nv20_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv20_gr_new() argument 374 return nv20_gr_new_(&nv20_gr, device, index, pgr); in nv20_gr_new()
|
D | gm204.c | 370 gm204_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gm204_gr_new() argument 372 return gf100_gr_new_(&gm204_gr, device, index, pgr); in gm204_gr_new()
|
D | nv30.c | 195 nv30_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv30_gr_new() argument 197 return nv20_gr_new_(&nv30_gr, device, index, pgr); in nv30_gr_new()
|
D | gk104.c | 327 gk104_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk104_gr_new() argument 329 return gf100_gr_new_(&gk104_gr, device, index, pgr); in gk104_gr_new()
|
D | nv50.c | 762 int index, struct nvkm_gr **pgr) in nv50_gr_new_() argument 769 *pgr = &gr->base; in nv50_gr_new_() 791 nv50_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv50_gr_new() argument 793 return nv50_gr_new_(&nv50_gr, device, index, pgr); in nv50_gr_new()
|
D | gm107.c | 456 gm107_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gm107_gr_new() argument 458 return gf100_gr_new_(&gm107_gr, device, index, pgr); in gm107_gr_new()
|
D | nv10.c | 1176 int index, struct nvkm_gr **pgr) in nv10_gr_new_() argument 1183 *pgr = &gr->base; in nv10_gr_new_() 1218 nv10_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv10_gr_new() argument 1220 return nv10_gr_new_(&nv10_gr, device, index, pgr); in nv10_gr_new()
|
D | gf100.c | 1690 int index, struct nvkm_gr **pgr) in gf100_gr_new_() argument 1695 *pgr = &gr->base; in gf100_gr_new_() 1845 gf100_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf100_gr_new() argument 1847 return gf100_gr_new_(&gf100_gr, device, index, pgr); in gf100_gr_new()
|
D | nv04.c | 1416 nv04_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv04_gr_new() argument 1423 *pgr = &gr->base; in nv04_gr_new()
|
/linux-4.4.14/net/ipv4/ |
D | igmp.c | 412 struct igmpv3_grec *pgr; in add_grhead() local 418 pgr = (struct igmpv3_grec *)skb_put(skb, sizeof(struct igmpv3_grec)); in add_grhead() 419 pgr->grec_type = type; in add_grhead() 420 pgr->grec_auxwords = 0; in add_grhead() 421 pgr->grec_nsrcs = 0; in add_grhead() 422 pgr->grec_mca = pmc->multiaddr; in add_grhead() 425 *ppgr = pgr; in add_grhead() 436 struct igmpv3_grec *pgr = NULL; in add_grec() local 488 if (pgr) in add_grec() 489 pgr->grec_nsrcs = htons(scount); in add_grec() [all …]
|
/linux-4.4.14/net/ipv6/ |
D | mcast.c | 1675 struct mld2_grec *pgr; in add_grhead() local 1681 pgr = (struct mld2_grec *)skb_put(skb, sizeof(struct mld2_grec)); in add_grhead() 1682 pgr->grec_type = type; in add_grhead() 1683 pgr->grec_auxwords = 0; in add_grhead() 1684 pgr->grec_nsrcs = 0; in add_grhead() 1685 pgr->grec_mca = pmc->mca_addr; /* structure copy */ in add_grhead() 1688 *ppgr = pgr; in add_grhead() 1700 struct mld2_grec *pgr = NULL; in add_grec() local 1750 if (pgr) in add_grec() 1751 pgr->grec_nsrcs = htons(scount); in add_grec() [all …]
|