Home
last modified time | relevance | path

Searched refs:dest (Results 1476 – 1500 of 1843) sorted by relevance

1...<<51525354555657585960>>...74

/openbmc/linux/net/sched/
H A Dact_ct.c154 offsetof(struct tcphdr, dest), in tcf_ct_flow_table_add_action_nat_tcp()
172 offsetof(struct udphdr, dest), in tcf_ct_flow_table_add_action_nat_udp()
561 tuple->dst_port = ports->dest; in tcf_ct_flow_table_fill_tuple_ipv4()
630 tuple->dst_port = ports->dest; in tcf_ct_flow_table_fill_tuple_ipv6()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c534 display_pipe_dest_params_st *dst = &pipes[j].pipe.dest; in fetch_pipe_params()
785 display_pipe_dest_params_st *dst_k = &pipes[k].pipe.dest; in fetch_pipe_params()
859 mode_lib->vba.SynchronizeTimingsFinal = pipes[0].pipe.dest.synchronize_timings; in fetch_pipe_params()
871 mode_lib->vba.SynchronizedVBlank = pipes[0].pipe.dest.synchronized_vblank_all_planes; in fetch_pipe_params()
873 ASSERT(mode_lib->vba.SynchronizedVBlank == pipes[k].pipe.dest.synchronized_vblank_all_planes); in fetch_pipe_params()
H A Ddisplay_mode_lib.c175 pipe_dest = &(pipes[i].pipe.dest); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h542 display_pipe_dest_params_st dest; member
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c619 const struct cpumask *dest; in hv_arch_irq_unmask() local
628 dest = irq_data_get_effective_affinity_mask(data); in hv_arch_irq_unmask()
677 cpumask_and(tmp, dest, cpu_online_mask); in hv_arch_irq_unmask()
693 for_each_cpu_and(cpu, dest, cpu_online_mask) { in hv_arch_irq_unmask()
1827 const struct cpumask *dest; in hv_compose_msi_msg() local
1865 dest = irq_data_get_effective_affinity_mask(data); in hv_compose_msi_msg()
1913 cpu = hv_compose_msi_req_get_cpu(dest); in hv_compose_msi_msg()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h545 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js98 targz.decompress({src: tar_file, dest: target}, function(err) {
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff252 … parser.add_argument('--only-task', dest='only_tasks', metavar='TASK', action='append', default=[],
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S43 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h345 u32 dest, unsigned long long address,
/openbmc/linux/kernel/irq/
H A Dinternals.h143 const struct cpumask *dest, bool force);
/openbmc/linux/arch/powerpc/lib/
H A Dmemcpy_64.S43 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_geneve.c104 udp->dest = tun_info->key.tp_dst; in mlx5e_gen_ip_tunnel_header_geneve()
/openbmc/linux/arch/x86/kernel/
H A Dmodule.c137 void *(*write)(void *dest, const void *src, size_t len), in __write_relocate_add() argument
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h559 ssize_t (*copy_callback)(void *context, void *dest,
/openbmc/linux/arch/arc/include/asm/
H A Dentry-arcv2.h168 ; ISA requires ADD.nz to have same dest and src reg operands
/openbmc/linux/drivers/dma/ioat/
H A Ddma.h362 ioat_prep_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src,
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Duser.h278 void (*iw_copy_inline_data)(u8 *dest, struct ib_sge *sge_list,
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c883 u8 *hdr_desc, *dest, decap_format; in ath12k_dp_mon_rx_merg_msdus() local
935 dest = skb_push(msdu, sizeof(__le16)); in ath12k_dp_mon_rx_merg_msdus()
936 if (!dest) in ath12k_dp_mon_rx_merg_msdus()
938 memcpy(dest, hdr_desc, sizeof(struct ieee80211_qos_hdr)); in ath12k_dp_mon_rx_merg_msdus()
943 dest = skb_put(prev_buf, HAL_RX_FCS_LEN); in ath12k_dp_mon_rx_merg_msdus()
944 if (!dest) in ath12k_dp_mon_rx_merg_msdus()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc463 static void gen_slli_uw(TCGv dest, TCGv src, target_long shamt)
465 tcg_gen_deposit_z_tl(dest, src, shamt, MIN(32, TARGET_LONG_BITS - shamt));
/openbmc/qemu/block/
H A Dqcow2.h1062 qcow2_co_compress(BlockDriverState *bs, void *dest, size_t dest_size,
1065 qcow2_co_decompress(BlockDriverState *bs, void *dest, size_t dest_size,
/openbmc/qemu/hw/i386/
H A Dtrace-events61 …x, int tri, int vec, int deliver, uint32_t dest, int dest_mode) "index %d trigger %d vector %d del…
/openbmc/linux/drivers/parisc/
H A Ddino.c346 static int dino_set_affinity_irq(struct irq_data *d, const struct cpumask *dest, in dino_set_affinity_irq() argument
354 if (!cpumask_and(&tmask, dest, cpu_online_mask)) in dino_set_affinity_irq()
/openbmc/linux/drivers/irqchip/
H A Dirq-stm32-exti.c616 const struct cpumask *dest, bool force) in stm32_exti_h_set_affinity() argument
619 return irq_chip_set_affinity_parent(d, dest, force); in stm32_exti_h_set_affinity()
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c221 tuple->dst_port = ports->dest; in nf_flow_tuple_ip()
618 tuple->dst_port = ports->dest; in nf_flow_tuple_ipv6()

1...<<51525354555657585960>>...74