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

/linux-master/include/linux/
H A Ddma-mapping.h590 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) macro
597 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro

Completed in 80 milliseconds