Searched refs:dsts (Results 1 – 7 of 7) sorted by relevance
| /linux/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()
|
| /linux/net/tipc/ |
| H A D | socket.c | 852 struct tipc_nlist dsts; in tipc_sendmcast() local 864 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast() 865 tipc_nametbl_lookup_mcast_nodes(net, ua, &dsts); in tipc_sendmcast() 866 if (!dsts.local && !dsts.remote) in tipc_sendmcast() 887 rc = tipc_mcast_xmit(net, &pkts, &tsk->mc_method, &dsts, in tipc_sendmcast() 891 tipc_nlist_purge(&dsts); in tipc_sendmcast() 1014 LIST_HEAD(dsts); in tipc_send_group_anycast() 1029 if (!tipc_nametbl_lookup_group(net, ua, &dsts, &dstcnt, in tipc_send_group_anycast() 1032 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() 1089 struct tipc_nlist *dsts; in tipc_send_group_bcast() local [all …]
|
| H A D | name_table.c | 631 struct list_head *dsts, int *dstcnt, in tipc_nametbl_lookup_group() argument 658 tipc_dest_push(dsts, p->sk.node, p->sk.ref); in tipc_nametbl_lookup_group() 669 return !list_empty(dsts); in tipc_nametbl_lookup_group()
|
| /linux/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() 4117 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
|
| /linux/drivers/usb/dwc2/ |
| 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() 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()
|
| /linux/sound/usb/ |
| H A D | mixer_scarlett2.c | 8676 int port_type, srcs = 0, dsts = 0, i; in scarlett2_read_configs() 8683 dsts += port_count[port_type][SCARLETT2_PORT_OUT]; in scarlett2_read_configs() 8687 private->num_mux_dsts = dsts; in get_scarlett2_device_entry() 8219 int port_type, srcs = 0, dsts = 0, i; scarlett2_count_io() local
|