Searched refs:eth_copy_and_sum (Results 1 - 25 of 59) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Detherdevice.h44 static inline void eth_copy_and_sum (struct sk_buff *dest, unsigned char *src, int len, int base) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Detherdevice.h44 static inline void eth_copy_and_sum (struct sk_buff *dest, unsigned char *src, int len, int base) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dio.h226 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d))
227 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(__ISA_IO_base + (b)),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dio.h226 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d))
227 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(__ISA_IO_base + (b)),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dio.h188 eth_copy_and_sum((a),__mem_pci(b),(c),(d))
247 eth_copy_and_sum((a),__mem_isa(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dio.h219 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d))
220 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(__ISA_IO_base + (b)),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dio.h188 eth_copy_and_sum((a),__mem_pci(b),(c),(d))
247 eth_copy_and_sum((a),__mem_isa(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dio.h219 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(b),(c),(d))
220 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),__io_virt(__ISA_IO_base + (b)),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dio.h245 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(void *)(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dio.h245 #define eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(void *)(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dio.h168 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dio.h190 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dio.h168 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dio.h190 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dio.h168 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dio.h168 #define isa_eth_io_copy_and_sum(a,b,c,d) eth_copy_and_sum((a),(b),(c),(d))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Denet.c485 eth_copy_and_sum(skb,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Denet.c509 eth_copy_and_sum(skb,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsonic.c331 eth_copy_and_sum(skb, pkt_ptr, pkt_len, 0);
H A D7990.c303 eth_copy_and_sum(skb,
H A Dni65.c1004 eth_copy_and_sum(skb, (unsigned char *)(p->recv_skb[p->rmdnum]->data),len,0);
1016 eth_copy_and_sum(skb, (unsigned char *) p->recvbounce[p->rmdnum],len,0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dinterrupt.c181 eth_copy_and_sum(skb, tp->rx_buffers[entry].skb->tail,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A DCDCEther.c128 eth_copy_and_sum(skb, ether_dev->rx_buff, count, 0);
H A Dcatc.c259 eth_copy_and_sum(skb, pkt_start + pkt_offset, pkt_len, 0);
H A Dkaweth.c581 eth_copy_and_sum(skb, kaweth->rx_buf + 2, pkt_len, 0);

Completed in 149 milliseconds

123