.\" 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 "IBMVSCSI_INIT_CRQ_QUEUE" "9" "09 October 2005" "" "" .SH NAME ibmvscsi_init_crq_queue \- Initializes and registers CRQ with hypervisor .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int ibmvscsi_init_crq_queue (struct crq_queue * \fIqueue\fB, struct ibmvscsi_host_data * \fIhostdata\fB, int \fImax_requests\fB); \fR .SH "ARGUMENTS" .TP \fB\fIqueue\fB\fR crq_queue to initialize and register .TP \fB\fIhostdata\fB\fR ibmvscsi_host_data of host .TP \fB\fImax_requests\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Allocates a page for messages, maps it for dma, and registers the crq with the hypervisor. Returns zero on success.