Home
last modified time | relevance | path

Searched defs:dma_unmap_len_set (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/
A Ddma-mapping.h594 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) macro
601 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro

Completed in 5 milliseconds