.\" 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 "MSI_REMOVE_PCI_IRQ_VECTORS" "9" "09 October 2005" "" ""
.SH NAME
msi_remove_pci_irq_vectors \- reclaim MSI(X) vectors to unused state
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void msi_remove_pci_irq_vectors (struct pci_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
pointer to the pci_dev data structure of MSI(X) device function
.SH "DESCRIPTION"
.PP
Being called during hotplug remove, from which the device function
is hot-removed. All previous assigned MSI/MSI-X vectors, if
allocated for this device function, are reclaimed to unused state,
which may be used later on.