Searched refs:__should_swizzle_addr (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h32 static inline bool __should_swizzle_addr(u64 p) function
39 (__should_swizzle_addr(port) ? (port) ^ 7 : (port))
41 (__should_swizzle_addr(port) ? (port) ^ 6 : (port))
43 (__should_swizzle_addr(port) ? (port) ^ 4 : (port))

Completed in 173 milliseconds