.\" 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 "SBA_ALLOC_CONSISTENT" "" "06 October 2005" "" ""
.SH NAME
sba_alloc_consistent \- allocate/map shared mem for DMA
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * sba_alloc_consistent (struct device * \fIhwdev\fB, size_t \fIsize\fB, dma_addr_t * \fIdma_handle\fB, int \fIgfp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhwdev\fB\fR
instance of PCI owned by the driver that's asking.
.TP
\fB\fIsize\fB\fR
number of bytes mapped in driver buffer.
.TP
\fB\fIdma_handle\fB\fR
IOVA of new buffer.
.TP
\fB\fIgfp\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
See Documentation/DMA-mapping.txt