dsts              669 drivers/dma/dmatest.c 		dma_addr_t *dsts;
dsts              744 drivers/dma/dmatest.c 		dsts = &um->addr[src->cnt];
dsts              750 drivers/dma/dmatest.c 			dsts[i] = dma_map_page(dev->dev, pg, pg_off, um->len,
dsts              752 drivers/dma/dmatest.c 			ret = dma_mapping_error(dev->dev, dsts[i]);
dsts              763 drivers/dma/dmatest.c 							 dsts[0] + dst->off,
dsts              767 drivers/dma/dmatest.c 						dsts[0] + dst->off,
dsts              772 drivers/dma/dmatest.c 						      dsts[0] + dst->off,
dsts              777 drivers/dma/dmatest.c 				dma_pq[i] = dsts[i] + dst->off;
dsts              974 drivers/dma/ppc4xx/adma.c 		rv = ioread32(&dma_reg->dsts);
dsts              979 drivers/dma/ppc4xx/adma.c 			iowrite32(rv, &dma_reg->dsts);
dsts             4121 drivers/dma/ppc4xx/adma.c 		iowrite32(~0, &adev->dma_reg->dsts);
dsts              129 drivers/dma/ppc4xx/dma.h 	u32	dsts;
dsts              485 drivers/usb/dwc2/core_intr.c 	u32 dsts;
dsts              498 drivers/usb/dwc2/core_intr.c 		dsts = dwc2_readl(hsotg, DSTS);
dsts              499 drivers/usb/dwc2/core_intr.c 		dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts);
dsts              502 drivers/usb/dwc2/core_intr.c 			!!(dsts & DSTS_SUSPSTS),
dsts              512 drivers/usb/dwc2/core_intr.c 		if (dsts & DSTS_SUSPSTS) {
dsts              695 drivers/usb/dwc2/gadget.c 	u32 dsts;
dsts              697 drivers/usb/dwc2/gadget.c 	dsts = dwc2_readl(hsotg, DSTS);
dsts              698 drivers/usb/dwc2/gadget.c 	dsts &= DSTS_SOFFN_MASK;
dsts              699 drivers/usb/dwc2/gadget.c 	dsts >>= DSTS_SOFFN_SHIFT;
dsts              701 drivers/usb/dwc2/gadget.c 	return dsts;
dsts             3145 drivers/usb/dwc2/gadget.c 	u32 dsts = dwc2_readl(hsotg, DSTS);
dsts             3154 drivers/usb/dwc2/gadget.c 	dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts);
dsts             3163 drivers/usb/dwc2/gadget.c 	switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) {
dsts              475 net/tipc/name_table.c 			 struct list_head *dsts, int *dstcnt, u32 exclude,
dsts              500 net/tipc/name_table.c 		tipc_dest_push(dsts, p->node, p->port);
dsts              511 net/tipc/name_table.c 	return !list_empty(dsts);
dsts              117 net/tipc/name_table.h 			 struct list_head *dsts, int *dstcnt, u32 exclude,
dsts              783 net/tipc/socket.c 	struct tipc_nlist dsts;
dsts              795 net/tipc/socket.c 	tipc_nlist_init(&dsts, tipc_own_addr(net));
dsts              797 net/tipc/socket.c 				      seq->upper, &dsts);
dsts              798 net/tipc/socket.c 	if (!dsts.local && !dsts.remote)
dsts              819 net/tipc/socket.c 		rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
dsts              823 net/tipc/socket.c 	tipc_nlist_purge(&dsts);
dsts              945 net/tipc/socket.c 	struct list_head dsts;
dsts              951 net/tipc/socket.c 	INIT_LIST_HEAD(&dsts);
dsts              964 net/tipc/socket.c 			if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
dsts              967 net/tipc/socket.c 			tipc_dest_pop(&dsts, &node, &port);
dsts             1024 net/tipc/socket.c 	struct tipc_nlist *dsts;
dsts             1040 net/tipc/socket.c 	dsts = tipc_group_dests(tsk->group);
dsts             1041 net/tipc/socket.c 	if (!dsts->local && !dsts->remote)
dsts             1067 net/tipc/socket.c 	rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
dsts             1101 net/tipc/socket.c 	struct list_head dsts;
dsts             1104 net/tipc/socket.c 	INIT_LIST_HEAD(&dsts);
dsts             1111 net/tipc/socket.c 	if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts,
dsts             1116 net/tipc/socket.c 		tipc_dest_pop(&dsts, &dest->addr.id.node, &dest->addr.id.ref);
dsts             1120 net/tipc/socket.c 	tipc_dest_list_purge(&dsts);
dsts              124 samples/bpf/xdp_router_ipv4_user.c 	char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24];
dsts              171 samples/bpf/xdp_router_ipv4_user.c 				sprintf(dsts, "%u",
dsts              190 samples/bpf/xdp_router_ipv4_user.c 		route.dst = atoi(dsts);
dsts              303 samples/bpf/xdp_router_ipv4_user.c 		memset(dsts, 0, sizeof(dsts));
dsts              380 samples/bpf/xdp_router_ipv4_user.c 	char dsts[24], mac[24];
dsts              405 samples/bpf/xdp_router_ipv4_user.c 				sprintf(dsts, "%u",
dsts              416 samples/bpf/xdp_router_ipv4_user.c 		arp_entry.dst = atoi(dsts);
dsts              447 samples/bpf/xdp_router_ipv4_user.c 		memset(dsts, 0, sizeof(dsts));