Searched refs:src_dst (Results 1 – 2 of 2) sorted by relevance
43 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4,
144 static uint32_t swap_src_dst(uint32_t src_dst) in swap_src_dst() argument146 return (src_dst >> 16) | (src_dst << 16); in swap_src_dst()149 static uint16_t get_sender_id(uint32_t src_dst) in get_sender_id() argument151 return src_dst >> 16; in get_sender_id()155 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4, in spmc_set_args() argument160 .a1 = src_dst, in spmc_set_args()