Searched refs:tagbits (Results 1 – 2 of 2) sorted by relevance
733 u8 tagbits; in mctp_alloc_local_tag() local745 tagbits = 0xff; in mctp_alloc_local_tag()782 tagbits &= ~(1 << tmp->tag); in mctp_alloc_local_tag()785 if (!tagbits) in mctp_alloc_local_tag()789 if (tagbits) { in mctp_alloc_local_tag()790 key->tag = __ffs(tagbits); in mctp_alloc_local_tag()800 if (!tagbits) { in mctp_alloc_local_tag()
201 const u8 tagbits = MCTP_TAG_MASK | MCTP_TAG_OWNER | in mctp_sendmsg() local 210 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()