.\" 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 "MSIX_CAPABILITY_INIT" "9" "09 October 2005" "" "" .SH NAME msix_capability_init \- configure device's MSI-X capability .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int msix_capability_init (struct pci_dev * \fIdev\fB, struct msix_entry * \fIentries\fB, int \fInvec\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR pointer to the pci_dev data structure of MSI-X device function .TP \fB\fIentries\fB\fR -- undescribed -- .TP \fB\fInvec\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Setup the MSI-X capability structure of device function with a single MSI-X vector. A return of zero indicates the successful setup of requested MSI-X entries with allocated vectors or non-zero for otherwise.