Home
last modified time | relevance | path

Searched refs:psrc (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/arch/blackfin/kernel/
Dbfin_dma.c256 void __init early_dma_memcpy(void *pdst, const void *psrc, size_t size) in early_dma_memcpy() argument
259 unsigned long src = (unsigned long)psrc; in early_dma_memcpy()
418 static void *_dma_memcpy(void *pdst, const void *psrc, size_t size) in _dma_memcpy() argument
423 unsigned long src = (unsigned long)psrc; in _dma_memcpy()
466 void *dma_memcpy(void *pdst, const void *psrc, size_t size) in dma_memcpy() argument
469 unsigned long src = (unsigned long)psrc; in dma_memcpy()
477 return dma_memcpy_nocache(pdst, psrc, size); in dma_memcpy()
489 void *dma_memcpy_nocache(void *pdst, const void *psrc, size_t size) in dma_memcpy_nocache() argument
496 _dma_memcpy(pdst, psrc, bulk); in dma_memcpy_nocache()
497 _dma_memcpy(pdst + bulk, psrc + bulk, rest); in dma_memcpy_nocache()
/linux-3.4.99/arch/cris/arch-v10/lib/
Dusercopy.c34 __copy_user (void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument
45 register const char *src __asm__ ("r11") = psrc; in __copy_user()
196 __copy_user_zeroing(void *pdst, const void __user *psrc, unsigned long pn) in __copy_user_zeroing() argument
207 register const char *src __asm__ ("r11") = psrc; in __copy_user_zeroing()
Ddmacopy.c11 const void *psrc, in dma_memcpy() argument
27 indma.buf = psrc; in dma_memcpy()
Dstring.c43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument
54 register unsigned const char *src __asm__ ("r11") = psrc; in memcpy()
/linux-3.4.99/arch/cris/arch-v32/lib/
Dusercopy.c30 __copy_user (void __user *pdst, const void *psrc, unsigned long pn) in __copy_user() argument
41 register const char *src __asm__ ("r11") = psrc; in __copy_user()
164 __copy_user_zeroing(void *pdst, const void __user *psrc, unsigned long pn) in __copy_user_zeroing() argument
175 register const char *src __asm__ ("r11") = psrc; in __copy_user_zeroing()
Dstring.c43 memcpy(void *pdst, const void *psrc, size_t pn) in memcpy() argument
54 register unsigned const char *src __asm__ ("r11") = psrc; in memcpy()
/linux-3.4.99/drivers/media/video/
Dzr364xx.c586 unsigned char *psrc; in zr364xx_read_video_callback() local
610 psrc = (u8 *)pipe_info->transfer_buffer; in zr364xx_read_video_callback()
623 memcpy(ptr, psrc, 64); in zr364xx_read_video_callback()
628 memcpy(ptr, psrc + 64, 64); in zr364xx_read_video_callback()
632 memcpy(ptr, psrc + 128, in zr364xx_read_video_callback()
636 psrc[0], psrc[1], psrc[2], in zr364xx_read_video_callback()
637 psrc[3], psrc[4], psrc[5], in zr364xx_read_video_callback()
638 psrc[6], psrc[7], psrc[8]); in zr364xx_read_video_callback()
648 memcpy(pdest, psrc, purb->actual_length); in zr364xx_read_video_callback()
Ds2255drv.c2001 char *psrc; in save_frame() local
2110 psrc = (u8 *)pipe_info->transfer_buffer + offset; in save_frame()
2127 memcpy(pdest, psrc, copy_size); in save_frame()
/linux-3.4.99/drivers/net/ethernet/sfc/
Dethtool.c867 &ip_entry->ip4src, &ip_entry->psrc); in efx_ethtool_get_class_rule()
870 ip_mask->psrc = ~0; in efx_ethtool_get_class_rule()
998 if ((ip_mask->ip4src | ip_mask->psrc) && in efx_ethtool_set_class_rule()
1000 (__force u16)~ip_mask->psrc)) in efx_ethtool_set_class_rule()
1011 ip_entry->psrc); in efx_ethtool_set_class_rule()
/linux-3.4.99/drivers/crypto/
Dtalitos.c767 struct scatterlist *psrc; member
1618 talitos_sg_unmap(dev, edesc, req_ctx->psrc, NULL); in common_nonsnoop_hash_unmap()
1689 sg_count = talitos_map_sg(dev, req_ctx->psrc, in common_nonsnoop_hash()
1695 to_talitos_ptr(&desc->ptr[3], sg_dma_address(req_ctx->psrc)); in common_nonsnoop_hash()
1697 sg_count = sg_to_link_tbl(req_ctx->psrc, sg_count, length, in common_nonsnoop_hash()
1709 sg_dma_address(req_ctx->psrc)); in common_nonsnoop_hash()
1744 return talitos_edesc_alloc(ctx->dev, req_ctx->psrc, NULL, 1, in ahash_edesc_alloc()
1836 req_ctx->psrc = req_ctx->bufsl; in ahash_process_req()
1838 req_ctx->psrc = areq->src; in ahash_process_req()
/linux-3.4.99/arch/powerpc/sysdev/
Dmpic.c1171 const u32 *psrc; in mpic_alloc() local
1266 psrc = of_get_property(mpic->node, "protected-sources", &psize); in mpic_alloc()
1267 if (psrc) { in mpic_alloc()
1273 if (psrc[i] > intvec_top) in mpic_alloc()
1275 __set_bit(psrc[i], mpic->protected); in mpic_alloc()
/linux-3.4.99/net/ipv6/
Dmcast.c1517 struct in6_addr *psrc; in add_grec() local
1530 if (AVAILABLE(skb) < sizeof(*psrc) + in add_grec()
1548 psrc = (struct in6_addr *)skb_put(skb, sizeof(*psrc)); in add_grec()
1549 *psrc = psf->sf_addr; in add_grec()
/linux-3.4.99/include/linux/
Dethtool.h409 __be16 psrc; member
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2283 fsp->h_u.tcp_ip4_spec.psrc = rule->filter.formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2284 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()
2556 input->filter.formatted.src_port = fsp->h_u.tcp_ip4_spec.psrc; in ixgbe_add_ethtool_fdir_entry()
2557 mask.formatted.src_port = fsp->m_u.tcp_ip4_spec.psrc; in ixgbe_add_ethtool_fdir_entry()
/linux-3.4.99/net/ipv4/
Digmp.c441 __be32 *psrc; in add_grec() local
472 psrc = (__be32 *)skb_put(skb, sizeof(__be32)); in add_grec()
473 *psrc = psf->sf_inaddr; in add_grec()
/linux-3.4.99/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c966 gfar_set_attribute(value->psrc, mask->psrc, RQFCR_PID_SPT, tab); in gfar_set_basic_ip()
/linux-3.4.99/drivers/net/ethernet/sun/
Dniu.c7132 fsp->h_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7140 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()
7404 sport = be16_to_cpu(fsp->h_u.tcp_ip4_spec.psrc); in niu_get_tcamkey_from_ip4fs()
7405 spm = be16_to_cpu(fsp->m_u.tcp_ip4_spec.psrc); in niu_get_tcamkey_from_ip4fs()