Home
last modified time | relevance | path

Searched refs:dest (Results 1576 – 1600 of 1843) sorted by relevance

1...<<61626364656667686970>>...74

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c214 struct mlx5_flow_destination dest = {}; in __esw_fdb_set_vport_rule() local
247 dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT; in __esw_fdb_set_vport_rule()
248 dest.vport.num = vport; in __esw_fdb_set_vport_rule()
257 &flow_act, &dest, 1); in __esw_fdb_set_vport_rule()
/openbmc/linux/net/ipv6/
H A Droute.c112 struct in6_addr *dest, struct in6_addr *src,
3170 .daddr = msg->dest, in ip6_redirect_no_header()
4132 if (ipv6_addr_is_multicast(&msg->dest)) { in rt6_do_redirect()
4138 if (ipv6_addr_equal(&msg->dest, &msg->target)) { in rt6_do_redirect()
4225 nrt = ip6_rt_cache_alloc(&res, &msg->dest, NULL); in rt6_do_redirect()
4243 netevent.daddr = &msg->dest; in rt6_do_redirect()
5603 struct in6_addr *dest, struct in6_addr *src, in rt6_fill_node() argument
5650 if (dest) { in rt6_fill_node()
5651 if (nla_put_in6_addr(skb, RTA_DST, dest)) in rt6_fill_node()
5679 } else if (dest) { in rt6_fill_node()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_operr.S252 bftst %d0{#26:#3} |if mode is zero, dest is Dn
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c248 uh.dest++; in send_udp_packets()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c82 ev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; in seq_ump_input_receive()
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py2329 parser.add_argument('--mode', dest='mode', type=str, required=True)
2330 parser.add_argument('--spec', dest='spec', type=str, required=True)
2331 parser.add_argument('--header', dest='header', action='store_true', default=None)
2332 parser.add_argument('--source', dest='header', action='store_false')
2335 parser.add_argument('-o', dest='out_file', type=str, default=None)
/openbmc/linux/fs/btrfs/
H A Dbackref.c2134 char *dest, u32 size) in btrfs_ref_to_path() argument
2145 dest[bytes_left] = '\0'; in btrfs_ref_to_path()
2150 read_extent_buffer(eb, dest + bytes_left, in btrfs_ref_to_path()
2186 dest[bytes_left] = '/'; in btrfs_ref_to_path()
2194 return dest + bytes_left; in btrfs_ref_to_path()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Drecv.c630 struct ath_rxbuf **dest) in ath_edma_get_buffers() argument
676 *dest = bf; in ath_edma_get_buffers()
/openbmc/linux/net/ipv4/
H A Dping.c1119 __be32 dest = inet->inet_daddr; in ping_v4_format_sock() local
1126 bucket, src, srcp, dest, destp, sp->sk_state, in ping_v4_format_sock()
/openbmc/linux/drivers/android/
H A Dbinder_alloc.c1278 void *dest, in binder_alloc_copy_from_buffer() argument
1284 dest, bytes); in binder_alloc_copy_from_buffer()
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_dev.c71 static ssize_t vchiq_ioc_copy_element_data(void *context, void *dest, in vchiq_ioc_copy_element_data() argument
92 if (copy_from_user(dest + total_bytes_copied, in vchiq_ioc_copy_element_data()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c326 pipes[pipe_cnt].pipe.dest.pixel_rate_mhz, in dcn30_fpu_populate_dml_writeback_from_context()
333 pipes[pipe_cnt].pipe.dest.htotal, in dcn30_fpu_populate_dml_writeback_from_context()
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c879 phys_addr_t dest, size_t dest_sz) in __qcom_scm_assign_mem() argument
892 .args[4] = dest, in __qcom_scm_assign_mem()
/openbmc/qemu/target/rx/
H A Dtranslate.c149 static void gen_goto_tb(DisasContext *dc, int n, target_ulong dest) in gen_goto_tb() argument
151 if (translator_use_goto_tb(&dc->base, dest)) { in gen_goto_tb()
153 tcg_gen_movi_i32(cpu_pc, dest); in gen_goto_tb()
156 tcg_gen_movi_i32(cpu_pc, dest); in gen_goto_tb()
/openbmc/linux/kernel/module/
H A Dmain.c2259 void *dest; in move_module() local
2266 dest = mod->mem[type].base + (shdr->sh_entsize & SH_ENTSIZE_OFFSET_MASK); in move_module()
2280 memcpy(dest, (void *)shdr->sh_addr, shdr->sh_size); in move_module()
2288 shdr->sh_addr = (unsigned long)dest; in move_module()
/openbmc/linux/arch/sparc/lib/
H A DM7memcpy.S117 #define LOAD(type,addr,dest) type [addr], dest argument
604 neg %o3 ! bytes until dest is 64 byte aligned
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c966 buf = data->dest; in omap_hsmmc_prepare_adma_table()
996 buf = data->dest; in omap_hsmmc_prepare_data()
1214 mmc_read_data(mmc_base, data->dest,
H A Dtegra_mmc.c338 buf = data->dest; in tegra_mmc_send_cmd()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c1663 u8 *dest = skb->data;
1665 if (is_multicast_ethaddr(dest)) {
1671 if (is_broadcast_ethaddr(dest))
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c114 uint8_t pmbus_receive_block(PMBusDevice *pmdev, uint8_t *dest, size_t len) in pmbus_receive_block() argument
117 memset(dest, 0, len); in pmbus_receive_block()
139 memcpy(dest, pmdev->in_buf, len); in pmbus_receive_block()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c649 dst = udp_hdr(skb)->dest; in ovs_nat_update_key()
651 dst = tcp_hdr(skb)->dest; in ovs_nat_update_key()
653 dst = sctp_hdr(skb)->dest; in ovs_nat_update_key()
/openbmc/u-boot/include/
H A Dmmc.h385 char *dest; member
/openbmc/u-boot/drivers/net/
H A Dfec_mxc.c974 static void fec_set_dev_name(char *dest, int dev_id) in fec_set_dev_name() argument
976 sprintf(dest, (dev_id == -1) ? "FEC" : "FEC%i", dev_id); in fec_set_dev_name()
/openbmc/qemu/target/arm/tcg/
H A Da64.decode579 # Memmove/Memcopy: the CPY insns allow overlapping src/dest and
582 # options has the nontemporal and unpriv bits for src and dest
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c104 const int dport_off = tcp_offset + offsetof(struct tcphdr, dest); in setup_sock_filter()
263 tcph->dest = htons(DPORT); in fill_transportlayer()

1...<<61626364656667686970>>...74