/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 93 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() [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 124 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() [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | core_intr.c | 491 u32 dsts; in dwc2_handle_usb_suspend_intr() local 504 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 505 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr() 508 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 518 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
|
H A D | gadget.c | 708 u32 dsts; in dwc2_hsotg_read_frameno() local 710 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno() 711 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno() 712 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno() 714 return dsts; in dwc2_hsotg_read_frameno() 3198 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local 3207 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone() 3216 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core_intr.c | 477 u32 dsts; in dwc2_handle_usb_suspend_intr() local 490 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 491 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr() 494 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 504 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
|
H A D | gadget.c | 707 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() 3198 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local 3207 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone() 3216 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 830 struct tipc_nlist dsts; in tipc_sendmcast() local 842 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast() 844 seq->upper, &dsts); in tipc_sendmcast() 845 if (!dsts.local && !dsts.remote) in tipc_sendmcast() 866 rc = tipc_mcast_xmit(net, &pkts, method, &dsts, in tipc_sendmcast() 870 tipc_nlist_purge(&dsts); in tipc_sendmcast() 992 struct list_head dsts; in tipc_send_group_anycast() local 998 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast() 1011 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, in tipc_send_group_anycast() 1071 struct tipc_nlist *dsts; tipc_send_group_bcast() local 1148 struct list_head dsts; tipc_send_group_mcast() local [all...] |
H A D | name_table.h | 126 struct list_head *dsts, int *dstcnt, u32 exclude,
|
H A D | name_table.c | 602 struct list_head *dsts, int *dstcnt, u32 exclude, in tipc_nametbl_lookup() 628 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup() 639 return !list_empty(dsts); in tipc_nametbl_lookup() 601 tipc_nametbl_lookup(struct net *net, u32 type, u32 instance, u32 scope, struct list_head *dsts, int *dstcnt, u32 exclude, bool all) tipc_nametbl_lookup() argument
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 853 struct tipc_nlist dsts; in tipc_sendmcast() local 865 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast() 866 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts); in tipc_sendmcast() 867 if (!dsts.local && !dsts.remote) in tipc_sendmcast() 888 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts, 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() 1031 if (!tipc_nametbl_lookup_group(net, ua, &dsts, in tipc_send_group_anycast() 1091 struct tipc_nlist *dsts; tipc_send_group_bcast() local 1167 struct list_head dsts; tipc_send_group_mcast() local [all...] |
H A D | name_table.h | 122 struct list_head *dsts, int *dstcnt,
|
H A D | name_table.c | 629 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() 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() 628 tipc_nametbl_lookup_group(struct net *net, struct tipc_uaddr *ua, struct list_head *dsts, int *dstcnt, u32 exclude, bool mcast) tipc_nametbl_lookup_group() argument
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmatest.c | 685 dma_addr_t *dsts; in dmatest_func() local 760 dsts = &um->addr[src->cnt]; in dmatest_func() 766 dsts[i] = dma_map_page(dev->dev, pg, pg_off, um->len, in dmatest_func() 768 ret = dma_mapping_error(dev->dev, dsts[i]); in dmatest_func() 779 dsts[0] + dst->off, in dmatest_func() 783 dsts[0] + dst->off, in dmatest_func() 788 dsts[0] + dst->off, in dmatest_func() 793 dma_pq[i] = dsts[i] + dst->off; in dmatest_func()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmatest.c | 687 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()
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | dma.h | 129 u32 dsts; member
|
H A D | adma.c | 974 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()
|
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/ |
H A D | dma.h | 126 u32 dsts; member
|
H A D | adma.c | 972 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()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_scarlett_gen2.c | 3766 int port_type, srcs = 0, dsts = 0; in scarlett2_count_mux_io() local 3772 dsts += port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_count_mux_io() 3776 private->num_mux_dsts = dsts; in scarlett2_count_mux_io()
|