Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
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
D3w-sas.h219 #define TW_CPU_TO_SGL(x) (sizeof(dma_addr_t) > 4 ? cpu_to_le64(x) : cpu_to_le32(x)) macro