Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Ddma-mapping.h547 #define DEFINE_DMA_UNMAP_LEN(LEN_NAME) __u32 LEN_NAME argument
550 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
551 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
554 #define DEFINE_DMA_UNMAP_LEN(LEN_NAME) argument
557 #define dma_unmap_len(PTR, LEN_NAME) (0) argument
558 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) argument