Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A D3w-9xxx.h489 #define TW_CPU_TO_SGL(x) cpu_to_le64(x) macro
492 #define TW_CPU_TO_SGL(x) cpu_to_le32(x) macro
H A D3w-sas.h219 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro