Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c93 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local
129 sprintf(dsts, "%u", in read_route()
148 route.dst = atoi(dsts); in read_route()
242 memset(dsts, 0, sizeof(dsts)); in read_route()
319 char dsts[24], mac[24]; in read_arp() local
341 sprintf(dsts, "%u", in read_arp()
352 arp_entry.dst = atoi(dsts); in read_arp()
383 memset(dsts, 0, sizeof(dsts)); in read_arp()
/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c501 u32 dsts; in dwc2_handle_usb_suspend_intr() local
514 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr()
515 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr()
518 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr()
528 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
H A Dgadget.c707 u32 dsts; in dwc2_hsotg_read_frameno() local
709 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno()
710 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno()
711 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno()
713 return dsts; in dwc2_hsotg_read_frameno()
3202 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local
3211 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone()
3220 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
/openbmc/linux/drivers/dma/
H A Ddmatest.c687 dma_addr_t *dsts; in dmatest_func() local
762 dsts = &um->addr[src->cnt]; in dmatest_func()
768 dsts[i] = dma_map_page(dma_dev, pg, pg_off, um->len, in dmatest_func()
770 ret = dma_mapping_error(dma_dev, dsts[i]); in dmatest_func()
781 dsts[0] + dst->off, in dmatest_func()
785 dsts[0] + dst->off, in dmatest_func()
790 dsts[0] + dst->off, in dmatest_func()
795 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
/openbmc/linux/net/tipc/
H A Dsocket.c853 struct tipc_nlist dsts; in tipc_sendmcast() local
867 if (!dsts.local && !dsts.remote) in tipc_sendmcast()
892 tipc_nlist_purge(&dsts); in tipc_sendmcast()
1015 struct list_head dsts; in tipc_send_group_anycast() local
1020 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast()
1091 struct tipc_nlist *dsts; in tipc_send_group_bcast() local
1107 dsts = tipc_group_dests(tsk->group); in tipc_send_group_bcast()
1108 if (!dsts->local && !dsts->remote) in tipc_send_group_bcast()
1167 struct list_head dsts; in tipc_send_group_mcast() local
1170 INIT_LIST_HEAD(&dsts); in tipc_send_group_mcast()
[all …]
H A Dname_table.h122 struct list_head *dsts, int *dstcnt,
H A Dname_table.c629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument
656 tipc_dest_push(dsts, p->sk.node, p->sk.ref); in tipc_nametbl_lookup_group()
667 return !list_empty(dsts); in tipc_nametbl_lookup_group()
/openbmc/linux/drivers/dma/ppc4xx/
H A Ddma.h126 u32 dsts; member
H A Dadma.c972 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
977 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status()
4118 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h69 u32 dsts; /* Device Status */ member
H A Ddwc2_udc_otg_xfer_dma.c494 usb_status = (readl(&reg->dsts) & 0x6); in dwc2_udc_irq()
515 usb_status = readl(&reg->dsts); in dwc2_udc_irq()
/openbmc/linux/sound/usb/
H A Dmixer_scarlett2.c3857 int port_type, srcs = 0, dsts = 0; in scarlett2_count_mux_io() local
3863 dsts += port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_count_mux_io()
3867 private->num_mux_dsts = dsts; in scarlett2_count_mux_io()