Home
last modified time | relevance | path

Searched refs:MCTP_TAG_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmctp.h45 #define MCTP_TAG_MASK 0x07 macro
/openbmc/linux/net/mctp/
H A Daf_mctp.c105 const u8 tagbits = MCTP_TAG_MASK | MCTP_TAG_OWNER | in mctp_sendmsg()
412 if ((ctl.tag & ~MCTP_TAG_MASK) != (MCTP_TAG_OWNER | MCTP_TAG_PREALLOC)) in mctp_ioctl_droptag()
415 tag = ctl.tag & MCTP_TAG_MASK; in mctp_ioctl_droptag()
659 BUILD_BUG_ON(MCTP_TAG_MASK != MCTP_HDR_TAG_MASK); in mctp_init()
H A Droute.c960 tag = req_tag & MCTP_TAG_MASK; in mctp_local_output()
/openbmc/linux/Documentation/networking/
H A Dmctp.rst252 (``MCTP_TAG_MASK``). Note that zero is a valid tag value.
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md147 #define MCTP_TAG_MASK 0x07
152 #define MCTP_TAG_RSP(x) (x & MCTP_TAG_MASK) /* response to a request: clear TO, keep value */