Home
last modified time | relevance | path

Searched refs:h_seq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/trace/events/
H A Ddlm.h340 TP_ARGS(dst, h_seq, rc),
344 __field(uint32_t, h_seq)
361 __entry->h_seq = h_seq;
393 TP_ARGS(dst, h_seq, rc));
397 TP_ARGS(dst, h_seq, rc));
404 TP_ARGS(dst, h_seq, ms, name, namelen),
408 __field(uint32_t, h_seq)
439 __entry->h_seq = h_seq;
501 TP_ARGS(dst, h_seq, ms),
505 __field(uint32_t, h_seq)
[all …]
/openbmc/linux/fs/dlm/
H A Dmidcomms.c394 m_header->u.h_seq = cpu_to_le32(seq); in dlm_send_ack()
726 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
774 seq = le32_to_cpu(p->header.u.h_seq); in dlm_midcomms_receive_buffer_3_2()
963 opts->o_header.u.h_seq = cpu_to_le32(seq); in dlm_fill_opts_header()
1485 if (!h->u.h_seq) in midcomms_new_rawmsg_cb()
1486 h->u.h_seq = cpu_to_le32(atomic_fetch_inc(&rd->node->seq_send)); in midcomms_new_rawmsg_cb()
H A Ddlm_internal.h390 __le32 h_seq; member