Home
last modified time | relevance | path

Searched defs:dest (Results 126 – 150 of 1073) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c456 void *dest; in nfp_dump_csr_range() local
506 u32 reg_sz, u32 context, void *dest) in nfp_read_indirect_csr()
535 u32 reg_sz, void *dest) in nfp_read_all_indirect_csr_ctx()
559 void *dest; in nfp_dump_indirect_csr_range() local
607 void *dest; in nfp_dump_single_rtsym() local
738 struct ethtool_dump *dump_param, void *dest) in nfp_net_dump_populate_buffer()
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dsmt.c924 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, in smt_send_nif()
953 static void smt_send_nif_request(struct s_smc *smc, struct fddi_addr *dest) in smt_send_nif_request()
963 static void smt_send_ecf_request(struct s_smc *smc, struct fddi_addr *dest, in smt_send_ecf_request()
990 static void smt_send_ecf(struct s_smc *smc, struct fddi_addr *dest, int fc, in smt_send_ecf()
1016 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_config()
1049 static void smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, in smt_send_sif_operation()
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Ddsp_spos.c868 u32 dest, int size) in _dsp_create_task_tree()
882 static void _dsp_create_scb (struct snd_cs46xx *chip, u32 * scb_data, u32 dest) in _dsp_create_scb()
910 static struct dsp_scb_descriptor * _map_scb (struct snd_cs46xx *chip, char * name, u32 dest) in _map_scb()
943 _map_task_tree (struct snd_cs46xx *chip, char * name, u32 dest, u32 size) in _map_task_tree()
974 cs46xx_dsp_create_scb (struct snd_cs46xx *chip, char * name, u32 * scb_data, u32 dest) in cs46xx_dsp_create_scb()
1002 u32 dest, int size) in cs46xx_dsp_create_task_tree()
/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dsgl_float.h139 #define Sgl_copytoint_exponentmantissa(source,dest) \ argument
147 #define Sgl_set_mantissa(dest,value) Deposit_smantissa(dest,value) argument
148 #define Sgl_set_exponentmantissa(dest,value) \ argument
242 #define Sgl_makequietnan(dest) \ argument
245 #define Sgl_makesignalingnan(dest) \ argument
320 #define Sgl_copyfromptr(srcptr,dest) dest = *srcptr argument
409 #define Sglext_copytoint_exponentmantissa(src,dest) \ argument
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_phys.c44 u32 dest = per_cpu(x86_cpu_to_apicid, cpu); in x2apic_send_IPI() local
120 void __x2apic_send_IPI_dest(unsigned int apicid, int vector, unsigned int dest) in __x2apic_send_IPI_dest()
H A Dlocal.h34 unsigned int dest) in __prepare_ICR()
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unxz.c208 void *memmove(void *dest, const void *src, size_t size) in memmove()
256 long (*fill)(void *dest, unsigned long size), in unxz()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_footer.c28 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()
H A Davb_hashtree_descriptor.c29 const AvbHashtreeDescriptor* src, AvbHashtreeDescriptor* dest) { in avb_hashtree_descriptor_validate_and_byteswap()
H A Davb_chain_partition_descriptor.c29 const AvbChainPartitionDescriptor* src, AvbChainPartitionDescriptor* dest) { in avb_chain_partition_descriptor_validate_and_byteswap()
H A Davb_hash_descriptor.c29 AvbHashDescriptor* dest) { in avb_hash_descriptor_validate_and_byteswap()
H A Davb_kernel_cmdline_descriptor.c29 const AvbKernelCmdlineDescriptor* src, AvbKernelCmdlineDescriptor* dest) { in avb_kernel_cmdline_descriptor_validate_and_byteswap()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dbind_addr.c43 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy()
88 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup()
453 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, in sctp_copy_one_addr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c84 __be32 dest, src; in dump_tcp_sock() local
153 __be32 dest, src; in dump_tw_sock() local
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_router_ipv4_kern.c88 unsigned short *dest = dst; in set_src_dst_mac() local
97 __be32 *src, __be32 *dest) in parse_ipv4()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dmv_xor.c555 mv_xor_prep_dma_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in mv_xor_prep_dma_xor()
599 mv_xor_prep_dma_memcpy(struct dma_chan *chan, dma_addr_t dest, dma_addr_t src, in mv_xor_prep_dma_memcpy()
613 dma_addr_t src, dest; in mv_xor_prep_dma_interrupt() local
764 void *src, *dest; in mv_chan_memcpy_self_test() local
875 struct page *dest; in mv_chan_xor_self_test() local
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddoorbell.h50 static inline void mlx5_write64(__be32 val[2], void __iomem *dest) in mlx5_write64()
/OK3568_Linux_fs/kernel/sound/usb/6fire/
H A Dpcm.c201 u32 *dest = (u32 *) (alsa_rt->dma_area + sub->dma_off in usb6fire_pcm_capture() local
251 u32 *dest; in usb6fire_pcm_playback() local
298 u8 *dest; in usb6fire_pcm_in_urb_handler() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_exthdr.c41 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_ipv6_eval() local
137 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_ipv4_eval() local
189 u32 *dest = &regs->data[priv->dreg]; in nft_exthdr_tcp_eval() local
/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c118 static int check_reply_packet(uchar *pkt, unsigned dest, unsigned src, in check_reply_packet()
345 static void bootp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in bootp_handler()
1022 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dhcp_handler()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dzcore.c61 int memcpy_hsa_user(void __user *dest, unsigned long src, size_t count) in memcpy_hsa_user()
96 int memcpy_hsa_kernel(void *dest, unsigned long src, size_t count) in memcpy_hsa_kernel()
/OK3568_Linux_fs/u-boot/fs/cbfs/
H A Dcbfs.c42 static void swap_header(struct cbfs_header *dest, struct cbfs_header *src) in swap_header()
53 static void swap_file_header(struct cbfs_fileheader *dest, in swap_file_header()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dipl_vmparm.c6 size_t ipl_block_get_ascii_vmparm(char *dest, size_t size, in ipl_block_get_ascii_vmparm()
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dcsum_copy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] %asi, dest argument
/OK3568_Linux_fs/kernel/fs/
H A Dstack.c63 void fsstack_copy_attr_all(struct inode *dest, const struct inode *src) in fsstack_copy_attr_all()

12345678910>>...43