.\" 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 "I2O_BLOCK_REQUEST_FN" "9" "09 October 2005" "" "" .SH NAME i2o_block_request_fn \- request queue handling function .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void i2o_block_request_fn (struct request_queue * \fIq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIq\fB\fR -- undescribed -- .SH "Q" .PP request queue from which the request could be fetched .PP Takes the next request from the queue, transfers it and if no error occurs dequeue it from the queue. On arrival of the reply the message will be processed further. If an error occurs requeue the request.