Lines Matching +full:dma +full:- +full:related
34 .Bd -ragged -offset indent
40 .Bd -literal -offset indent
142 driver provides a kernel API to a variety of DMA engines on some Intel server
145 There is a number of DMA channels per CPU package.
150 Blockfill operations can be used to write a 64-bit pattern to memory.
152 Copy operations can be used to offload memory copies to the DMA engines.
167 Software can control this on a per-channel basis with the
177 All operations are safe to use in a non-blocking context with the
186 For example, such a scenario can happen when two related DMA operations are
188 First, a DMA copy to one location (A), followed directly by a DMA copy
204 It is invalid to attempt to submit new DMA operations in a
242 argument to either routine is non-NULL, the CRC32C engine is initialized with
245 A typical user will lookup the DMA engine object for a given channel with
269 After queuing one or more individual DMA operations, they will
296 .Bl -tag
331 The driver does not yet support advanced DMA modes, such as XOR, that some