TW_CPU_TO_SGL     472 drivers/scsi/3w-9xxx.h #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))
TW_CPU_TO_SGL     203 drivers/scsi/3w-sas.h #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x))