Home
last modified time | relevance | path

Searched refs:smctp_tag (Results 1 – 6 of 6) sorted by relevance

/openbmc/libpldm/src/transport/
H A Daf-mctp.c209 addr.smctp_tag &= ~MCTP_TAG_OWNER; in pldm_transport_af_mctp_send()
220 addr.smctp_tag = MCTP_TAG_OWNER; in pldm_transport_af_mctp_send()
305 lsmctp.smctp_tag = MCTP_TAG_OWNER; in pldm_transport_af_mctp_bind()
312 smctp->smctp_tag != MCTP_TAG_OWNER) { in pldm_transport_af_mctp_bind()
/openbmc/linux/Documentation/networking/
H A Dmctp.rst66 __u8 smctp_tag;
94 addr.smctp_tag = MCTP_TAG_OWNER;
104 The ``smctp_tag`` value will configure the tags accepted from the remote side of
107 ``MCTP_TAG_OWNER`` is set, the 3 least-significant bits of ``smctp_tag`` are not
139 addr.smctp_tag = MCTP_TAG_OWNER;
150 If ``smctp_tag`` has the ``MCTP_TAG_OWNER``, the kernel will ignore any bits set
254 The tag value should be used as-is for the ``smctp_tag`` member of ``struct
/openbmc/linux/include/uapi/linux/
H A Dmctp.h28 __u8 smctp_tag; member
/openbmc/linux/net/mctp/
H A Daf_mctp.c114 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()
117 if (addr->smctp_tag & MCTP_TAG_PREALLOC && in mctp_sendmsg()
118 !(addr->smctp_tag & MCTP_TAG_OWNER)) in mctp_sendmsg()
196 addr->smctp_tag); in mctp_sendmsg()
254 addr->smctp_tag = hdr->flags_seq_tag & in mctp_recvmsg()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md125 uint8_t smctp_tag;
173 addr.smctp_tag = MCTP_TAG_OWNER;
184 The `smctp_tag` value will configure the tags accepted from the remote side of
187 `MCTP_TAG_OWNER` is set, the 3 least-significant bits of `smctp_tag` are not
217 addr.smctp_tag = MCTP_TAG_OWNER;
240 The `smctp_tag` value will configure the tag used for the local side of this
267 addr.smctp_tag = MCTP_TAG_OWNER;
279 address fields define the remote address to send to. If `smctp_tag` has the
536 addr.smctp_tag = MCTP_TAG_OWNER;
565 addr.smctp_tag = MCTP_TAG_RSP(addr.smctp_tag);
[all …]
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump12559 'name' => 'smctp_tag',