Home
last modified time | relevance | path

Searched refs:tipc_evt_write (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/net/tipc/
H A Dsubscr.c51 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
53 tipc_evt_write(evt, found_lower, p->sr.lower); in tipc_sub_send_event()
54 tipc_evt_write(evt, found_upper, p->sr.upper); in tipc_sub_send_event()
55 tipc_evt_write(evt, port.ref, p->sk.ref); in tipc_sub_send_event()
56 tipc_evt_write(evt, port.node, p->sk.node); in tipc_sub_send_event()
58 tipc_evt_write(evt, found_lower, s->seq.lower); in tipc_sub_send_event()
59 tipc_evt_write(evt, found_upper, s->seq.upper); in tipc_sub_send_event()
60 tipc_evt_write(evt, port.ref, 0); in tipc_sub_send_event()
61 tipc_evt_write(evt, port.node, 0); in tipc_sub_send_event()
H A Dsubscr.h112 /* tipc_evt_write - write val_ to field_ of struct evt_ in user endian format
114 #define tipc_evt_write(evt_, field_, val_) \ macro
/kernel/linux/linux-5.10/net/tipc/
H A Dsubscr.c49 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event()
51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event()
52 tipc_evt_write(evt, port.ref, port); in tipc_sub_send_event()
53 tipc_evt_write(evt, port.node, node); in tipc_sub_send_event()
H A Dsubscr.h112 /* tipc_evt_write - write val_ to field_ of struct evt_ in user endian format
114 #define tipc_evt_write(evt_, field_, val_) \ macro

Completed in 2 milliseconds