Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/
D3w-sas.h210 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro
D3w-9xxx.h480 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro