.\" 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 "S2IO_BIST_TEST" "9" "09 October 2005" "" ""
.SH NAME
s2io_bist_test \- invokes the MemBist test of the card .
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int s2io_bist_test (nic_t * \fIsp\fB, uint64_t * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsp\fB\fR
private member of the device structure, which is a pointer to the
s2io_nic structure.
.TP
\fB\fIdata\fB\fR
variable that returns the result of each of the test conducted by
the driver.
.SH "DESCRIPTION"
.PP
This invokes the MemBist test of the card. We give around
2 secs time for the Test to complete. If it's still not complete
within this peiod, we consider that the test failed.
.SH "RETURN VALUE"
.PP
0 on success and -1 on failure.