Home
last modified time | relevance | path

Searched refs:HILO_GEN (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/qed/
Dqed_chain.h23 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) macro
24 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t)
25 #define HILO_64(hi, lo) HILO_GEN((le32_to_cpu(hi)), (le32_to_cpu(lo)), u64)