.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "e100_D101M_checksum" "" "06 October 2005" "" ""
.SH NAME
e100_D101M_checksum \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned char e100_D101M_checksum (struct e100_private * \fIbdp\fB, struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdp\fB\fR
atapter's private data struct
.TP
\fB\fIskb\fB\fR
skb received
.SH "DESCRIPTION"
.PP
Sets the skb->csum value from D101 csum found at the end of the Rx frame. The
D101M sums all words in frame excluding the ethernet II header (14 bytes) so
in case the packet is ethernet II and the protocol is IP, all is need is to
assign this value to skb->csum.