Searched defs:TW_CPU_TO_SGL (Results 1 – 2 of 2) 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