Searched defs:swap (Results 1 - 3 of 3) sorted by relevance

/net/tipc/
H A Dsubscr.h55 * @swap: indicates if subscriber uses opposite endianness in its messages
66 int swap; member in struct:tipc_subscription
H A Dsubscr.c83 * @swap: non-zero if endianness must be reversed
87 static u32 htohl(u32 in, int swap) argument
89 return swap ? swab32(in) : in;
101 sub->evt.event = htohl(event, sub->swap);
102 sub->evt.found_lower = htohl(found_lower, sub->swap);
103 sub->evt.found_upper = htohl(found_upper, sub->swap);
104 sub->evt.port.ref = htohl(port_ref, sub->swap);
105 sub->evt.port.node = htohl(node, sub->swap);
269 int swap; local
272 swap
[all...]
/net/rds/
H A Drds.h321 uint64_t swap; member in struct:rds_message::__anon131::rm_atomic_op::__anon132::__anon133

Completed in 35 milliseconds