Searched refs:tipc_evt_write (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/net/tipc/ |
D | subscr.c | 51 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()
|
D | subscr.h | 114 #define tipc_evt_write(evt_, field_, val_) \ macro
|