.\" 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 "MPT_CONFIG" "" "06 October 2005" "" ""
.SH NAME
mpt_config \- Generic function to issue config message
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int mpt_config (MPT_ADAPTER * \fIioc\fB, CONFIGPARMS * \fIpCfg\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIioc\fB\fR
-- undescribed --
.TP
\fB\fIpCfg\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIioc\fR - Pointer to an adapter structure
\fIcfg\fR - Pointer to a configuration structure. Struct contains
action, page address, direction, physical address
and pointer to a configuration page header
Page header is updated.
.PP
Returns 0 for success
-EPERM if not allowed due to ISR context
-EAGAIN if no msg frames currently available
-EFAULT for non-successful reply or no reply (timeout)