.\" 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 "LAN_REPLY" "9" "09 October 2005" "" ""
.SH NAME
lan_reply \- Handle all data sent from the hardware.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int lan_reply (MPT_ADAPTER * \fIioc\fB, MPT_FRAME_HDR * \fImf\fB, MPT_FRAME_HDR * \fIreply\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIioc\fB\fR
Pointer to MPT_ADAPTER structure
.TP
\fB\fImf\fB\fR
Pointer to original MPT request frame (NULL if TurboReply)
.TP
\fB\fIreply\fB\fR
Pointer to MPT reply frame
.SH "DESCRIPTION"
.PP
Returns 1 indicating original alloc'd request frame ptr
should be freed, or 0 if it shouldn't.