Searched defs:TW_CPU_TO_SGL (Results 1 – 4 of 4) sorted by relevance
489 #define TW_CPU_TO_SGL(x) cpu_to_le64(x) macro492 #define TW_CPU_TO_SGL(x) cpu_to_le32(x) macro
219 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro
203 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro
472 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro