Home
last modified time | relevance | path

Searched refs:send_serial (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Drxrpc.h1081 int slot, rxrpc_serial_t send_serial),
1083 TP_ARGS(call, why, slot, send_serial),
1089 __field(rxrpc_serial_t, send_serial )
1096 __entry->send_serial = send_serial;
1103 __entry->send_serial)
1109 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial,
1112 TP_ARGS(call, why, slot, send_serial, resp_serial, rtt, rto),
1118 __field(rxrpc_serial_t, send_serial )
1128 __entry->send_serial = send_serial;
1138 __entry->send_serial,
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Drtt.c149 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, in rxrpc_peer_add_rtt() argument
165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()