Home
last modified time | relevance | path

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

/include/linux/
Ddma-mapping.h713 #define DEFINE_DMA_UNMAP_LEN(LEN_NAME) __u32 LEN_NAME argument
716 #define dma_unmap_len(PTR, LEN_NAME) ((PTR)->LEN_NAME) argument
717 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) (((PTR)->LEN_NAME) = (VAL)) argument
720 #define DEFINE_DMA_UNMAP_LEN(LEN_NAME) argument
725 #define dma_unmap_len(PTR, LEN_NAME) \ argument
727 #define dma_unmap_len_set(PTR, LEN_NAME, VAL) \ argument