Searched refs:MCTP_TAG_MASK (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/mctp/
H A Droute.c1008 tag = req_tag & MCTP_TAG_MASK;
H A Daf_mctp.c105 const u8 tagbits = MCTP_TAG_MASK | MCTP_TAG_OWNER |
483 if ((ctl.tag & ~MCTP_TAG_MASK) != (MCTP_TAG_OWNER | MCTP_TAG_PREALLOC))
486 tag = ctl.tag & MCTP_TAG_MASK;
736 BUILD_BUG_ON(MCTP_TAG_MASK != MCTP_HDR_TAG_MASK);
/linux-master/include/uapi/linux/
H A Dmctp.h45 #define MCTP_TAG_MASK 0x07 macro

Completed in 381 milliseconds