.\" 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 "EN_DIS_ABLE_NIC_INTRS" "9" "09 October 2005" "" ""
.SH NAME
en_dis_able_nic_intrs \- Enable or Disable the interrupts
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void en_dis_able_nic_intrs (struct s2io_nic * \fInic\fB, u16 \fImask\fB, int \fIflag\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInic\fB\fR
device private variable,
.TP
\fB\fImask\fB\fR
A mask indicating which Intr block must be modified and,
.TP
\fB\fIflag\fB\fR
A flag indicating whether to enable or disable the Intrs.
.SH "DESCRIPTION"
.PP
This function will either disable or enable the interrupts
depending on the flag argument. The mask argument can be used to
enable/disable any Intr block.
.SH "RETURN VALUE"
.PP
NONE.