Home
last modified time | relevance | path

Searched refs:dsts (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/samples/bpf/
Dxdp_router_ipv4_user.c124 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local
171 sprintf(dsts, "%u", in read_route()
190 route.dst = atoi(dsts); in read_route()
303 memset(dsts, 0, sizeof(dsts)); in read_route()
380 char dsts[24], mac[24]; in read_arp() local
405 sprintf(dsts, "%u", in read_arp()
416 arp_entry.dst = atoi(dsts); in read_arp()
447 memset(dsts, 0, sizeof(dsts)); in read_arp()
/Linux-v5.4/drivers/usb/dwc2/
Dcore_intr.c485 u32 dsts; in dwc2_handle_usb_suspend_intr() local
498 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr()
499 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr()
502 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
512 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
Dgadget.c695 u32 dsts; in dwc2_hsotg_read_frameno() local
697 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno()
698 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno()
699 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno()
701 return dsts; in dwc2_hsotg_read_frameno()
3139 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local
3148 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone()
3157 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
/Linux-v5.4/drivers/dma/
Ddmatest.c669 dma_addr_t *dsts; in dmatest_func() local
744 dsts = &um->addr[src->cnt]; in dmatest_func()
750 dsts[i] = dma_map_page(dev->dev, pg, pg_off, um->len, in dmatest_func()
752 ret = dma_mapping_error(dev->dev, dsts[i]); in dmatest_func()
763 dsts[0] + dst->off, in dmatest_func()
767 dsts[0] + dst->off, in dmatest_func()
772 dsts[0] + dst->off, in dmatest_func()
777 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
/Linux-v5.4/net/tipc/
Dsocket.c783 struct tipc_nlist dsts; in tipc_sendmcast() local
795 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast()
797 seq->upper, &dsts); in tipc_sendmcast()
798 if (!dsts.local && !dsts.remote) in tipc_sendmcast()
819 rc = tipc_mcast_xmit(net, &pkts, method, &dsts, in tipc_sendmcast()
823 tipc_nlist_purge(&dsts); in tipc_sendmcast()
945 struct list_head dsts; in tipc_send_group_anycast() local
951 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast()
964 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, in tipc_send_group_anycast()
967 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast()
[all …]
Dname_table.h117 struct list_head *dsts, int *dstcnt, u32 exclude,
Dname_table.c475 struct list_head *dsts, int *dstcnt, u32 exclude, in tipc_nametbl_lookup() argument
500 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup()
511 return !list_empty(dsts); in tipc_nametbl_lookup()
/Linux-v5.4/drivers/dma/ppc4xx/
Ddma.h129 u32 dsts; member
Dadma.c974 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
979 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
4121 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()